svn commit: r389925 - head/mail/spamcup

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 13:01:09 UTC 2015


Author: amdmi3
Date: Wed Jun 17 13:01:09 2015
New Revision: 389925
URL: https://svnweb.freebsd.org/changeset/ports/389925

Log:
  - Fix shebangs
  - Add NO_ARCH

Modified:
  head/mail/spamcup/Makefile

Modified: head/mail/spamcup/Makefile
==============================================================================
--- head/mail/spamcup/Makefile	Wed Jun 17 12:59:41 2015	(r389924)
+++ head/mail/spamcup/Makefile	Wed Jun 17 13:01:09 2015	(r389925)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spamcup
 PORTVERSION=	1.09
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -16,8 +16,10 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 		p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
 		p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	spamcup.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/spamcup.pl ${SITE_PERL_REL}/spamcup.pl
 


More information about the svn-ports-all mailing list