ports/170765: [PATCH] mail/spamstats: [SUMMARIZE CHANGES]

Dennis Herrmann dhn at FreeBSD.org
Sun Aug 19 09:00:27 UTC 2012


>Number:         170765
>Category:       ports
>Synopsis:       [PATCH] mail/spamstats: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 19 09:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD contempt 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Add required dependency p5-Compress-Bzip2
- Bump PORTREVISION

Port maintainer (leeym at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

See in the Changelog from spamstats:

....
#Changelog
#0.6c 5 February 2006
# Support for transparent bzip2 compression. Thanks to Yen-Ming Lee for the
# patch. Requires Compress::Bzip2.
....

>How-To-Repeat:
>Fix:

--- spamstats-0.6c_2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 302713)
+++ Makefile	(working copy)
@@ -7,14 +7,15 @@
 
 PORTNAME=	spamstats
 PORTVERSION=	0.6c
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.inl.fr/download/
 
 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
--- spamstats-0.6c_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list