Date: Mon, 13 Jun 2011 21:23:36 GMT From: Ryan Steinmetz <rpsfa@rit.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/157848: [update] sysutils/detox to 1.2.0 Message-ID: <201106132123.p5DLNaVP095962@red.freebsd.org> Resent-Message-ID: <201106132130.p5DLU9rX072953@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157848 >Category: ports >Synopsis: [update] sysutils/detox to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 13 21:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.2-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: -Update to 1.2.0 -Add LICENSE information >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/detox/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 22 Aug 2009 00:35:14 -0000 1.2 +++ Makefile 13 Jun 2011 21:22:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= detox -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= sysutils MASTER_SITES= SF @@ -16,6 +16,12 @@ MAN1= detox.1 MAN5= detoxrc.5 detox.tbl.5 USE_BZIP2= yes +USE_GMAKE= yes GNU_CONFIGURE= yes +LICENSE= detox +LICENSE_NAME= detox +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= pkg-mirror pkg-sell + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/detox/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 19 Mar 2011 12:32:11 -0000 1.3 +++ distinfo 13 Jun 2011 21:22:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (detox-1.1.1.tar.bz2) = 2d89b73e6b745b3f09cb1ab8b0ff788c7f458905ae47b8c6fa59ee833b3da9ac -SIZE (detox-1.1.1.tar.bz2) = 53871 +SHA256 (detox-1.2.0.tar.bz2) = abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8 +SIZE (detox-1.2.0.tar.bz2) = 86118 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/detox/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 13 Mar 2005 21:24:10 -0000 1.1 +++ pkg-plist 13 Jun 2011 21:22:58 -0000 @@ -1,4 +1,5 @@ bin/detox +bin/inline-detox @unexec if cmp -s %D/etc/detoxrc %D/etc/detoxrc.sample; then rm -f %D/etc/detoxrc; fi etc/detoxrc.sample @exec [ -f %D/etc/detoxrc ] || cp %B/%f %D/etc/detoxrc >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106132123.p5DLNaVP095962>