diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-18 19:27:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-18 19:27:25 +0800 |
commit | 5bf5990dd229919a62b3adf3c8236ffded68607f (patch) | |
tree | a50bf98133cec3dc29b45c8f1edfc37a09f3b29e /converters/bsdconv/Makefile | |
parent | 6b9623cb46d6ab7444a81f6ecdfcd1d621517beb (diff) | |
download | freebsd-ports-gnome-5bf5990dd229919a62b3adf3c8236ffded68607f.tar.gz freebsd-ports-gnome-5bf5990dd229919a62b3adf3c8236ffded68607f.tar.zst freebsd-ports-gnome-5bf5990dd229919a62b3adf3c8236ffded68607f.zip |
- Update to 7.0
Changes: https://github.com/buganini/bsdconv/blob/master/Changelog
PR: portsr/162651
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
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} |