svn commit: r444409 - head/mail/sa-stats

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 26 19:37:48 UTC 2017


Author: sunpoet
Date: Mon Jun 26 19:37:46 2017
New Revision: 444409
URL: https://svnweb.freebsd.org/changeset/ports/444409

Log:
  Remove Perl core modules
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/mail/sa-stats/Makefile

Modified: head/mail/sa-stats/Makefile
==============================================================================
--- head/mail/sa-stats/Makefile	Mon Jun 26 19:37:42 2017	(r444408)
+++ head/mail/sa-stats/Makefile	Mon Jun 26 19:37:46 2017	(r444409)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sa-stats
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rulesemporium.com/programs/ \
 		ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -13,12 +13,11 @@ EXTRACT_ONLY=
 MAINTAINER=	alexey at renatasystems.org
 COMMENT=	Generates top spam/ham rules fired for SpamAssassin installations
 
-RUN_DEPENDS=	p5-Getopt-Long>=0:devel/p5-Getopt-Long
-
 USES=		perl5 shebangfix
 SHEBANG_FILES=	sa-stats-1.0.txt
 
 NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/sa-stats


More information about the svn-ports-all mailing list