diff options
author | mat <mat@FreeBSD.org> | 2016-08-23 22:36:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-23 22:36:01 +0800 |
commit | c906bf4e70a6562d7f2ed69a4d3339eddc72f5a0 (patch) | |
tree | 445cbb7694891141c82034d9af72f38b6708d194 /net-mgmt/nagios4/Makefile | |
parent | b24b74574523c9b38cf3e9476547fa38f7e4ffd8 (diff) | |
download | freebsd-ports-gnome-c906bf4e70a6562d7f2ed69a4d3339eddc72f5a0.tar.gz freebsd-ports-gnome-c906bf4e70a6562d7f2ed69a4d3339eddc72f5a0.tar.zst freebsd-ports-gnome-c906bf4e70a6562d7f2ed69a4d3339eddc72f5a0.zip |
Revert the update to 4.2.
It currently exits with a bus error, which is, not good.
Reported by: many
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios4/Makefile')
-rw-r--r-- | net-mgmt/nagios4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 1304cb5f5593..16c1074e61b0 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 4.2.0 -PORTREVISION= 0 +PORTVERSION= 4.1.1 +PORTREVISION= 4 +PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 4 |