Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 19:02:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497184 - head/textproc/p5-DelimMatch
Message-ID:  <201903291902.x2TJ2AwZ096154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 29 19:02:10 2019
New Revision: 497184
URL: https://svnweb.freebsd.org/changeset/ports/497184

Log:
  Update to 1.06a
  
  - Update MASTER_SITES
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  - Update WWW

Modified:
  head/textproc/p5-DelimMatch/Makefile
  head/textproc/p5-DelimMatch/distinfo
  head/textproc/p5-DelimMatch/pkg-descr
  head/textproc/p5-DelimMatch/pkg-plist

Modified: head/textproc/p5-DelimMatch/Makefile
==============================================================================
--- head/textproc/p5-DelimMatch/Makefile	Fri Mar 29 19:02:04 2019	(r497183)
+++ head/textproc/p5-DelimMatch/Makefile	Fri Mar 29 19:02:10 2019	(r497184)
@@ -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>

Modified: head/textproc/p5-DelimMatch/distinfo
==============================================================================
--- head/textproc/p5-DelimMatch/distinfo	Fri Mar 29 19:02:04 2019	(r497183)
+++ head/textproc/p5-DelimMatch/distinfo	Fri Mar 29 19:02:10 2019	(r497184)
@@ -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

Modified: head/textproc/p5-DelimMatch/pkg-descr
==============================================================================
--- head/textproc/p5-DelimMatch/pkg-descr	Fri Mar 29 19:02:04 2019	(r497183)
+++ head/textproc/p5-DelimMatch/pkg-descr	Fri Mar 29 19:02:10 2019	(r497184)
@@ -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

Modified: head/textproc/p5-DelimMatch/pkg-plist
==============================================================================
--- head/textproc/p5-DelimMatch/pkg-plist	Fri Mar 29 19:02:04 2019	(r497183)
+++ head/textproc/p5-DelimMatch/pkg-plist	Fri Mar 29 19:02:10 2019	(r497184)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291902.x2TJ2AwZ096154>