diff options
author | mat <mat@FreeBSD.org> | 2004-01-27 12:55:51 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-01-27 12:55:51 +0000 |
commit | 7598f5055fd99bea3b207b5a61d9660288231254 (patch) | |
tree | 171ce75aeb0b8c8df58d0e86e255690750b125a7 /devel | |
parent | 74e3d377caced7379f1b5fad13bb0e69693a4ae1 (diff) | |
download | FreeBSD-ports-7598f5055fd99bea3b207b5a61d9660288231254.zip FreeBSD-ports-7598f5055fd99bea3b207b5a61d9660288231254.tar.gz |
Update to 0.35.01
Get rid of unneeded dependencies
Cleanup
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/pkg-plist | 4 |
3 files changed, 8 insertions, 13 deletions
diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile index 2fe071a..cb7f325 100644 --- a/devel/p5-DateTime-Format-HTTP/Makefile +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -6,30 +6,29 @@ # PORTNAME= DateTime-Format-HTTP -PORTVERSION= 0.35 +PORTVERSION= 0.35.01 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= HTTP date conversion routines -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= DateTime::Format::HTTP.3 +.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500600 -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif .if ${PERL_LEVEL} < 500600 post-patch: diff --git a/devel/p5-DateTime-Format-HTTP/distinfo b/devel/p5-DateTime-Format-HTTP/distinfo index 7b45a30..0937c13 100644 --- a/devel/p5-DateTime-Format-HTTP/distinfo +++ b/devel/p5-DateTime-Format-HTTP/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-HTTP-0.35.tar.gz) = 43e7a44bad1c6c4e0385c58caf9f36f9 +MD5 (DateTime-Format-HTTP-0.3501.tar.gz) = 6ce5d94994f412d3b00ec8b908b05070 diff --git a/devel/p5-DateTime-Format-HTTP/pkg-plist b/devel/p5-DateTime-Format-HTTP/pkg-plist index f560b39..cbfffba 100644 --- a/devel/p5-DateTime-Format-HTTP/pkg-plist +++ b/devel/p5-DateTime-Format-HTTP/pkg-plist @@ -1,7 +1,3 @@ %%SITE_PERL%%/DateTime/Format/HTTP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/HTTP/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/HTTP -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |