diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-25 22:44:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-25 22:44:09 +0000 |
commit | db95497bd3fa39663a38cf541cff23b781a82aba (patch) | |
tree | 65d1d764ab66a9cedf3a6c1fa1542977e33612d6 /net-mgmt/net-snmp/Makefile | |
parent | - Update to 0.91.0 (diff) |
Fix parsing when "file <filename>" directive is used in snmpd.conf
without maxfilesize column.
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 17ef31072401..0afbfb88bb87 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-snmp PORTVERSION= 5.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= net-snmp |