aboutsummaryrefslogtreecommitdiffstats
path: root/converters/bsdconv/Makefile
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-08-17 02:52:02 +0800
committerculot <culot@FreeBSD.org>2012-08-17 02:52:02 +0800
commit181c9de84596ace5c290a038e4a84d089a5a7496 (patch)
tree18364c14b8803e0863bdfd732e67e77b136d188f /converters/bsdconv/Makefile
parent9ad9b859edd4396da6e4e949b9bae036cdd40348 (diff)
downloadfreebsd-ports-gnome-181c9de84596ace5c290a038e4a84d089a5a7496.tar.gz
freebsd-ports-gnome-181c9de84596ace5c290a038e4a84d089a5a7496.tar.zst
freebsd-ports-gnome-181c9de84596ace5c290a038e4a84d089a5a7496.zip
- Update to 7.5
Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/170670 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters/bsdconv/Makefile')
-rw-r--r--converters/bsdconv/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
index 6bd84f7725e9..7e00dc32cae7 100644
--- a/converters/bsdconv/Makefile
+++ b/converters/bsdconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdconv
-PORTVERSION= 7.3
+PORTVERSION= 7.5
CATEGORIES= converters
MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -16,11 +16,12 @@ COMMENT= BSD licensed charset/encoding converter library
LICENSE= BSD
-GITVERSION= 500f86a
+GITVERSION= cf1989b
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
-OPTIONS= EXTRA "Extra codecs (Chinese specifics)" off
+OPTIONS_DEFINE= EXTRA
+EXTRA_DESC= Extra codecs (Chinese specifics)
USE_LDCONFIG= yes
@@ -31,7 +32,7 @@ INSTALL_TARGET= installdir install_main install_basic
.include <bsd.port.options.mk>
-.if defined(WITH_EXTRA)
+.if ${PORT_OPTIONS:MEXTRA}
ALL_TARGET+= codecs_extra
INSTALL_TARGET+=install_extra
PLIST_SUB+= EXTRA=""