Date: Sun, 5 Mar 2017 07:07:29 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435453 - head/sysutils/detox Message-ID: <201703050707.v2577UNn024628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Mar 5 07:07:29 2017 New Revision: 435453 URL: https://svnweb.freebsd.org/changeset/ports/435453 Log: 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 Modified: head/sysutils/detox/Makefile head/sysutils/detox/distinfo head/sysutils/detox/pkg-descr head/sysutils/detox/pkg-plist Modified: head/sysutils/detox/Makefile ============================================================================== --- head/sysutils/detox/Makefile Sun Mar 5 07:07:12 2017 (r435452) +++ head/sysutils/detox/Makefile Sun Mar 5 07:07:29 2017 (r435453) @@ -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 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 Modified: head/sysutils/detox/distinfo ============================================================================== --- head/sysutils/detox/distinfo Sun Mar 5 07:07:12 2017 (r435452) +++ head/sysutils/detox/distinfo Sun Mar 5 07:07:29 2017 (r435453) @@ -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 Modified: head/sysutils/detox/pkg-descr ============================================================================== --- head/sysutils/detox/pkg-descr Sun Mar 5 07:07:12 2017 (r435452) +++ head/sysutils/detox/pkg-descr Sun Mar 5 07:07:29 2017 (r435453) @@ -3,4 +3,4 @@ easier to work with under Unix and relat 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 Modified: head/sysutils/detox/pkg-plist ============================================================================== --- head/sysutils/detox/pkg-plist Sun Mar 5 07:07:12 2017 (r435452) +++ head/sysutils/detox/pkg-plist Sun Mar 5 07:07:29 2017 (r435453) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703050707.v2577UNn024628>