aboutsummaryrefslogtreecommitdiff
path: root/textproc/teckit/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-07-27 15:11:50 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-07-27 15:11:50 +0000
commitbde0d881b9a1b7a7141cb2c11a2a6349922823a6 (patch)
tree728211149881aee2a58bc2ddb19cbd28c30eacae /textproc/teckit/Makefile
parent9e9f7d985eef9b10c6fab0559943d6b8bdd1c800 (diff)
downloadports-bde0d881b9a1b7a7141cb2c11a2a6349922823a6.tar.gz
ports-bde0d881b9a1b7a7141cb2c11a2a6349922823a6.zip
textproc/teckit: update 2.5.1 -> 2.5.7
PR: 220692 Changes: https://github.com/silnrsi/teckit/releases Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Reviewed by: dbaio, ultima Approved by: nikola.lecic@anthesphoria.net (maintainer timeout)
Notes
Notes: svn path=/head/; revision=446745
Diffstat (limited to 'textproc/teckit/Makefile')
-rw-r--r--textproc/teckit/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile
index 540be34b6fa9..503a9ad93589 100644
--- a/textproc/teckit/Makefile
+++ b/textproc/teckit/Makefile
@@ -2,19 +2,21 @@
# $FreeBSD$
PORTNAME= teckit
-PORTVERSION= 2.5.1
-PORTREVISION= 2
+PORTVERSION= 2.5.7
+DISTVERSIONPREFIX= v
CATEGORIES= textproc converters
-MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/ \
- http://anthesphoria.net/FreeBSD/ports/distfiles/
-DISTNAME= TECkit_${PORTVERSION:S|.|_|g}
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/license/LICENSING.txt
+
LIB_DEPENDS= libexpat.so:textproc/expat2
-USES= libtool
+USES= autoreconf libtool pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= silnrsi
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -25,9 +27,6 @@ DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
OPTIONS_DEFINE= DOCS
-post-patch:
- ${CHMOD} ${BINMODE} ${WRKSRC}/configure ${WRKSRC}/install-sh
-
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}