Date: Sat, 13 Jan 2018 08:13:51 +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: r458909 - head/devel/p5-Tie-RegexpHash Message-ID: <201801130813.w0D8Dpg9022933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 13 08:13:51 2018 New Revision: 458909 URL: https://svnweb.freebsd.org/changeset/ports/458909 Log: Update to 0.17 - Add LICENSE - Add NO_ARCH - Add WWW Changes: http://search.cpan.org/dist/Tie-RegexpHash/Changes Modified: head/devel/p5-Tie-RegexpHash/Makefile head/devel/p5-Tie-RegexpHash/distinfo head/devel/p5-Tie-RegexpHash/pkg-descr Modified: head/devel/p5-Tie-RegexpHash/Makefile ============================================================================== --- head/devel/p5-Tie-RegexpHash/Makefile Sat Jan 13 08:13:45 2018 (r458908) +++ head/devel/p5-Tie-RegexpHash/Makefile Sat Jan 13 08:13:51 2018 (r458909) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Tie-RegexpHash -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +9,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use regular expressions as hash keys +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Tie-RegexpHash/distinfo ============================================================================== --- head/devel/p5-Tie-RegexpHash/distinfo Sat Jan 13 08:13:45 2018 (r458908) +++ head/devel/p5-Tie-RegexpHash/distinfo Sat Jan 13 08:13:51 2018 (r458909) @@ -1,2 +1,3 @@ -SHA256 (Tie-RegexpHash-0.16.tar.gz) = ac910508a4aa93bf34f92d76e8d6800b24dc8a3ea9a7103b46d085c83f9ee7dc -SIZE (Tie-RegexpHash-0.16.tar.gz) = 5948 +TIMESTAMP = 1515829512 +SHA256 (Tie-RegexpHash-0.17.tar.gz) = 0c207850e77efb16618e0aa015507926a3425b34aad5aa6e3e40d83989a085a3 +SIZE (Tie-RegexpHash-0.17.tar.gz) = 6417 Modified: head/devel/p5-Tie-RegexpHash/pkg-descr ============================================================================== --- head/devel/p5-Tie-RegexpHash/pkg-descr Sat Jan 13 08:13:45 2018 (r458908) +++ head/devel/p5-Tie-RegexpHash/pkg-descr Sat Jan 13 08:13:51 2018 (r458909) @@ -1,3 +1,5 @@ Tie::RegexpHash module allows one to use regular expressions for hash keys, so that values can be associated with anything that matches the key. + +WWW: http://search.cpan.org/dist/Tie-RegexpHash/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801130813.w0D8Dpg9022933>