mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
textproc/teckit: Update to 2.5.11 and use upstream release archive
Changelog: https://github.com/silnrsi/teckit/releases Use upstream release archive as recommended by Porters Handbook PR: 261267 Reviewed by: Nikola Lečić <nikola.lecic@anthesphoria.net> (maintainer)
This commit is contained in:
parent
d4067b1244
commit
19e1f64ff3
@ -1,9 +1,9 @@
|
||||
# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net>
|
||||
|
||||
PORTNAME= teckit
|
||||
PORTVERSION= 2.5.7
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.11
|
||||
CATEGORIES= textproc converters
|
||||
MASTER_SITES= https://github.com/silnrsi/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= nikola.lecic@anthesphoria.net
|
||||
COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode
|
||||
@ -13,9 +13,7 @@ LICENSE_FILE= ${WRKSRC}/license/LICENSING.txt
|
||||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
USES= autoreconf libtool localbase pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= silnrsi
|
||||
USES= libtool localbase pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
@ -26,7 +24,7 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/sfconv_CXXFLAGS = -std=c++11/d' \
|
||||
${WRKSRC}/bin/Makefile.am
|
||||
${WRKSRC}/bin/Makefile.in
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1499892382
|
||||
SHA256 (silnrsi-teckit-v2.5.7_GH0.tar.gz) = d6a820b201b1a8f369a3002975d30fd96a01d9af3119514121e4d793daeb88c4
|
||||
SIZE (silnrsi-teckit-v2.5.7_GH0.tar.gz) = 2940182
|
||||
TIMESTAMP = 1642409432
|
||||
SHA256 (teckit-2.5.11.tar.gz) = aebd8487fb8298dd6e8768b899887768b160ec6ed3a334795e493f80f8614ed4
|
||||
SIZE (teckit-2.5.11.tar.gz) = 2123428
|
||||
|
@ -17,7 +17,6 @@ man/man1/sfconv.1.gz
|
||||
man/man1/teckit_compile.1.gz
|
||||
man/man1/txtconv.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Calling_TECkit_from_VB.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user