diff options
author | culot <culot@FreeBSD.org> | 2015-04-14 15:47:12 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2015-04-14 15:47:12 +0800 |
commit | bb3e69b59adfd7f49a042403861015911ec50d1a (patch) | |
tree | fa155471dead8250701841fbd2717ff6eee91f8f | |
parent | c40d9d37bc06180f6390e15119cfb033cefe9d26 (diff) | |
download | freebsd-ports-gnome-bb3e69b59adfd7f49a042403861015911ec50d1a.tar.gz freebsd-ports-gnome-bb3e69b59adfd7f49a042403861015911ec50d1a.tar.zst freebsd-ports-gnome-bb3e69b59adfd7f49a042403861015911ec50d1a.zip |
- Update to 2.85
- Shorten COMMENT
- Update WWW link
Changes: https://metacpan.org/changes/distribution/Config-IniFiles
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/pkg-descr | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index 5608a51e647c..e6bd5a345d6f 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= Config-IniFiles -PORTVERSION= 2.83 -PORTREVISION= 1 +PORTVERSION= 2.85 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org -COMMENT= Perl5 module for reading .ini-style configuration files +COMMENT= Read .ini-style configuration files LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo index 20374b0b9545..3495f9e42969 100644 --- a/devel/p5-Config-IniFiles/distinfo +++ b/devel/p5-Config-IniFiles/distinfo @@ -1,2 +1,2 @@ -SHA256 (Config-IniFiles-2.83.tar.gz) = 11578b7ddb1b86148ef5e5091155b7c420f157837d5b9fb486c659829186827d -SIZE (Config-IniFiles-2.83.tar.gz) = 72950 +SHA256 (Config-IniFiles-2.85.tar.gz) = 26dc451960e220335218cff426ceb942bbc9abb735bef9d95489c04d4d6fd7f4 +SIZE (Config-IniFiles-2.85.tar.gz) = 79652 diff --git a/devel/p5-Config-IniFiles/pkg-descr b/devel/p5-Config-IniFiles/pkg-descr index 9d7eff6aeadc..c00a53178cdb 100644 --- a/devel/p5-Config-IniFiles/pkg-descr +++ b/devel/p5-Config-IniFiles/pkg-descr @@ -19,4 +19,4 @@ section name in square brackets. Parameters are specified in each section as Name=Value. Any spaces around the equals sign will be ignored, and the value extends to the end of the line. -WWW: http://search.cpan.org/dist/Config-IniFiles/ +WWW: https://metacpan.org/release/Config-IniFiles |