diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-27 03:02:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-27 03:02:40 +0800 |
commit | f6f8f71ca387716356dab5187eba47ec9e68bca5 (patch) | |
tree | b4247f1970606c92de9d5734a5ebdf5a3df43ffa /converters/py-bsdconv/Makefile | |
parent | bafedaaefdc7c8430ff356ca9e3303d6224b5204 (diff) | |
download | freebsd-ports-gnome-f6f8f71ca387716356dab5187eba47ec9e68bca5.tar.gz freebsd-ports-gnome-f6f8f71ca387716356dab5187eba47ec9e68bca5.tar.zst freebsd-ports-gnome-f6f8f71ca387716356dab5187eba47ec9e68bca5.zip |
- Update to 7.3
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes:
- info(): add width information
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
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 dae013f3ed25..71d85cf9a57a 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 7.3 +PORTVERSION= 7.5 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.7:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv -GITVERSION= 86bb880 +GITVERSION= e203c4a FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION} USE_PYTHON= yes |