diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-18 19:27:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-18 19:27:39 +0800 |
commit | 95be47032dd2dd6a2a2af34c977006127b9db52f (patch) | |
tree | 9838bb4c4ddc8d270c57a16a88ea8fed6903eb1d /converters/py-bsdconv | |
parent | 9d00ba5673dcc36007090633454debf4759f2434 (diff) | |
download | freebsd-ports-gnome-95be47032dd2dd6a2a2af34c977006127b9db52f.tar.gz freebsd-ports-gnome-95be47032dd2dd6a2a2af34c977006127b9db52f.tar.zst freebsd-ports-gnome-95be47032dd2dd6a2a2af34c977006127b9db52f.zip |
- Update to 7.0
Changes:
- OO-style wrapping
- Chase changes in bsdconv
PR: portsr/162654
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'converters/py-bsdconv')
-rw-r--r-- | converters/py-bsdconv/Makefile | 6 | ||||
-rw-r--r-- | converters/py-bsdconv/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile index 17a6f33e7304..dbb57b672741 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 6.6 +PORTVERSION= 7.0 CATEGORIES= converters python MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,9 @@ COMMENT= Python wrapper for bsdconv LICENSE= BSD -LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv -GITVERSION= b2eb189 +GITVERSION= 9266a3f 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 688f02e4e6c6..1854f07474f5 100644 --- a/converters/py-bsdconv/distinfo +++ b/converters/py-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-6.6-0-gb2eb189.tar.gz) = 49600e6eea89b117daabd5dbc1ede0adc1660e3aca6f7fc888802bfcb8aa7cdd -SIZE (buganini-bsdconv-6.6-0-gb2eb189.tar.gz) = 3387 +SHA256 (buganini-bsdconv-7.0-0-g9266a3f.tar.gz) = 611e2b3a9ec91265756e2baaaa713605a79f1b20a85ed45d988ccc4230adc4dc +SIZE (buganini-bsdconv-7.0-0-g9266a3f.tar.gz) = 3826 |