svn commit: r392058 - branches/2015Q3/sysutils/magicrescue

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:46:10 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:46:09 2015
New Revision: 392058
URL: https://svnweb.freebsd.org/changeset/ports/392058

Log:
  MFH: r392057
  
  - Fix shebangs
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/sysutils/magicrescue/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/magicrescue/Makefile
==============================================================================
--- branches/2015Q3/sysutils/magicrescue/Makefile	Tue Jul 14 19:44:12 2015	(r392057)
+++ branches/2015Q3/sysutils/magicrescue/Makefile	Tue Jul 14 19:46:09 2015	(r392058)
@@ -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-branches mailing list