diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-01-16 18:21:00 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-01-16 18:21:00 +0000 |
commit | 22f2e343c554cbd01625e5528137e82f820f30fc (patch) | |
tree | 40ff19136cd75c65224ac6bdebea79d8d065cbc2 /mail/qmrtg | |
parent | 1dda5380faeae4d80dc5d74e6c2b015dd62a6124 (diff) | |
download | ports-22f2e343c554cbd01625e5528137e82f820f30fc.tar.gz ports-22f2e343c554cbd01625e5528137e82f820f30fc.zip |
. change dependencies: shells/bash2 -> shells/bash;
. bump PORTREVISION (RUN_DEPENDS changes);
. for converters/konwert:
- introduce PATCHLEVEL to be used instead of PORTREVISION at filenames;
- update to new PATCHLEVEL=11.
PR: 107000 [1], 107046 [2], 107106 [3], 107114 [4]
Submitted by: bsam (me)
Approved by: all maintainers timeout three and a half week:
mij at bitchx.it [1]
j.koopmann at seceidos.de [2]
chuynh at biolateral.com.au [3]
alexs at snark.rinet.ru [4]
Notes
Notes:
svn path=/head/; revision=182531
Diffstat (limited to 'mail/qmrtg')
-rw-r--r-- | mail/qmrtg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmrtg/Makefile b/mail/qmrtg/Makefile index 7c8619991dfb..f17a75193058 100644 --- a/mail/qmrtg/Makefile +++ b/mail/qmrtg/Makefile @@ -7,13 +7,14 @@ PORTNAME= qmrtg PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= mail net-mgmt MASTER_SITES= http://dev.publicshout.org/qmrtg/download/ MAINTAINER= mij@bitchx.it COMMENT= A simple tool for monitoring and graphing qmail activity through MRTG -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${BUILD_DEPENDS} .if !defined(WITHOUT_MRTG) RUN_DEPENDS+= mrtg:${PORTSDIR}/net-mgmt/mrtg |