Fix build [1] and update to mailgraph-0.22 [2]
Submitted by: Olivier Tharan <olive@oban.frmug.org> [1] (based on), Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw> (maintainer) PR: ports/43637 [1], ports/43350 [2]
This commit is contained in:
parent
a726826cac
commit
da12ab6ad6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67998
3 changed files with 4 additions and 5 deletions
|
@ -6,15 +6,12 @@
|
|||
#
|
||||
|
||||
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
|
||||
|
||||
|
@ -27,6 +24,7 @@ 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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mailgraph-0.21.tar.gz) = b3065fa70d334d76419da3ca2c035b29
|
||||
MD5 (mailgraph-0.22.tar.gz) = 0ca81cd15e64716baa41993d4413a6e3
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue