diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Smart-Comments/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Smart-Comments/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Smart-Comments/files/patch-lib_Smart_Comments.pm | 11 | ||||
-rw-r--r-- | devel/p5-Smart-Comments/pkg-plist | 2 |
4 files changed, 7 insertions, 19 deletions
diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile index 8652f2fab8f2..09f6ceb2e2c4 100644 --- a/devel/p5-Smart-Comments/Makefile +++ b/devel/p5-Smart-Comments/Makefile @@ -6,13 +6,14 @@ # PORTNAME= Smart-Comments -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= Comments that do more than just sit there BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \ @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simp ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Smart::Comments.3 diff --git a/devel/p5-Smart-Comments/distinfo b/devel/p5-Smart-Comments/distinfo index eead963dd17a..e7a2579289cd 100644 --- a/devel/p5-Smart-Comments/distinfo +++ b/devel/p5-Smart-Comments/distinfo @@ -1,3 +1,3 @@ -MD5 (Smart-Comments-1.0.1.tar.gz) = 387ce88a5aba1a7a9c49d0dbc343365c -SHA256 (Smart-Comments-1.0.1.tar.gz) = 483cab1572c7b177f1c8f33192e2e270ba81b867e4674dc50c1ff95ab29a237b -SIZE (Smart-Comments-1.0.1.tar.gz) = 12704 +MD5 (Smart-Comments-v1.0.2.tar.gz) = 658df11ea3e1090a4c673b50860449b3 +SHA256 (Smart-Comments-v1.0.2.tar.gz) = c21395ae527950e5f7025b71114ca0b07895ac6589deeef37a03ae87c11fb524 +SIZE (Smart-Comments-v1.0.2.tar.gz) = 13778 diff --git a/devel/p5-Smart-Comments/files/patch-lib_Smart_Comments.pm b/devel/p5-Smart-Comments/files/patch-lib_Smart_Comments.pm deleted file mode 100644 index 552c643157b5..000000000000 --- a/devel/p5-Smart-Comments/files/patch-lib_Smart_Comments.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Smart/Comments.pm Tue May 24 15:54:42 2005 -+++ lib/Smart/Comments.pm.patched Tue May 24 20:32:10 2005 -@@ -1,6 +1,7 @@ - package Smart::Comments; - --use version; $VERSION = qv('1.0.1'); -+#use version; $VERSION = qv('1.0.1'); -+$VERSION = 1.001001; - - use warnings; - use strict; diff --git a/devel/p5-Smart-Comments/pkg-plist b/devel/p5-Smart-Comments/pkg-plist index 0c5ceee6ffe4..9af7e91b1450 100644 --- a/devel/p5-Smart-Comments/pkg-plist +++ b/devel/p5-Smart-Comments/pkg-plist @@ -1,5 +1,3 @@ %%SITE_PERL%%/Smart/Comments.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Smart/Comments/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Smart/Comments @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Smart @dirrmtry %%SITE_PERL%%/Smart |