aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-07-18 15:16:54 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-07-18 15:16:54 +0000
commit365e2068bb27dff015ec76e0deff33642afe84b1 (patch)
tree4cb16311c9897f268ed5c5618d903cd10aec477a
parent311bf82a2705f82ccb9f4b0b2ce730dad5eb4fdc (diff)
downloadports-365e2068bb27dff015ec76e0deff33642afe84b1.tar.gz
ports-365e2068bb27dff015ec76e0deff33642afe84b1.zip
Notes
-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%%