diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-24 04:15:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-24 04:15:54 +0800 |
commit | 89d383888f4abd6ae6729a1daaab784355f338b7 (patch) | |
tree | 19ddd3d05d3ba1b2a8ba017c0141b13bf26e94e7 /textproc | |
parent | 9b6f99f6d882d6673adbdaf01ae72841c5777f13 (diff) | |
download | freebsd-ports-gnome-89d383888f4abd6ae6729a1daaab784355f338b7.tar.gz freebsd-ports-gnome-89d383888f4abd6ae6729a1daaab784355f338b7.tar.zst freebsd-ports-gnome-89d383888f4abd6ae6729a1daaab784355f338b7.zip |
- Update to 2.5.2
- Support STAGEDIR
- Silence patch message
Changes: http://search.cpan.org/dist/podlators/ChangeLog
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-podlators/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-podlators/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-podlators/pkg-plist | 11 |
3 files changed, 17 insertions, 14 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index d025d2a0ac46..e0a68ba29049 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= podlators -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Pod @@ -17,23 +17,19 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \ - Pod::Text::Overstrike.3 Pod::Text::Termcap.3 - -NO_STAGE= yes -post-patch: - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 -MAN1= perlpodstyle.1 +PLIST_SUB+= PERL5_12="" +.else +PLIST_SUB+= PERL5_12="@comment " .endif post-patch: .if ${PERL_LEVEL} < 501400 - ${REINPLACE_CMD} -e '/pod2text/d;s/man1pod.*pod2man.*//' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/pod2text/d; s/man1pod.*pod2man.*//' ${WRKSRC}/Makefile.PL .else - ${REINPLACE_CMD} -e "/man1pod (/d;/EXE_FILES/d" ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e "/man1pod (/d; /EXE_FILES/d" ${WRKSRC}/Makefile.PL .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-podlators/distinfo b/textproc/p5-podlators/distinfo index c2622101d2e5..47828b0fa784 100644 --- a/textproc/p5-podlators/distinfo +++ b/textproc/p5-podlators/distinfo @@ -1,2 +1,2 @@ -SHA256 (podlators-2.5.1.tar.gz) = 75b1adf32a39055bc819d1233fcea1f36642cf2db1e34396627289c6686198cb -SIZE (podlators-2.5.1.tar.gz) = 100313 +SHA256 (podlators-2.5.2.tar.gz) = ea47c687a75008caf7e88ac8c6196b1609f93676fe49742c4001db4f317e681d +SIZE (podlators-2.5.2.tar.gz) = 104911 diff --git a/textproc/p5-podlators/pkg-plist b/textproc/p5-podlators/pkg-plist index eb2a3d046815..b37c82d9e2d3 100644 --- a/textproc/p5-podlators/pkg-plist +++ b/textproc/p5-podlators/pkg-plist @@ -1,10 +1,17 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/.packlist +%%PERL5_12%%%%PERL5_MAN1%%/perlpodstyle.1.gz +%%PERL5_MAN3%%/Pod::Man.3.gz +%%PERL5_MAN3%%/Pod::ParseLink.3.gz +%%PERL5_MAN3%%/Pod::Text.3.gz +%%PERL5_MAN3%%/Pod::Text::Color.3.gz +%%PERL5_MAN3%%/Pod::Text::Overstrike.3.gz +%%PERL5_MAN3%%/Pod::Text::Termcap.3.gz %%SITE_PERL%%/Pod/Man.pm %%SITE_PERL%%/Pod/ParseLink.pm %%SITE_PERL%%/Pod/Text.pm %%SITE_PERL%%/Pod/Text/Color.pm %%SITE_PERL%%/Pod/Text/Overstrike.pm %%SITE_PERL%%/Pod/Text/Termcap.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod @dirrmtry %%SITE_PERL%%/Pod/Text @dirrmtry %%SITE_PERL%%/Pod -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod |