Skip to content

Commit

Permalink
textproc/teckit: Update to 2.5.11 and use upstream release archive
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 19, 2022
1 parent d4067b1 commit 19e1f64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
10 changes: 4 additions & 6 deletions textproc/teckit/Makefile
@@ -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
Expand All @@ -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
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions textproc/teckit/distinfo
@@ -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
1 change: 0 additions & 1 deletion textproc/teckit/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 19e1f64

Please sign in to comment.