diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-25 22:32:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-25 22:32:01 +0800 |
commit | 934061992d342f33d0421121f3470744eaee746a (patch) | |
tree | 2851f9a03fe19e122f71756a0910d9ccc2195c96 /converters/p5-bsdconv | |
parent | 9bfbd7626ceadda497188fbaff11fefb279a7d7e (diff) | |
download | freebsd-ports-gnome-934061992d342f33d0421121f3470744eaee746a.tar.gz freebsd-ports-gnome-934061992d342f33d0421121f3470744eaee746a.tar.zst freebsd-ports-gnome-934061992d342f33d0421121f3470744eaee746a.zip |
- Update bsdconv family to 5.0
- While I'm here, update WWW of converters/*-bsdconv
Changes: https://github.com/buganini/bsdconv/blob/6a43b56713fe84c0a198c4f712b2b9d13ce3f3cf/Changelog
PR: ports/157306
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters/p5-bsdconv')
-rw-r--r-- | converters/p5-bsdconv/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-bsdconv/distinfo | 4 | ||||
-rw-r--r-- | converters/p5-bsdconv/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile index 873049caec6d..c97355605f4f 100644 --- a/converters/p5-bsdconv/Makefile +++ b/converters/p5-bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 4.8 +PORTVERSION= 5.0 CATEGORIES= converters perl5 MASTER_SITES= https://github.com/buganini/perl-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= p5- @@ -15,11 +15,11 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} MAINTAINER= buganini@gmail.com COMMENT= Perl wrapper for bsdconv -LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv LICENSE= BSD -GITVERSION= 1ee9a24 +GITVERSION= ee14c04 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-perl-${PORTNAME}-${GITVERSION} diff --git a/converters/p5-bsdconv/distinfo b/converters/p5-bsdconv/distinfo index 611bd239c33d..4950b49a526f 100644 --- a/converters/p5-bsdconv/distinfo +++ b/converters/p5-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-4.8-0-g1ee9a24.tar.gz) = 418476ea0817ed25e4b55178e28a779453aa209fa0ed5b737f7011426e14edb7 -SIZE (buganini-bsdconv-4.8-0-g1ee9a24.tar.gz) = 42491 +SHA256 (buganini-bsdconv-5.0-0-gee14c04.tar.gz) = a4edf545184d03e314bb5d415068927b319c465b2996375b648a4b1d343ea680 +SIZE (buganini-bsdconv-5.0-0-gee14c04.tar.gz) = 42792 diff --git a/converters/p5-bsdconv/pkg-descr b/converters/p5-bsdconv/pkg-descr index 536a4e568c18..6633d8eda32f 100644 --- a/converters/p5-bsdconv/pkg-descr +++ b/converters/p5-bsdconv/pkg-descr @@ -2,4 +2,4 @@ BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a perl wrapper for bsdconv. -WWW: http://github.com/buganini/bsdconv/ +WWW: http://github.com/buganini/perl-bsdconv |