Date: Wed, 17 Jun 2015 12:57:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389920 - head/mail/popfile Message-ID: <201506171257.t5HCvRkC077979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 17 12:57:26 2015 New Revision: 389920 URL: https://svnweb.freebsd.org/changeset/ports/389920 Log: - Fix shebangs - Add NO_ARCH Modified: head/mail/popfile/Makefile Modified: head/mail/popfile/Makefile ============================================================================== --- head/mail/popfile/Makefile Wed Jun 17 12:57:14 2015 (r389919) +++ head/mail/popfile/Makefile Wed Jun 17 12:57:26 2015 (r389920) @@ -3,6 +3,7 @@ PORTNAME= popfile PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://getpopfile.org/downloads/%SUBDIR%/ MASTER_SITE_SUBDIR= . archive @@ -20,10 +21,12 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes USES= perl5 shebangfix zip USE_PERL5= run -SHEBANG_FILES= popfile.pl +SHEBANG_FILES= bayes.pl insert.pl \ + pipe.pl popfile.pl PLIST_SUB= VERSION="${PORTVERSION}" SUB_FILES= popfile.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171257.t5HCvRkC077979>