mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/detox: Update to 2.0.0
This commit is contained in:
parent
8fe2259e7a
commit
747b5f9121
@ -1,6 +1,5 @@
|
||||
PORTNAME= detox
|
||||
PORTVERSION= 1.4.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.0
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -11,7 +10,7 @@ WWW= https://github.com/dharple/detox
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= autoreconf gmake tar:bzip2
|
||||
USES= autoreconf gmake pkgconfig tar:bzip2
|
||||
USE_GITHUB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1629102227
|
||||
SHA256 (dharple-detox-v1.4.5_GH0.tar.gz) = 5d8b1eb53035589882f48316a88f50341bf98c284e8cd29dea74f680559e27cc
|
||||
SIZE (dharple-detox-v1.4.5_GH0.tar.gz) = 111745
|
||||
TIMESTAMP = 1711896680
|
||||
SHA256 (dharple-detox-v2.0.0_GH0.tar.gz) = 46e646855cfeae5aa51d00c834f7eeeb5967188aaa17f8882a14f98343d82924
|
||||
SIZE (dharple-detox-v2.0.0_GH0.tar.gz) = 200861
|
||||
|
@ -1,10 +1,16 @@
|
||||
bin/detox
|
||||
bin/inline-detox
|
||||
@sample etc/detoxrc.sample
|
||||
@sample %%DATADIR%%/iso8859_1.tbl.sample
|
||||
@sample %%DATADIR%%/safe.tbl.sample
|
||||
@sample %%DATADIR%%/unicode.tbl.sample
|
||||
etc/detoxrc
|
||||
%%DATADIR%%/cp1252.tbl
|
||||
%%DATADIR%%/iso8859_1.tbl
|
||||
%%DATADIR%%/safe.tbl
|
||||
%%DATADIR%%/unicode.tbl
|
||||
%%DATADIR%%/unidecode.tbl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUILD.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS.md
|
||||
share/man/man1/detox.1.gz
|
||||
share/man/man1/inline-detox.1.gz
|
||||
share/man/man5/detox.tbl.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user