svn commit: r350099 - head/mail/getlive

Rene Ladan rene at FreeBSD.org
Fri Apr 4 11:37:56 UTC 2014


Author: rene
Date: Fri Apr  4 11:37:55 2014
New Revision: 350099
URL: http://svnweb.freebsd.org/changeset/ports/350099
QAT: https://qat.redports.org/buildarchive/r350099/

Log:
  mail/getlive: Use shebangfix, bump PORTREVISION
  
  Approved by:	portmgr (infrastructure blanket)

Modified:
  head/mail/getlive/Makefile

Modified: head/mail/getlive/Makefile
==============================================================================
--- head/mail/getlive/Makefile	Fri Apr  4 11:36:08 2014	(r350098)
+++ head/mail/getlive/Makefile	Fri Apr  4 11:37:55 2014	(r350099)
@@ -3,6 +3,7 @@
 
 PORTNAME=	getlive
 DISTVERSION=	3_0_3
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://tardisi.com/distfiles/ \
 		http://lawrencechen.net/distfiles/
@@ -18,7 +19,8 @@ RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	GetLive.pl
 USE_PERL5=	run
 
 PLIST_FILES=	bin/getlive etc/getlive.conf.sample


More information about the svn-ports-all mailing list