diff options
author | seb <seb> | 2010-08-21 16:32:42 +0000 |
---|---|---|
committer | seb <seb> | 2010-08-21 16:32:42 +0000 |
commit | 2071bb5c54efeb5a369d623a737c040e30ff5a84 (patch) | |
tree | ea003b3d334b79322d0a5e4e9868404f6a97846b /chat/xchat-perl | |
parent | 4ab74e6adb8da8f381ed4ad7b760405931360256 (diff) | |
download | pkgsrc-2071bb5c54efeb5a369d623a737c040e30ff5a84.tar.gz |
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Diffstat (limited to 'chat/xchat-perl')
-rw-r--r-- | chat/xchat-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile index 34076f903ba..04edfffedca 100644 --- a/chat/xchat-perl/Makefile +++ b/chat/xchat-perl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2009/12/20 10:09:42 tron Exp $ +# $NetBSD: Makefile,v 1.7 2010/08/21 16:32:47 seb Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-perl-/} OWNER= tron@NetBSD.org -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Perl scripting plugin for XChat |