diff options
author | Lars Thegler <lth@FreeBSD.org> | 2011-08-22 20:02:00 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2011-08-22 20:02:00 +0000 |
commit | aecddbb447016379cd760dc62e6a1cc5249df8cd (patch) | |
tree | bfb978367f766e384e53affa5b9d46716a25b27b /devel/p5-Module-CoreList | |
parent | ce26e6f742e7d8c6f267b5c62dfb3c78ae295784 (diff) |
- Update to 2.55
- Tweak PLIST to quiet portlint
- Use REINPLACE_CMD macro
PR: ports/160001
Submitted by: sunpoet
Notes
Notes:
svn path=/head/; revision=280207
Diffstat (limited to 'devel/p5-Module-CoreList')
-rw-r--r-- | devel/p5-Module-CoreList/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Module-CoreList/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Module-CoreList/pkg-plist | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile index 763939aa8076..a1c2d5e0a6ca 100644 --- a/devel/p5-Module-CoreList/Makefile +++ b/devel/p5-Module-CoreList/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Module-CoreList -PORTVERSION= 2.54 +PORTVERSION= 2.55 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,13 +24,15 @@ SUB_FILES= pkg-install .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500809 -PLIST_FILES+= bin/corelist +PLIST_SUB= BIN_CORELIST="" +.else +PLIST_SUB= BIN_CORELIST="@comment " .endif pre-patch: @${MV} ${WRKSRC}/corelist ${WRKSRC}/p5corelist - @${PERL} -pi -e 's,^corelist$$,p5corelist,' ${WRKSRC}/MANIFEST - @${PERL} -pi -e 's,corelist,p5corelist,' ${WRKSRC}/Makefile.PL ${WRKSRC}/t/pod.t + @${REINPLACE_CMD} -e 's|^corelist$$|p5corelist|' ${WRKSRC}/MANIFEST + @${REINPLACE_CMD} -e 's|corelist|p5corelist|' ${WRKSRC}/Makefile.PL ${WRKSRC}/t/pod.t post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff --git a/devel/p5-Module-CoreList/distinfo b/devel/p5-Module-CoreList/distinfo index b22eb5961fb9..3d9bac3dfe46 100644 --- a/devel/p5-Module-CoreList/distinfo +++ b/devel/p5-Module-CoreList/distinfo @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-2.54.tar.gz) = 8ae82799b89fda1996b871d8f2f3b521b0266b14773b9c2b7fa47cea3ef12d8a -SIZE (Module-CoreList-2.54.tar.gz) = 76111 +SHA256 (Module-CoreList-2.55.tar.gz) = 4aba1a5de52ab210fe4d915e9e3c8d8e77881f90840bf375ab12cfea1af31b2f +SIZE (Module-CoreList-2.55.tar.gz) = 76776 diff --git a/devel/p5-Module-CoreList/pkg-plist b/devel/p5-Module-CoreList/pkg-plist index 306bff08b1fd..e223ecc49e47 100644 --- a/devel/p5-Module-CoreList/pkg-plist +++ b/devel/p5-Module-CoreList/pkg-plist @@ -1,3 +1,4 @@ +%%BIN_CORELIST%%bin/corelist bin/p5corelist %%SITE_PERL%%/Module/CoreList.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList/.packlist |