1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

sysutils/detox: update 1.2.0 -> 1.3.0

- upstream moved to github

Submitted by:	Doug Harple <detox.dharple@gmail.com> (upstream author)
Changes:	https://github.com/dharple/detox/blob/master/CHANGELOG.md
This commit is contained in:
Kurt Jaeger 2017-03-05 07:07:29 +00:00
parent 151bcb3c62
commit 3ab447d1f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435453
4 changed files with 12 additions and 7 deletions

View File

@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= detox
PORTVERSION= 1.2.0
PORTREVISION= 1
PORTVERSION= 1.3.0
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Removes non-standard characters from filenames
@ -13,8 +12,10 @@ COMMENT= Removes non-standard characters from filenames
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake tar:bzip2
USES= autoreconf gmake tar:bzip2
USE_GITHUB= yes
GNU_CONFIGURE= yes
GH_ACCOUNT= dharple
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/detox

View File

@ -1,2 +1,3 @@
SHA256 (detox-1.2.0.tar.bz2) = abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8
SIZE (detox-1.2.0.tar.bz2) = 86118
TIMESTAMP = 1488696020
SHA256 (dharple-detox-v1.3.0_GH0.tar.gz) = 00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84
SIZE (dharple-detox-v1.3.0_GH0.tar.gz) = 103539

View File

@ -3,4 +3,4 @@ easier to work with under Unix and related operating systems. Spaces and
various other unsafe characters (such as "$") get replaced with "_". ISO
8859-1 (Latin-1) characters can be replaced as well, as can UTF-8 characters.
WWW: http://detox.sourceforge.net/
WWW: https://github.com/dharple/detox

View File

@ -2,7 +2,10 @@ 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
%%PORTDOCS%%%%DOCSDIR%%/README.md
man/man1/detox.1.gz
man/man1/inline-detox.1.gz
man/man5/detox.tbl.5.gz
man/man5/detoxrc.5.gz