diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-25 22:32:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-25 22:32:01 +0800 |
commit | 934061992d342f33d0421121f3470744eaee746a (patch) | |
tree | 2851f9a03fe19e122f71756a0910d9ccc2195c96 /converters/py-bsdconv/Makefile | |
parent | 9bfbd7626ceadda497188fbaff11fefb279a7d7e (diff) | |
download | freebsd-ports-gnome-934061992d342f33d0421121f3470744eaee746a.tar.gz freebsd-ports-gnome-934061992d342f33d0421121f3470744eaee746a.tar.zst freebsd-ports-gnome-934061992d342f33d0421121f3470744eaee746a.zip |
- Update bsdconv family to 5.0
- While I'm here, update WWW of converters/*-bsdconv
Changes: https://github.com/buganini/bsdconv/blob/6a43b56713fe84c0a198c4f712b2b9d13ce3f3cf/Changelog
PR: ports/157306
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
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 c2b91c4caba4..c9d39aa4aea1 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 4.6 +PORTVERSION= 5.0 CATEGORIES= converters python MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,11 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} MAINTAINER= buganini@gmail.com COMMENT= Python wrapper for bsdconv -LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv LICENSE= BSD -GITVERSION= 274d3f1 +GITVERSION= 8f672a0 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION} USE_PYTHON= yes |