diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-09-04 22:25:56 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-09-04 22:25:56 +0000 |
commit | 5d22f27edf8be838f479999d7eebdf3f8a92ec09 (patch) | |
tree | 35e70a6fc19e0ce57f5f701167b9ae383a404bd5 /devel/p5-Smart-Comments | |
parent | 9d099b3a396f6a349ad6d535a7a504f7cb14f6f2 (diff) |
Notes
Diffstat (limited to 'devel/p5-Smart-Comments')
-rw-r--r-- | devel/p5-Smart-Comments/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Smart-Comments/distinfo | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile index cccf55809fe2..883528b1c464 100644 --- a/devel/p5-Smart-Comments/Makefile +++ b/devel/p5-Smart-Comments/Makefile @@ -6,18 +6,17 @@ # PORTNAME= Smart-Comments -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY +MASTER_SITE_SUBDIR= ../../authors/id/C/CH/CHORNY PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Comments that do more than just sit there -BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \ - ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ +BUILD_DEPENDS= p5-Filter-Simple>=0.80:${PORTSDIR}/textproc/p5-Filter-Simple \ + p5-Text-Balanced>=2.0:${PORTSDIR}/textproc/p5-Text-Balanced \ ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper @@ -27,7 +26,4 @@ PERL_MODBUILD= yes MAN3= Smart::Comments.3 -post-patch: - @${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} -f {} \; - .include <bsd.port.mk> diff --git a/devel/p5-Smart-Comments/distinfo b/devel/p5-Smart-Comments/distinfo index 4e4bc0f8d669..a4a4bf0e1b26 100644 --- a/devel/p5-Smart-Comments/distinfo +++ b/devel/p5-Smart-Comments/distinfo @@ -1,3 +1,3 @@ -MD5 (Smart-Comments-v1.0.3.tar.gz) = 899c141a4f0d624d7daaac71b6a428fd -SHA256 (Smart-Comments-v1.0.3.tar.gz) = d1c93c1772bc2f3c109582f0d9259c88104dd6199aafdbc473d6692a679e7da0 -SIZE (Smart-Comments-v1.0.3.tar.gz) = 14904 +MD5 (Smart-Comments-1.0.4.tar.gz) = 4f7a229e54ee067f3aaffb3338bfa4eb +SHA256 (Smart-Comments-1.0.4.tar.gz) = f725ee6aef3e97503bdacc709da0a3994f8bb85978235ed8c705de720f578026 +SIZE (Smart-Comments-1.0.4.tar.gz) = 17904 |