diff options
author | Maxime Henrion <mux@FreeBSD.org> | 2007-03-05 14:42:00 +0000 |
---|---|---|
committer | Maxime Henrion <mux@FreeBSD.org> | 2007-03-05 14:42:00 +0000 |
commit | 4dc402666d1fff2db6b8ee139e598859a43587b7 (patch) | |
tree | 326af54cb1dc12696fad51071aa122453f203eb8 /net-mgmt/net-snmp53/Makefile | |
parent | b610843b312697cef3cb2ef08c90be40d48fbc1c (diff) |
Add a patch taken from net-snmp's SVN repository to fix embedded Perl
agents on 64bits architectures, and bump PORTREVISION.
Reviewed by: kuriyama (maintainer)
Notes
Notes:
svn path=/head/; revision=186583
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 9bfc68e0f934..9fa6ec968849 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -7,7 +7,7 @@ PORTNAME= snmp PORTVERSION= 5.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= net-snmp |