svn commit: r387535 - head/mail/sieve-connect
Ryan Steinmetz
zi at FreeBSD.org
Wed May 27 03:10:35 UTC 2015
Author: zi
Date: Wed May 27 03:10:34 2015
New Revision: 387535
URL: https://svnweb.freebsd.org/changeset/ports/387535
Log:
- Add shebangfix to fix runtime errors after recently deleting the perl symlinks
- Bump PORTREVISION
Modified:
head/mail/sieve-connect/Makefile
Modified: head/mail/sieve-connect/Makefile
==============================================================================
--- head/mail/sieve-connect/Makefile Wed May 27 01:11:14 2015 (r387534)
+++ head/mail/sieve-connect/Makefile Wed May 27 03:10:34 2015 (r387535)
@@ -3,6 +3,7 @@
PORTNAME= sieve-connect
PORTVERSION= 0.87
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -24,7 +25,8 @@ RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDI
p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
-USES= perl5 tar:bzip2
+USES= perl5 tar:bzip2 shebangfix
+SHEBANG_FILES= sieve-connect.pl
PLIST_FILES= bin/sieve-connect \
man/man1/sieve-connect.1.gz
More information about the svn-ports-all
mailing list