diff options
author | bsam <bsam@FreeBSD.org> | 2007-01-17 02:21:00 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-01-17 02:21:00 +0800 |
commit | fc0667a2c1fe2beb623792aefe301e76febf294e (patch) | |
tree | 3f09d6e469e23cc1b40e580094a81963b4ed66d2 /mail/qmrtg | |
parent | 06c77d61ae75136df1187f57466a1409c7108e26 (diff) | |
download | freebsd-ports-gnome-fc0667a2c1fe2beb623792aefe301e76febf294e.tar.gz freebsd-ports-gnome-fc0667a2c1fe2beb623792aefe301e76febf294e.tar.zst freebsd-ports-gnome-fc0667a2c1fe2beb623792aefe301e76febf294e.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]
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 |