pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgsrc-todo As dholland correctly points out,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c335ce34a05
branches:  trunk
changeset: 641878:1c335ce34a05
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 20 09:33:29 2014 +0000

description:
As dholland correctly points out, this installs perl scripts, so it should
depend on perl at run-time. Make it so.
Bump version.

diffstat:

 pkgtools/pkgsrc-todo/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r ad308045b500 -r 1c335ce34a05 pkgtools/pkgsrc-todo/Makefile
--- a/pkgtools/pkgsrc-todo/Makefile     Thu Nov 20 09:25:58 2014 +0000
+++ b/pkgtools/pkgsrc-todo/Makefile     Thu Nov 20 09:33:29 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/11/20 09:33:29 wiz Exp $
 
-PKGNAME=       pkgsrc-todo-1.2
-PKGREVISION=   2
+PKGNAME=       pkgsrc-todo-1.3
 CATEGORIES=    pkgtools
 
 MAINTAINER=    wiz%NetBSD.org@localhost
@@ -13,7 +12,7 @@
 WRKSRC=                ${WRKDIR}
 NO_BUILD=      yes
 USE_LANGUAGES= # none
-USE_TOOLS+=    perl:build
+USE_TOOLS+=    perl:run
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index