Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 19:37:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444409 - head/mail/sa-stats
Message-ID:  <201706261937.v5QJbkZY073622@repo.freebsd.org>

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



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