Update detox from 1.2.0 to 1.4.5

Detox has moved to a new upstream.

Changes: https://github.com/dharple/detox/releases

Reported by Ray Kohler on ports@

Patch by me with hints from sthen
This commit is contained in:
sdk 2023-10-21 18:37:20 +00:00
parent 4d1505d870
commit f8dc189778
3 changed files with 15 additions and 18 deletions

View File

@ -1,19 +1,18 @@
COMMENT = utility designed to clean up filenames
DISTNAME = detox-1.2.0
V = 1.4.5
DISTNAME = detox-${V}
CATEGORIES = sysutils
HOMEPAGE = http://detox.sourceforge.net/
HOMEPAGE = https://github.com/dharple/detox
#BSD
PERMIT_PACKAGE = Yes
WANTLIB += c
SITES = ${SITE_SOURCEFORGE:=detox/}
EXTRACT_SUFX = .tar.bz2
SITES = ${HOMEPAGE}/releases/download/v${V}/
USE_GMAKE = Yes
@ -21,16 +20,6 @@ CONFIGURE_STYLE = gnu
NO_TEST = Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/detox
${INSTALL_DATA_DIR} ${PREFIX}/share/detox
${INSTALL_PROGRAM} ${WRKBUILD}/detox ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/inline-detox ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/detox.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKBUILD}/detoxrc.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKBUILD}/detox.tbl.5 ${PREFIX}/man/man5
${INSTALL_DATA} ${WRKBUILD}/detoxrc ${PREFIX}/share/examples/detox
${INSTALL_DATA} ${WRKBUILD}/iso8859_1.tbl ${PREFIX}/share/detox
${INSTALL_DATA} ${WRKBUILD}/unicode.tbl ${PREFIX}/share/detox
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/detox
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (detox-1.2.0.tar.bz2) = q/rZDufT4PxTzjudoyU/moAM3ZLj+MwSoZOUp7Hc2/g=
SIZE (detox-1.2.0.tar.bz2) = 86118
SHA256 (detox-1.4.5.tar.gz) = uKDtgw8wVPvgl3HSuO2K42Z1KWeMGnPrjlEmk+jHTTw=
SIZE (detox-1.4.5.tar.gz) = 147196

View File

@ -1,11 +1,19 @@
@bin bin/detox
@bin bin/inline-detox
@man man/man1/detox.1
@man man/man1/inline-detox.1
@man man/man5/detox.tbl.5
@man man/man5/detoxrc.5
share/detox/
share/detox/iso8859_1.tbl
@comment share/detox/iso8859_1.tbl.sample
share/detox/safe.tbl
@comment share/detox/safe.tbl.sample
share/detox/unicode.tbl
@comment share/detox/unicode.tbl.sample
share/doc/detox/
share/doc/detox/README.md
share/examples/detox/
share/examples/detox/detoxrc
@sample ${SYSCONFDIR}/detoxrc
@comment share/examples/detox/detoxrc.sample