svn commit: r389915 - head/mail/websieve

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:56:07 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:56:07 2015
New Revision: 389915
URL: https://svnweb.freebsd.org/changeset/ports/389915

Log:
  - Fix shebangs
  - Add NO_ARCH

Modified:
  head/mail/websieve/Makefile

Modified: head/mail/websieve/Makefile
==============================================================================
--- head/mail/websieve/Makefile	Wed Jun 17 12:55:53 2015	(r389914)
+++ head/mail/websieve/Makefile	Wed Jun 17 12:56:07 2015	(r389915)
@@ -3,7 +3,7 @@
 
 PORTNAME=	websieve
 PORTVERSION=	0.63.a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
 DISTNAME?=	${PORTNAME}-${DISTVERSION}
@@ -16,10 +16,12 @@ LICENSE_FILE=	${WRKSRC}/GPL
 
 DISTVERSION=	063a
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
+SHEBANG_FILES=	websieve.pl
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 OPTIONS_SINGLE=	TYPE
 OPTIONS_SINGLE_TYPE=	PERL CYRUS


More information about the svn-ports-all mailing list