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/Makefile | |
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/Makefile')
-rw-r--r-- | converters/py-bsdconv/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |