diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 05:57:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 05:57:58 +0000 |
commit | a05aa886451c1b85fee268a1611e76a65ca5f912 (patch) | |
tree | e5ec55e0eec07f2f53c6a910734219ab723aa41e /net-mgmt/net-snmp/Makefile | |
parent | Fix build in STABLE and CURRENT, _PATH_CP is defined in system includes (diff) |
Upgrade to 5.0.2.
Remove statvfs hack.
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 7e1fe6ee0321..5d5d68f659b4 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -6,13 +6,13 @@ # PORTNAME= net-snmp -PORTVERSION= 5.0.1 -PORTREVISION= 3 +PORTVERSION= 5.0.2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/ MASTER_SITE_SUBDIR= net-snmp +DISTFILES= ${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org |