aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-07-18 23:16:54 +0800
committerleeym <leeym@FreeBSD.org>2004-07-18 23:16:54 +0800
commit0a37f44974c0aa511aaf7a79b1912bd6ac56171c (patch)
tree4ee5b5bcb0682b901af91c5c6fa632b0d3e37e1d /security
parent419c6c5aab8df538e652a42f62ea295448ee4170 (diff)
downloadfreebsd-ports-gnome-0a37f44974c0aa511aaf7a79b1912bd6ac56171c.tar.gz
freebsd-ports-gnome-0a37f44974c0aa511aaf7a79b1912bd6ac56171c.tar.zst
freebsd-ports-gnome-0a37f44974c0aa511aaf7a79b1912bd6ac56171c.zip
update to autossh-1.2
Diffstat (limited to 'security')
-rw-r--r--security/autossh/Makefile3
-rw-r--r--security/autossh/distinfo4
-rw-r--r--security/autossh/files/patch-Makefile13
-rw-r--r--security/autossh/pkg-plist3
4 files changed, 4 insertions, 19 deletions
diff --git a/security/autossh/Makefile b/security/autossh/Makefile
index eed9b131cad3..bb02196bb854 100644
--- a/security/autossh/Makefile
+++ b/security/autossh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= autossh
-PORTVERSION= 1.2e
+PORTVERSION= 1.2f
CATEGORIES= security
MASTER_SITES= http://www.harding.motd.ca/autossh/
EXTRACT_SUFX= .tgz
@@ -17,6 +17,7 @@ COMMENT= Automatically restart SSH sessions and tunnels
MAKEFILE= Makefile.bsd
USE_REINPLACE= yes
+PORTDOCS= CHANGES README
MAN1= autossh.1
post-patch:
diff --git a/security/autossh/distinfo b/security/autossh/distinfo
index e7a3b9ae08ef..2fbb714fef2f 100644
--- a/security/autossh/distinfo
+++ b/security/autossh/distinfo
@@ -1,2 +1,2 @@
-MD5 (autossh-1.2e.tgz) = a87ab44e866160e7be90c1e7969136be
-SIZE (autossh-1.2e.tgz) = 16237
+MD5 (autossh-1.2f.tgz) = f812557fbdd9b24cbf41f0a09bade07f
+SIZE (autossh-1.2f.tgz) = 17764
diff --git a/security/autossh/files/patch-Makefile b/security/autossh/files/patch-Makefile
deleted file mode 100644
index e4a8ffeb22d3..000000000000
--- a/security/autossh/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.bsd.bak Wed Oct 22 16:48:40 2003
-+++ Makefile.bsd Wed Oct 22 16:49:17 2003
-@@ -9,7 +9,9 @@
- SSH= /usr/bin/ssh
- PREFIX?= /usr/local
-
--CFLAGS= -Wall -pedantic -D"SSH_PATH=\"$(SSH)\""\
-+CC?= cc
-+CFLAGS?= -O -pipe
-+CFLAGS+= -D"SSH_PATH=\"$(SSH)\""\
- -D"VER=\"$(VER)\""
- OFILES= autossh.o
- LIBS=
diff --git a/security/autossh/pkg-plist b/security/autossh/pkg-plist
index 233f632a6d05..e77c1e0caf62 100644
--- a/security/autossh/pkg-plist
+++ b/security/autossh/pkg-plist
@@ -1,7 +1,4 @@
bin/autossh
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/README
%%EXAMPLESDIR%%/autossh.host
%%EXAMPLESDIR%%/rscreen
@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%