svn commit: r392057 - head/sysutils/magicrescue
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 14 19:44:13 UTC 2015
Author: amdmi3
Date: Tue Jul 14 19:44:12 2015
New Revision: 392057
URL: https://svnweb.freebsd.org/changeset/ports/392057
Log:
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/sysutils/magicrescue/Makefile
Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile Tue Jul 14 19:44:02 2015 (r392056)
+++ head/sysutils/magicrescue/Makefile Tue Jul 14 19:44:12 2015 (r392057)
@@ -3,6 +3,7 @@
PORTNAME= magicrescue
PORTVERSION= 1.1.9
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.itu.dk/people/jobr/magicrescue/release/ \
LOCAL/ehaupt
@@ -11,13 +12,14 @@ MAINTAINER= ehaupt at FreeBSD.org
COMMENT= File recovery tool which recovers deleted files from a block device
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_PERL5= run
-SHEBANG_FILES= magicsort
+SHEBANG_FILES= magicsort tools/gimp-resave.pl
OPTIONS_DEFINE= DOCS
More information about the svn-ports-all
mailing list