diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-18 11:27:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-18 11:27:25 +0000 |
commit | 95582966ac522155a956ee8278e0b0f14ec1f0e5 (patch) | |
tree | e519a033d1814bbdc1734cbdd23cea8a2352362b /converters/bsdconv/Makefile | |
parent | d548aa88553ea31a178bb142422fa09f4923bf2e (diff) | |
download | ports-95582966ac522155a956ee8278e0b0f14ec1f0e5.tar.gz ports-95582966ac522155a956ee8278e0b0f14ec1f0e5.zip |
Notes
Diffstat (limited to 'converters/bsdconv/Makefile')
-rw-r--r-- | converters/bsdconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile index 3df6d2968299..f3a1cd4ba833 100644 --- a/converters/bsdconv/Makefile +++ b/converters/bsdconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdconv -PORTVERSION= 6.2 +PORTVERSION= 7.0 CATEGORIES= converters MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} @@ -16,7 +16,7 @@ COMMENT= BSD licensed charset/encoding converter library LICENSE= BSD -GITVERSION= 50e0819 +GITVERSION= 2d21a55 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} |