Bug 178896 - [patch] mail/spamstats
Summary: [patch] mail/spamstats
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 08:30 UTC by Andrej Zverev
Modified: 2013-06-07 07:53 UTC (History)
0 users

See Also:


Attachments
patch.diff (634 bytes, patch)
2013-05-24 08:30 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 08:30:00 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 08:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-03 16:15:58 UTC
Author: leeym
Date: Mon Jun  3 15:15:51 2013
New Revision: 319788
URL: http://svnweb.freebsd.org/changeset/ports/319788

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		178896
  Submitted by:	az@

Modified:
  head/mail/spamstats/Makefile

Modified: head/mail/spamstats/Makefile
==============================================================================
--- head/mail/spamstats/Makefile	Mon Jun  3 14:59:35 2013	(r319787)
+++ head/mail/spamstats/Makefile	Mon Jun  3 15:15:51 2013	(r319788)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	spamstats
-# Date created:				14 March 2003
-# Whom:	      				Yen-Ming Lee <leeym@FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	spamstats
 PORTVERSION=	0.6c
@@ -27,19 +23,15 @@ PLIST_FILES=	bin/spamstats.pl
 post-patch:
 	@${PERL} -pi.bak -e 's,/mail.log,/maillog,g' ${WRKSRC}/${PORTNAME}${PORTVERSION}.pl
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}${PORTVERSION}.pl ${PREFIX}/bin/${PORTNAME}.pl
-.ifndef	(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 .endfor
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 07:53:34 UTC
State Changed
From-To: open->closed

Committed in r319788