diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-24 15:48:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-24 15:48:01 +0800 |
commit | d12f9a253efa9b0e9d6b8965120f6bf6b3dfda13 (patch) | |
tree | d50233937d63a677c4c40f9b99ca8025a7c98912 /security/nessus-devel | |
parent | b808d8e475a0f11c018c340676b8f780f49aef05 (diff) | |
download | freebsd-ports-gnome-d12f9a253efa9b0e9d6b8965120f6bf6b3dfda13.tar.gz freebsd-ports-gnome-d12f9a253efa9b0e9d6b8965120f6bf6b3dfda13.tar.zst freebsd-ports-gnome-d12f9a253efa9b0e9d6b8965120f6bf6b3dfda13.zip |
-Update to 2.1.1.
-GTK+2 is now default and GTK1 is still optional.
PR: ports/69489
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Diffstat (limited to 'security/nessus-devel')
-rw-r--r-- | security/nessus-devel/Makefile | 7 | ||||
-rw-r--r-- | security/nessus-devel/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile index 07b2fadb6235..281ca6bb3f28 100644 --- a/security/nessus-devel/Makefile +++ b/security/nessus-devel/Makefile @@ -4,7 +4,7 @@ # PORTNAME= nessus-devel -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ @@ -28,7 +28,10 @@ USE_REINPLACE= YES .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgtk12}!="" +.if ${HAVE_GNOME:Mgtk20}!="" +USE_GNOME+= gtk20 +PKGNAMESUFFIX= -gtk2 +.elif ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 PKGNAMESUFFIX= -gtk .else diff --git a/security/nessus-devel/distinfo b/security/nessus-devel/distinfo index 716e59d660ab..7ce64282faf5 100644 --- a/security/nessus-devel/distinfo +++ b/security/nessus-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (nessus/nessus-core-2.1.0.tar.gz) = 13a4c7aca8a96dc2db127377db3a3659 -SIZE (nessus/nessus-core-2.1.0.tar.gz) = 670934 +MD5 (nessus/nessus-core-2.1.1.tar.gz) = 924759857987dac7603ffe18c7ac0403 +SIZE (nessus/nessus-core-2.1.1.tar.gz) = 671732 |