svn commit: r302912 - head/mail/spamstats

Yen-Ming Lee leeym at FreeBSD.org
Tue Aug 21 23:47:43 UTC 2012


Author: leeym
Date: Tue Aug 21 23:47:43 2012
New Revision: 302912
URL: http://svn.freebsd.org/changeset/ports/302912

Log:
  - Update MASTER_SITES
  - Add required dependency p5-Compress-Bzip2
  - Bump PORTREVISION
  
  PR:		170765
  Submitted by:	dhn@

Modified:
  head/mail/spamstats/Makefile

Modified: head/mail/spamstats/Makefile
==============================================================================
--- head/mail/spamstats/Makefile	Tue Aug 21 23:29:53 2012	(r302911)
+++ head/mail/spamstats/Makefile	Tue Aug 21 23:47:43 2012	(r302912)
@@ -7,14 +7,17 @@
 
 PORTNAME=	spamstats
 PORTVERSION=	0.6c
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
-MASTER_SITES=	http://www.inl.fr/download/
+#MASTER_SITES=	http://www.inl.fr/download/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	leeym
 
 MAINTAINER=	leeym at FreeBSD.org
 COMMENT=	A tool to generate statistics for spamd of Mail::SpamAssassin
 
-RUN_DEPENDS=	p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip
+RUN_DEPENDS=	p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
+		p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2
 
 USE_PERL5=	yes
 NO_BUILD=	yes



More information about the svn-ports-all mailing list