svn commit: r375004 - head/mail/mailgraph

Rong-En Fan rafan at FreeBSD.org
Sat Dec 20 13:27:06 UTC 2014


Author: rafan
Date: Sat Dec 20 13:27:04 2014
New Revision: 375004
URL: https://svnweb.freebsd.org/changeset/ports/375004
QAT: https://qat.redports.org/buildarchive/r375004/

Log:
  - rc script enhancements
  - pass maintainership
  - bump PORTREVISION
  
  PR:             196090
  Submitted by:   geoffroy desvernay <dgeo at centrale-marseille.fr>

Modified:
  head/mail/mailgraph/Makefile

Modified: head/mail/mailgraph/Makefile
==============================================================================
--- head/mail/mailgraph/Makefile	Sat Dec 20 13:25:57 2014	(r375003)
+++ head/mail/mailgraph/Makefile	Sat Dec 20 13:27:04 2014	(r375004)
@@ -3,12 +3,12 @@
 
 PORTNAME=	mailgraph
 PORTVERSION=	1.14
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	mail
 MASTER_SITES=	http://mailgraph.schweikert.ch/pub/ \
 		http://mailgraph.schweikert.ch/pub/old/
 
-MAINTAINER=	rafan at FreeBSD.org
+MAINTAINER=	dgeo at centrale-marseille.fr
 COMMENT=	RRDtool frontend for Postfix statistics
 
 RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/databases/rrdtool	\
@@ -25,7 +25,7 @@ MAILGRAPH_USER?=	${WWWOWN}
 MAILGRAPH_GROUP?=	${WWWGRP}
 
 USE_RC_SUBR=	${PORTNAME}
-SUB_LIST+=	MAILGRAPH_USER=${MAILGRAPH_USER} MAILGRAPH_GROUP=${MAILGRAPH_GROUP}
+SUB_LIST+=	MAILGRAPH_USER=${MAILGRAPH_USER} MAILGRAPH_GROUP=${MAILGRAPH_GROUP} PERL=${PERL}
 PLIST_SUB=	CGIDIR=${CGIDIR:S,${PREFIX}/,,} WWWROOT=${WWWROOT:S,${PREFIX}/,,}
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list