- Update to 0.4.0

- Pass maintainership to submitter

PR:		144831
Submitted by:	Edmondas Girkantas <eg@fbsd.lt> (maintainer)
This commit is contained in:
Martin Wilke 2010-05-03 02:16:31 +00:00
parent 92d841e579
commit 2526c806c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253586
5 changed files with 8 additions and 42 deletions

View file

@ -6,21 +6,18 @@
#
PORTNAME= mbrowse
PORTVERSION= 0.3.1
PORTREVISION= 8
PORTVERSION= 0.4.0
CATEGORIES= net-mgmt
MASTER_SITES= http://www.sourcefiles.org/Monitoring/Network/ \
ftp://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/ \
ftp://ftp.gentoo.org.ua/distfiles/
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= eg@fbsd.lt
COMMENT= An SNMP MIB Browser for X
LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
GNU_CONFIGURE= yes
PLIST_FILES= bin/mbrowse
USE_GNOME= gtk12 gnometarget
USE_GNOME= gtk20
CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net
CONFIGURE_ENV= LDFLAGS="`net-snmp-config --libs`" \
CPPFLAGS="`net-snmp-config --cflags`"

View file

@ -1,3 +1,3 @@
MD5 (mbrowse-0.3.1.tar.gz) = 52c6b0a7ad9bcc7be70a35ed6b0d0d89
SHA256 (mbrowse-0.3.1.tar.gz) = 0b67caee350af1f1637577bac9c2dcbef2e0bd5630841f18a90ba93eabbe69e5
SIZE (mbrowse-0.3.1.tar.gz) = 99948
MD5 (mbrowse-0.4.0.tar.gz) = 7e05606dd26ef61b48b275808dd4711f
SHA256 (mbrowse-0.4.0.tar.gz) = 3623ff75f222c4502df62f3c840d076dbcab1bc4bcfeebc62995da5f6396c788
SIZE (mbrowse-0.4.0.tar.gz) = 145428

View file

@ -1,20 +0,0 @@
--- configure.orig Thu May 6 21:36:12 2004
+++ configure Thu May 6 21:39:40 2004
@@ -4765,7 +4765,7 @@
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-
+if 0 ; then
if test "x$snmp_fail" != "x" ; then
echo
echo "***"
@@ -4784,7 +4784,7 @@
echo "$as_me: error: SNMP checks failed" >&2;}
{ (exit 1); exit 1; }; }
fi
-
+fi
CFLAGS="$ac_save_CFLAGS"
LDFLAGS="$ac_save_LDFLAGS"
LIBS="$ac_save_LIBS"

View file

@ -1,11 +0,0 @@
--- src/snmpstuff.c.orig Fri Oct 8 14:07:16 2004
+++ src/snmpstuff.c Fri Oct 8 14:08:08 2004
@@ -359,7 +359,7 @@
case TYPE_NSAPADDRESS:
case TYPE_NETADDR:
case TYPE_OTHER:
- default:
+ default: ;
}
}
if (type == 0) {

View file

@ -1,3 +1,3 @@
Mbrowse is a GUI MIB browser and query tool based on GTK and Net-SNMP.
WWW: http://www.kill-9.org/mbrowse/
WWW: http://sourceforge.net/projects/mbrowse/