Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 02:26:09 +0200 (CEST)
From:      Christian Brueffer <chris@unixpages.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@ccca.nctu.edu.tw
Subject:   ports/40436: Update mail/mailgraph 0.19 > 0.20, add a run_depend | maintainer CC'ed
Message-ID:  <20020711002609.03254AB9F@milan.hitnet.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

>Number:         40436
>Category:       ports
>Synopsis:       Update mail/mailgraph 0.19 > 0.20, add a run_depend | maintainer CC'ed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 10 17:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christian Brueffer
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD milan.hitnet.rwth-aachen.de 4.6-STABLE FreeBSD 4.6-STABLE #2: Fri Jun 28 12:47:08 CEST 2002 chris@milan.hitnet.rwth-aachen.de:/usr/obj/usr/src/sys/LORIEN i386


	
>Description:
	Update port 0.19 -> 0.20
	Add RUN_DEPEND for apache or apache2, since it's pointless to
	install a cgi without a webserver.
	In addition to that, the port doesn't properly install without
	a ${PREFIX}/www/cgi-bin

	
>How-To-Repeat:
	
>Fix:

	

--- mail.port begins here ---
diff -ruN /usr/ports/mail/mailgraph/Makefile mailgraph/Makefile
--- /usr/ports/mail/mailgraph/Makefile	Sat Jul  6 15:06:36 2002
+++ mailgraph/Makefile	Thu Jul 11 00:15:51 2002
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	mailgraph
-PORTVERSION=	0.19
-PORTREVISION=	1
+PORTVERSION=	0.20
+PORTREVISION=	0
 CATEGORIES=	mail
 MASTER_SITES=	http://people.ee.ethz.ch/~dws/software/mailgraph/pub/
 
@@ -15,6 +15,12 @@
 
 RUN_DEPENDS=	${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool	\
 		${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail
+
+.if defined(WITH_APACHE2)
+RUN_DEPENDS+=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
+.else
+RUN_DEPENDS+=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+.endif
 
 SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 NO_BUILD=	yes
diff -ruN /usr/ports/mail/mailgraph/distinfo mailgraph/distinfo
--- /usr/ports/mail/mailgraph/distinfo	Tue Apr 30 02:09:44 2002
+++ mailgraph/distinfo	Tue Jul  9 21:30:22 2002
@@ -1 +1 @@
-MD5 (mailgraph-0.19.tar.gz) = 38f6ebc8c6606ce9ad885184a5e190fd
+MD5 (mailgraph-0.20.tar.gz) = 0e22889929586d4f048b2b308d12a5cd
--- mail.port ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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