Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 03:10:34 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387535 - head/mail/sieve-connect
Message-ID:  <201505270310.t4R3AYr1081012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505270310.t4R3AYr1081012>