diff options
author | obraun <obraun@FreeBSD.org> | 2003-07-05 05:06:34 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-07-05 05:06:34 +0800 |
commit | 57658e806a86a25f7b2d81ff7d98abcfcaff8dd8 (patch) | |
tree | c19f9607793edcb60510bc6b56e2990cfab2bf2e /security/nessus-libraries-devel | |
parent | a3f953672abcb121d42555f71b50b7f765ead229 (diff) | |
download | freebsd-ports-gnome-57658e806a86a25f7b2d81ff7d98abcfcaff8dd8.tar.gz freebsd-ports-gnome-57658e806a86a25f7b2d81ff7d98abcfcaff8dd8.tar.zst freebsd-ports-gnome-57658e806a86a25f7b2d81ff7d98abcfcaff8dd8.zip |
Upgrade to 2.0.7.
PR: ports/54051
Submitted by: maintainer
Diffstat (limited to 'security/nessus-libraries-devel')
-rw-r--r-- | security/nessus-libraries-devel/Makefile | 2 | ||||
-rw-r--r-- | security/nessus-libraries-devel/distinfo | 2 | ||||
-rw-r--r-- | security/nessus-libraries-devel/files/patch-aa | 20 | ||||
-rw-r--r-- | security/nessus-libraries-devel/files/patch-ab | 12 |
4 files changed, 32 insertions, 4 deletions
diff --git a/security/nessus-libraries-devel/Makefile b/security/nessus-libraries-devel/Makefile index d5f766c645d7..b8fd4ce3a4d5 100644 --- a/security/nessus-libraries-devel/Makefile +++ b/security/nessus-libraries-devel/Makefile @@ -7,7 +7,7 @@ # client. PORTNAME= nessus-libraries-devel -PORTVERSION= 2.0.6a +PORTVERSION= 2.0.7 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ diff --git a/security/nessus-libraries-devel/distinfo b/security/nessus-libraries-devel/distinfo index 59056a85b560..47e65ec58794 100644 --- a/security/nessus-libraries-devel/distinfo +++ b/security/nessus-libraries-devel/distinfo @@ -1 +1 @@ -MD5 (nessus/nessus-libraries-2.0.6a.tar.gz) = 8d2ad10fe0dd55fc21a4f42350ab0599 +MD5 (nessus/nessus-libraries-2.0.7.tar.gz) = dfb40d73c664937ab0405f29a2e3a603 diff --git a/security/nessus-libraries-devel/files/patch-aa b/security/nessus-libraries-devel/files/patch-aa index 2eca56c14a81..c4d02971407e 100644 --- a/security/nessus-libraries-devel/files/patch-aa +++ b/security/nessus-libraries-devel/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Jan 21 15:25:01 2003 -+++ Makefile Wed Jan 22 08:40:19 2003 +--- Makefile.orig Fri Apr 4 10:40:37 2003 ++++ Makefile Thu Jul 3 08:17:18 2003 @@ -51,7 +51,6 @@ cd libhosts_gatherer && ${MAKE} install @@ -8,3 +8,19 @@ $(INSTALL) -m 0444 include/libnessus.h $(DESTDIR)${includedir}/nessus $(INSTALL) -m 0444 include/harglists.h $(DESTDIR)${includedir}/nessus $(INSTALL) -m 0444 include/libvers.h $(DESTDIR)${includedir}/nessus +@@ -63,15 +62,6 @@ + test -d $(DESTDIR)${mandir} || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir} + test -d $(DESTDIR)${mandir}/man1 || ${INSTALL_DIR} -m 755 $(DESTDIR)${mandir}/man1 + $(INSTALL) -m 0644 nessus-config.1 $(DESTDIR)${mandir}/man1 +- +- @echo +- @echo ' --------------------------------------------------------------' +- @echo ' nessus-libraries has been sucessfully installed. ' +- @echo " Make sure that $(bindir) is in your PATH before you" +- @echo " continue " +- @if [ -f /etc/ld.so.conf ]; then echo " Be sure to add $(libdir) in /etc/ld.so.conf and type 'ldconfig'"; else echo ""; fi +- @echo ' --------------------------------------------------------------' +- @echo + + clean : $(PCAP_CLEAN) + -cd libnessus && ${MAKE} clean diff --git a/security/nessus-libraries-devel/files/patch-ab b/security/nessus-libraries-devel/files/patch-ab new file mode 100644 index 000000000000..ca079833ef92 --- /dev/null +++ b/security/nessus-libraries-devel/files/patch-ab @@ -0,0 +1,12 @@ +--- configure.orig Tue Oct 16 19:56:40 2001 ++++ configure Thu Oct 18 06:13:41 2001 +@@ -5074,7 +5074,8 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++# LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='libtool' + + # Prevent multiple expansion + |