- Update to 1.2.0.

- Add LICENSE.

PR:		ports/157848
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
This commit is contained in:
Wesley Shields 2011-06-28 00:11:31 +00:00
parent ed55f69267
commit 52d792ab82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276533
3 changed files with 8 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= detox
PORTVERSION= 1.1.1
PORTVERSION= 1.2.0
CATEGORIES= sysutils
MASTER_SITES= SF
@ -16,6 +16,10 @@ COMMENT= Removes non-standard characters from filenames
MAN1= detox.1
MAN5= detoxrc.5 detox.tbl.5
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
.include <bsd.port.mk>

View file

@ -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

View file

@ -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