From owner-svn-ports-head@freebsd.org Sun Mar 5 07:07:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F7C8CFA0B5; Sun, 5 Mar 2017 07:07:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 418541E11; Sun, 5 Mar 2017 07:07:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2577UVn024634; Sun, 5 Mar 2017 07:07:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2577UNn024628; Sun, 5 Mar 2017 07:07:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703050707.v2577UNn024628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 5 Mar 2017 07:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435453 - head/sysutils/detox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 07:07:31 -0000 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 (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