diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-01 23:05:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-01 23:05:07 +0800 |
commit | 3b1b61b10c6c2161fa1f030009319bac889c9ef0 (patch) | |
tree | 4a27f6b2b02ac6c0c4788f535d6b64aab4d45a41 /converters/py-bsdconv | |
parent | 913464fbc71ad1d4c7d238f59663945233b0034b (diff) | |
download | freebsd-ports-gnome-3b1b61b10c6c2161fa1f030009319bac889c9ef0.tar.gz freebsd-ports-gnome-3b1b61b10c6c2161fa1f030009319bac889c9ef0.tar.zst freebsd-ports-gnome-3b1b61b10c6c2161fa1f030009319bac889c9ef0.zip |
- Update to 6.6
Changes:
- Compatibiliy with python 3
- Fix bug in PyObject deletion
PR: ports/162184
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters/py-bsdconv')
-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 ddf58a2cc271..17a6f33e7304 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 6.0 +PORTVERSION= 6.6 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.6:${PORTSDIR}/converters/bsdconv -GITVERSION= 6685104 +GITVERSION= b2eb189 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 7f3ab3cfc0f7..688f02e4e6c6 100644 --- a/converters/py-bsdconv/distinfo +++ b/converters/py-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-6.0-0-g6685104.tar.gz) = afd51e8bb5297f56310e26e72e28e92aaa317b1bf7c5c54f2848b584d95154af -SIZE (buganini-bsdconv-6.0-0-g6685104.tar.gz) = 3181 +SHA256 (buganini-bsdconv-6.6-0-gb2eb189.tar.gz) = 49600e6eea89b117daabd5dbc1ede0adc1660e3aca6f7fc888802bfcb8aa7cdd +SIZE (buganini-bsdconv-6.6-0-gb2eb189.tar.gz) = 3387 |