diff options
author | billf <billf@FreeBSD.org> | 1999-08-28 04:18:47 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-28 04:18:47 +0800 |
commit | 0dc5dfedada9404872ace9d10bdea0b2ec5385e5 (patch) | |
tree | 174c2aedcd0cc64d6a0d3be3ab54b6041c75aeb4 /net-mgmt/net-snmp53/Makefile | |
parent | b7e5be9b869edb2dc5d1b42b59be3d3bc6fbc080 (diff) | |
download | freebsd-ports-gnome-0dc5dfedada9404872ace9d10bdea0b2ec5385e5.tar.gz freebsd-ports-gnome-0dc5dfedada9404872ace9d10bdea0b2ec5385e5.tar.zst freebsd-ports-gnome-0dc5dfedada9404872ace9d10bdea0b2ec5385e5.zip |
Upgrade SNMP to 4.0.1, which is a last minute bugfix.
Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible
with the ucd-snmp changes. If this is a huge problem, then a
repo copy of ucd-snmp can be made and we can have the hassle of
keeping two copies in our tree.
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index f71ff9f88b16..f3492b6b431a 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -3,10 +3,10 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.29 1999/08/22 18:59:35 mharo Exp $ +# $Id: Makefile,v 1.30 1999/08/27 03:38:34 cpiazza Exp $ # -DISTNAME= ucd-snmp-4.0 +DISTNAME= ucd-snmp-4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ |