aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-DelimMatch
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-29 19:02:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-29 19:02:10 +0000
commit77002a965501dcaafe957ad8f668a6907ef1c300 (patch)
treedc15e64073fe7de45382b879241cad49b7f1e581 /textproc/p5-DelimMatch
parentb617816088424fd69908a266964e8d9dc06e9bbb (diff)
downloadports-77002a965501dcaafe957ad8f668a6907ef1c300.tar.gz
ports-77002a965501dcaafe957ad8f668a6907ef1c300.zip
Update to 1.06a
- Update MASTER_SITES - Add LICENSE - Add NO_ARCH - Sort PLIST - Update WWW
Notes
Notes: svn path=/head/; revision=497184
Diffstat (limited to 'textproc/p5-DelimMatch')
-rw-r--r--textproc/p5-DelimMatch/Makefile13
-rw-r--r--textproc/p5-DelimMatch/distinfo5
-rw-r--r--textproc/p5-DelimMatch/pkg-descr5
-rw-r--r--textproc/p5-DelimMatch/pkg-plist4
4 files changed, 16 insertions, 11 deletions
diff --git a/textproc/p5-DelimMatch/Makefile b/textproc/p5-DelimMatch/Makefile
index befa7cf4b9da..4befbebf07a5 100644
--- a/textproc/p5-DelimMatch/Makefile
+++ b/textproc/p5-DelimMatch/Makefile
@@ -2,16 +2,23 @@
# $FreeBSD$
PORTNAME= DelimMatch
-PORTVERSION= 1.05
-PORTREVISION= 1
+PORTVERSION= 1.06
+DISTVERSIONSUFFIX= a
CATEGORIES= textproc perl5
-MASTER_SITES= http://nwalsh.com/perl/delimmatch/
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:NWALSH
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to find regexp delimited strings with proper nesting
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
.include <bsd.port.mk>
diff --git a/textproc/p5-DelimMatch/distinfo b/textproc/p5-DelimMatch/distinfo
index 0d0283ed3a51..13d3ffa3c487 100644
--- a/textproc/p5-DelimMatch/distinfo
+++ b/textproc/p5-DelimMatch/distinfo
@@ -1,2 +1,3 @@
-SHA256 (DelimMatch-1.05.tar.gz) = 5d98e5df74b96f8e85956bf3159039f5ca44e50df188bc600b0fc88296eb6c90
-SIZE (DelimMatch-1.05.tar.gz) = 8426
+TIMESTAMP = 1551649844
+SHA256 (DelimMatch-1.06a.tar.gz) = dde935bc77dd08bdd35eb5b374fe10da38a421dc6e2360eadeddc8e51fa133fb
+SIZE (DelimMatch-1.06a.tar.gz) = 8529
diff --git a/textproc/p5-DelimMatch/pkg-descr b/textproc/p5-DelimMatch/pkg-descr
index 2452f397d6bb..6251b03e013c 100644
--- a/textproc/p5-DelimMatch/pkg-descr
+++ b/textproc/p5-DelimMatch/pkg-descr
@@ -6,7 +6,4 @@ properly nested, entire nested groups are returned.
In addition, you may specify quoting and escaping characters that
contribute to the recognition of start and end delimiters.
-WWW: http://nwalsh.com/perl/delimmatch/
-
--Anton
-<tobez@FreeBSD.org>
+WWW: https://metacpan.org/release/DelimMatch
diff --git a/textproc/p5-DelimMatch/pkg-plist b/textproc/p5-DelimMatch/pkg-plist
index 16585c719a03..487d268fc080 100644
--- a/textproc/p5-DelimMatch/pkg-plist
+++ b/textproc/p5-DelimMatch/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Text::DelimMatch.3.gz
-%%SITE_PERL%%/auto/Text/DelimMatch/autosplit.ix
%%SITE_PERL%%/Text/DelimMatch.pm
+%%SITE_PERL%%/auto/Text/DelimMatch/autosplit.ix
+%%PERL5_MAN3%%/Text::DelimMatch.3.gz