Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 19:46:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392058 - branches/2015Q3/sysutils/magicrescue
Message-ID:  <201507141946.t6EJkALj000814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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?201507141946.t6EJkALj000814>