diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-18 03:55:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-18 03:55:21 +0800 |
commit | e664a721b9093aab84d037cddbcd16aab745339b (patch) | |
tree | 4927766c00b69de0f62470e53e485f2add53c3db | |
parent | d55b87c51afa44ec9b9cb2fd83f87d6465879381 (diff) | |
download | freebsd-ports-gnome-e664a721b9093aab84d037cddbcd16aab745339b.tar.gz freebsd-ports-gnome-e664a721b9093aab84d037cddbcd16aab745339b.tar.zst freebsd-ports-gnome-e664a721b9093aab84d037cddbcd16aab745339b.zip |
Update to 0.11
- Add LICENSE_FILE
- Take maintainership
Changes: https://metacpan.org/changes/distribution/List-UtilsBy
PR: 235264
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 3 weeks)
-rw-r--r-- | devel/p5-List-UtilsBy/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-List-UtilsBy/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-List-UtilsBy/Makefile b/devel/p5-List-UtilsBy/Makefile index dd087a57254d..ca789267a0a5 100644 --- a/devel/p5-List-UtilsBy/Makefile +++ b/devel/p5-List-UtilsBy/Makefile @@ -1,19 +1,21 @@ # $FreeBSD$ PORTNAME= List-UtilsBy -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for higher-order list utility functions LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure -NO_ARCH= YES + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/p5-List-UtilsBy/distinfo b/devel/p5-List-UtilsBy/distinfo index 0b1a179c0a03..f94dbd310853 100644 --- a/devel/p5-List-UtilsBy/distinfo +++ b/devel/p5-List-UtilsBy/distinfo @@ -1,2 +1,3 @@ -SHA256 (List-UtilsBy-0.10.tar.gz) = bed74094c625aa34a5ae94a7e1fe1856f08e1bd26b8ba152bfe7a51d3277192e -SIZE (List-UtilsBy-0.10.tar.gz) = 21845 +TIMESTAMP = 1546331172 +SHA256 (List-UtilsBy-0.11.tar.gz) = faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a +SIZE (List-UtilsBy-0.11.tar.gz) = 22939 |