From c6907d6b21d33cd6f7717c425ee5799197a3d968 Mon Sep 17 00:00:00 2001 From: George C A Reid Date: Wed, 20 Jun 2001 14:43:13 +0000 Subject: Update to 0.5.0 Fix NOPORTDOCS Add WWW link PR: 28071 Submitted by: Patrick Li --- net/ettercap/Makefile | 5 ++--- net/ettercap/distinfo | 2 +- net/ettercap/files/patch-aa | 12 +++++++----- net/ettercap/pkg-descr | 2 ++ net/ettercap/pkg-plist | 8 +++++++- 5 files changed, 19 insertions(+), 10 deletions(-) (limited to 'net/ettercap') diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 9bcb1a6823a4..5660f963441b 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ettercap -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://ettercap.sourceforge.net/download/ @@ -19,7 +18,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install install-doc .endif -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN8= ettercap.8 diff --git a/net/ettercap/distinfo b/net/ettercap/distinfo index 32e4928d928c..24667863b2a7 100644 --- a/net/ettercap/distinfo +++ b/net/ettercap/distinfo @@ -1 +1 @@ -MD5 (ettercap-0.4.3.tar.gz) = 7ec2bbc4843a674a17fdbaba9315a90e +MD5 (ettercap-0.5.0.tar.gz) = 5ca4e9b87b0a045dec8254bc80ac3bd4 diff --git a/net/ettercap/files/patch-aa b/net/ettercap/files/patch-aa index 46d0f41bb321..df639c8ccc37 100644 --- a/net/ettercap/files/patch-aa +++ b/net/ettercap/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri May 11 22:29:20 2001 -+++ Makefile.in Fri May 11 22:30:30 2001 +--- Makefile.in.orig Mon Jun 11 12:08:19 2001 ++++ Makefile.in Mon Jun 11 12:12:00 2001 @@ -17,7 +17,7 @@ BINDIR = @bindir@ MANDIR = @mandir@ @@ -9,22 +9,24 @@ DOC = COPYING README README.PLUGINS CHANGELOG HISTORY AUTHORS TODO THANKS KNOWN-BUGS PORTINGS DEBUG = @DEBUG@ -@@ -51,11 +51,12 @@ - $(INSTALL) -d $(DESTDIR)$(SHAREDIR) +@@ -52,12 +52,13 @@ $(INSTALL) -m 644 ./share/* $(DESTDIR)$(SHAREDIR) $(INSTALL) -m 644 ./etter.conf $(DESTDIR)$(SHAREDIR) + $(INSTALL) -m 644 ./grell_ssl.crt $(DESTDIR)$(SHAREDIR) - $(INSTALL) -d $(DESTDIR)$(DOCDIR) - $(INSTALL) -m 644 $(DOC) $(DESTDIR)$(DOCDIR) +- $(INSTALL) -m 644 ./docs/*/* $(DESTDIR)$(DOCDIR) $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8 $(INSTALL) -m 644 $(PROG).8 $(DESTDIR)$(MANDIR)/man8/$(PROG).8 +install-doc: + $(INSTALL) -d $(DESTDIR)$(DOCDIR) + $(INSTALL) -m 644 $(DOC) $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 ./docs/*/* $(DESTDIR)$(DOCDIR) plug-ins: cd plugins && make && cd .. -@@ -109,4 +110,4 @@ +@@ -111,4 +112,4 @@ targz: distro mv $(PROG)-$(VERSION).tar.gz $(PROG)-$(VERSION)-@SERIAL@.tar.gz diff --git a/net/ettercap/pkg-descr b/net/ettercap/pkg-descr index a86a7a1239bd..1bf720a2f554 100644 --- a/net/ettercap/pkg-descr +++ b/net/ettercap/pkg-descr @@ -11,5 +11,7 @@ It's possible to sniff in three modes: Ettercap also supports character injection and plugins. +WWW: http://ettercap.sourceforge.net/ + - George Reid greid@ukug.uk.freebsd.org diff --git a/net/ettercap/pkg-plist b/net/ettercap/pkg-plist index 71a89b2ddc2e..91ca62c9f72c 100644 --- a/net/ettercap/pkg-plist +++ b/net/ettercap/pkg-plist @@ -1,7 +1,8 @@ bin/ettercap +share/ettercap/etter.conf +share/ettercap/grell_ssl.crt share/ettercap/mac-fingerprints share/ettercap/nmap-os-fingerprints -share/ettercap/etter.conf @dirrm share/ettercap %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/AUTHORS %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/CHANGELOG @@ -10,7 +11,12 @@ share/ettercap/etter.conf %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/KNOWN-BUGS %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/PORTINGS %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/README +%%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/README.fr +%%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/README.it %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/README.PLUGINS +%%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/README.PLUGINS.fr +%%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/README.PLUGINS.it %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/THANKS %%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/TODO +%%PORTDOCS%%share/doc/ettercap-%%PORTVERSION%%/ettercap.fr.8.in %%PORTDOCS%%@dirrm share/doc/ettercap-%%PORTVERSION%% -- cgit v1.2.3