diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-28 18:21:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-28 18:21:31 +0800 |
commit | 37569efa0ffb142bb30b69415351eb72c9b2f7f5 (patch) | |
tree | d781081cc7ba7b393f9ab402dff8c01178eed7f7 /net-mgmt | |
parent | 0576c6fa7edadb6c3955b9eb597797393c4fec34 (diff) | |
download | freebsd-ports-gnome-37569efa0ffb142bb30b69415351eb72c9b2f7f5.tar.gz freebsd-ports-gnome-37569efa0ffb142bb30b69415351eb72c9b2f7f5.tar.zst freebsd-ports-gnome-37569efa0ffb142bb30b69415351eb72c9b2f7f5.zip |
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/xymon-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index 39a5f433bdaa..f4b115baaa68 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -2,7 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} |