summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-08-27 20:18:47 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-08-27 20:18:47 +0000
commit3273fba7047200421babc5f7200687f449b82bee (patch)
tree05b8e772dadde3f6fc7062f80bd3c7f3d9811041 /net
parentsed -> ${SED} and portlint (diff)
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.
Notes
Notes: svn path=/head/; revision=21027
Diffstat (limited to 'net')
-rw-r--r--net/net-snmp/Makefile4
-rw-r--r--net/net-snmp/distinfo2
-rw-r--r--net/net-snmp4/Makefile4
-rw-r--r--net/net-snmp4/distinfo2
-rw-r--r--net/p5-SNMP/Makefile8
-rw-r--r--net/p5-SNMP/distinfo2
-rw-r--r--net/ucd-snmp/Makefile4
-rw-r--r--net/ucd-snmp/distinfo2
8 files changed, 15 insertions, 13 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index f71ff9f88b16..f3492b6b431a 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/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/ \
diff --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo
index 094df6eaf696..6a4eada5d47b 100644
--- a/net/net-snmp/distinfo
+++ b/net/net-snmp/distinfo
@@ -1 +1 @@
-MD5 (ucd-snmp-4.0.tar.gz) = 1bec9424e42a906726bd7dbb2d1ca2a8
+MD5 (ucd-snmp-4.0.1.tar.gz) = ba72a7b8c9efd226b72baf74d68d4511
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile
index f71ff9f88b16..f3492b6b431a 100644
--- a/net/net-snmp4/Makefile
+++ b/net/net-snmp4/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/ \
diff --git a/net/net-snmp4/distinfo b/net/net-snmp4/distinfo
index 094df6eaf696..6a4eada5d47b 100644
--- a/net/net-snmp4/distinfo
+++ b/net/net-snmp4/distinfo
@@ -1 +1 @@
-MD5 (ucd-snmp-4.0.tar.gz) = 1bec9424e42a906726bd7dbb2d1ca2a8
+MD5 (ucd-snmp-4.0.1.tar.gz) = ba72a7b8c9efd226b72baf74d68d4511
diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile
index df8050514000..4c0123eed0a9 100644
--- a/net/p5-SNMP/Makefile
+++ b/net/p5-SNMP/Makefile
@@ -3,11 +3,11 @@
# Date created: May 5th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1998/10/21 10:07:50 markm Exp $
+# $Id: Makefile,v 1.5 1999/04/07 17:38:31 jseger Exp $
#
-DISTNAME= SNMP-1.8b5
-PKGNAME= p5-SNMP-1.8b5
+DISTNAME= SNMP-1.8.1
+PKGNAME= p5-SNMP-1.8.1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SNMP
@@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG
LIB_DEPENDS= snmp.3:${PORTSDIR}/net/ucd-snmp
+BROKEN= 'incompatible with the latest version of ucd-snmp'
+
USE_PERL5= YES
do-configure:
diff --git a/net/p5-SNMP/distinfo b/net/p5-SNMP/distinfo
index 43c48b9ca017..a76d9fb90e1d 100644
--- a/net/p5-SNMP/distinfo
+++ b/net/p5-SNMP/distinfo
@@ -1 +1 @@
-MD5 (SNMP-1.8b5.tar.gz) = 0da22ccbc7d64f70f55f6eff611e9287
+MD5 (SNMP-1.8.1.tar.gz) = f53a9aa7ae3ae77031b40fdf9d19cba1
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index f71ff9f88b16..f3492b6b431a 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/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/ \
diff --git a/net/ucd-snmp/distinfo b/net/ucd-snmp/distinfo
index 094df6eaf696..6a4eada5d47b 100644
--- a/net/ucd-snmp/distinfo
+++ b/net/ucd-snmp/distinfo
@@ -1 +1 @@
-MD5 (ucd-snmp-4.0.tar.gz) = 1bec9424e42a906726bd7dbb2d1ca2a8
+MD5 (ucd-snmp-4.0.1.tar.gz) = ba72a7b8c9efd226b72baf74d68d4511