Index: head/mail/mailgraph/Makefile =================================================================== --- head/mail/mailgraph/Makefile (revision 67997) +++ head/mail/mailgraph/Makefile (revision 67998) @@ -1,37 +1,35 @@ # New ports collection makefile for: mailgraph # Date created: 30 August 2002 # Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) # # $FreeBSD$ # PORTNAME= mailgraph -PORTVERSION= 0.21 -PORTREVISION= 0 +PORTVERSION= 0.22 CATEGORIES= mail MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ MAINTAINER= gslin@ccca.nctu.edu.tw -BROKEN= "Does not install" - RUN_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} NO_BUILD= yes STARTUP_SCRIPT= mailgraph.sh.sample post-patch: @${SED} -e "s,%%PREFIX%%,${PREFIX}," ${FILESDIR}/mailgraph.sh > ${WRKSRC}/${STARTUP_SCRIPT} do-install: + ${MKDIR} ${PREFIX}/www/cgi-bin .for FILE in mailgraph.cgi mailgraph.pl @${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/www/cgi-bin/ .endfor @${INSTALL_SCRIPT} ${WRKSRC}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d/ @${SETENV} ${SCRIPTS_ENV} WWWUSER=${WWWUSER} ${SH} ${PKGINSTALL} @${CHOWN} www:www ${PREFIX}/www/cgi-bin/ .include Property changes on: head/mail/mailgraph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/mail/mailgraph/distinfo =================================================================== --- head/mail/mailgraph/distinfo (revision 67997) +++ head/mail/mailgraph/distinfo (revision 67998) @@ -1 +1 @@ -MD5 (mailgraph-0.21.tar.gz) = b3065fa70d334d76419da3ca2c035b29 +MD5 (mailgraph-0.22.tar.gz) = 0ca81cd15e64716baa41993d4413a6e3 Property changes on: head/mail/mailgraph/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/mail/mailgraph/pkg-plist =================================================================== --- head/mail/mailgraph/pkg-plist (revision 67997) +++ head/mail/mailgraph/pkg-plist (revision 67998) @@ -1,3 +1,4 @@ etc/rc.d/mailgraph.sh.sample www/cgi-bin/mailgraph.cgi www/cgi-bin/mailgraph.pl +@unexec rmdir %D/www/cgi-bin 2>/dev/null || true Property changes on: head/mail/mailgraph/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property