diff options
author | jlam <jlam> | 2005-08-06 06:19:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-06 06:19:03 +0000 |
commit | 604de5eda52e3686a2d4ae3dceebabd648c8beb2 (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /devel/p5-subversion | |
parent | ea18d090b4d53d531b6357763a668e6a12f80f37 (diff) | |
download | pkgsrc-604de5eda52e3686a2d4ae3dceebabd648c8beb2.tar.gz |
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'devel/p5-subversion')
-rw-r--r-- | devel/p5-subversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 0b09150ccb6..6a3f8763fe5 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/07/25 20:11:31 epg Exp $ +# $NetBSD: Makefile,v 1.24 2005/08/06 06:19:18 jlam Exp $ PKGNAME= p5-subversion-${SVNVER} +PKGREVISION= 1 COMMENT= Perl bindings for Subversion PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -10,7 +11,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_CONFIGURE= NO PERL5_OPTIONS+= threads PERL5_PACKLIST= auto/SVN/_Core/.packlist -PERL5_REQD+= 5.8 BUILD_TARGET= swig-pl-lib swig-pl INSTALL_TARGET= install-swig-pl |