aboutsummaryrefslogtreecommitdiff
path: root/converters/py-bsdconv
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-25 14:32:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-25 14:32:01 +0000
commit02c0915a1043a3bc5291dd2f62f171d29cc52304 (patch)
tree61ba6d803ff5cc39ef8260ba0c767843f025d660 /converters/py-bsdconv
parente85c24bcadef40da0bb5e2c4642c915688fc246b (diff)
downloadports-02c0915a1043a3bc5291dd2f62f171d29cc52304.tar.gz
ports-02c0915a1043a3bc5291dd2f62f171d29cc52304.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)
Notes
Notes: svn path=/head/; revision=274626
Diffstat (limited to 'converters/py-bsdconv')
-rw-r--r--converters/py-bsdconv/Makefile6
-rw-r--r--converters/py-bsdconv/distinfo4
-rw-r--r--converters/py-bsdconv/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile
index c2b91c4caba4..c9d39aa4aea1 100644
--- a/converters/py-bsdconv/Makefile
+++ b/converters/py-bsdconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdconv
-PORTVERSION= 4.6
+PORTVERSION= 5.0
CATEGORIES= converters python
MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +15,11 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Python wrapper for bsdconv
-LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv
LICENSE= BSD
-GITVERSION= 274d3f1
+GITVERSION= 8f672a0
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION}
USE_PYTHON= yes
diff --git a/converters/py-bsdconv/distinfo b/converters/py-bsdconv/distinfo
index 43dd0e8ff39c..c04a55761ea7 100644
--- a/converters/py-bsdconv/distinfo
+++ b/converters/py-bsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-bsdconv-4.6-0-g274d3f1.tar.gz) = 7e5c24bbddb2d3bb047003ac172a283da659d6832914a357c9f37315baa8a070
-SIZE (buganini-bsdconv-4.6-0-g274d3f1.tar.gz) = 2362
+SHA256 (buganini-bsdconv-5.0-0-g8f672a0.tar.gz) = f7eda86c83ed3fcb72c16df530680aa3646b472bc62e206ffc66a4e0881773a2
+SIZE (buganini-bsdconv-5.0-0-g8f672a0.tar.gz) = 2941
diff --git a/converters/py-bsdconv/pkg-descr b/converters/py-bsdconv/pkg-descr
index fae77f85b8f7..90879243f2a8 100644
--- a/converters/py-bsdconv/pkg-descr
+++ b/converters/py-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 python wrapper for bsdconv.
-WWW: http://github.com/buganini/bsdconv/
+WWW: https://github.com/buganini/python-bsdconv