aboutsummaryrefslogtreecommitdiff
path: root/converters/bsdconv
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-26 18:28:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-26 18:28:47 +0000
commit817f7ea1c66257ee09f04de66b0c0cd684861ed4 (patch)
treeba3135a6c0afe4b168dcc8a2eda5a5dff6ae1c38 /converters/bsdconv
parent524e481bee5bd01add487ce566ccbdd27eb4098a (diff)
downloadports-817f7ea1c66257ee09f04de66b0c0cd684861ed4.tar.gz
ports-817f7ea1c66257ee09f04de66b0c0cd684861ed4.zip
- Update to 6.2
Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/162007 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=284380
Diffstat (limited to 'converters/bsdconv')
-rw-r--r--converters/bsdconv/Makefile13
-rw-r--r--converters/bsdconv/distinfo4
2 files changed, 10 insertions, 7 deletions
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
index 29e12e0c0d0b..3df6d2968299 100644
--- a/converters/bsdconv/Makefile
+++ b/converters/bsdconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdconv
-PORTVERSION= 6.0
+PORTVERSION= 6.2
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= d1636bc
+GITVERSION= 50e0819
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
@@ -27,16 +27,19 @@ USE_LDCONFIG= yes
MAKE_ARGS= PREFIX=${PREFIX}
ALL_TARGET= libbsdconv bsdconv_mktable meta bsdconv codecs_basic
-INSTALL_TARGET= install_main install_basic
+INSTALL_TARGET= installdir install_main install_basic
.include <bsd.port.options.mk>
.if defined(WITH_EXTRA)
ALL_TARGET+= codecs_extra
INSTALL_TARGET+=install_extra
-PLIST_SUB= EXTRA=""
+PLIST_SUB+= EXTRA=""
.else
-PLIST_SUB= EXTRA="@comment "
+PLIST_SUB+= EXTRA="@comment "
.endif
+pre-install:
+ ${MKDIR} ${DATADIR}/ ${DATADIR}/from/ ${DATADIR}/inter/ ${DATADIR}/to/
+
.include <bsd.port.mk>
diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo
index a1b0cf571d9f..4e030f1ecbd0 100644
--- a/converters/bsdconv/distinfo
+++ b/converters/bsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-bsdconv-6.0-0-gd1636bc.tar.gz) = 42b26ca54550d250fadfff59588107709be61de4d5bd6b42e16c74a7c246f757
-SIZE (buganini-bsdconv-6.0-0-gd1636bc.tar.gz) = 4235154
+SHA256 (buganini-bsdconv-6.2-0-g50e0819.tar.gz) = 66d786528e2892694c4794dafdc603c2e358890d7cf52a04948f8d2fd6e80489
+SIZE (buganini-bsdconv-6.2-0-g50e0819.tar.gz) = 4235292