diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-23 02:56:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-23 02:56:08 +0800 |
commit | b7ea6849afe1df9b83297ee57924f686aa10fa2a (patch) | |
tree | 3ed0cf74774c9bb2fa9b62fdc5da42a377715339 /converters | |
parent | 340cec44b486658c6826184381a214466ec6193d (diff) | |
download | freebsd-ports-gnome-b7ea6849afe1df9b83297ee57924f686aa10fa2a.tar.gz freebsd-ports-gnome-b7ea6849afe1df9b83297ee57924f686aa10fa2a.tar.zst freebsd-ports-gnome-b7ea6849afe1df9b83297ee57924f686aa10fa2a.zip |
- Update to 7.1
Changes:
- Update README
- Use PyObject_DEL instead of PyObject_Del
- Add testconv(), testconv_chunk(), testconv_chunk_last(), testconv_file()
PR: ports/163532
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-bsdconv/Makefile | 4 | ||||
-rw-r--r-- | converters/py-bsdconv/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile index dbb57b672741..3ab62affd5b6 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 7.0 +PORTVERSION= 7.1 CATEGORIES= converters python MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ LICENSE= BSD LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv -GITVERSION= 9266a3f +GITVERSION= 49d61da 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 1854f07474f5..caf5541f2e7a 100644 --- a/converters/py-bsdconv/distinfo +++ b/converters/py-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-7.0-0-g9266a3f.tar.gz) = 611e2b3a9ec91265756e2baaaa713605a79f1b20a85ed45d988ccc4230adc4dc -SIZE (buganini-bsdconv-7.0-0-g9266a3f.tar.gz) = 3826 +SHA256 (buganini-bsdconv-7.1-0-g49d61da.tar.gz) = d0cad9b094376bf4818c114097031f7ed07e3944dce4bf21c3a3205d6e42bbfa +SIZE (buganini-bsdconv-7.1-0-g49d61da.tar.gz) = 4061 |