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 | |
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')
-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 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 diff --git a/converters/py-bsdconv/distinfo b/converters/py-bsdconv/distinfo index 855fbc33dbf1..c6d30c5e04fa 100644 --- a/converters/py-bsdconv/distinfo +++ b/converters/py-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-7.3-0-g86bb880.tar.gz) = ca32be733b411ffe7c3bcbe4b32af21d6ff4299181912c2422ad46e62ad050b0 -SIZE (buganini-bsdconv-7.3-0-g86bb880.tar.gz) = 4301 +SHA256 (buganini-bsdconv-7.5-0-ge203c4a.tar.gz) = f4ac0e8eaad8665b2ee32fe0bfd1206ee8c9ed1bd304b2b9e10cf8ce4a4de99c +SIZE (buganini-bsdconv-7.5-0-ge203c4a.tar.gz) = 4329 |