Date: Tue, 14 Jul 2015 19:44:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392057 - head/sysutils/magicrescue Message-ID: <201507141944.t6EJiDkU000259@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141944.t6EJiDkU000259>