summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-ad
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-06-03 13:43:16 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-06-03 13:43:16 +0000
commitbe797c2492fd6d9a45de00df2e9cb437216171c9 (patch)
treef380eb835636ea46f729548c26caa759330e5e6e /editors/gxedit/files/patch-ad
parent- Update to 0.1212 [1] (diff)
Remove ports which expired on 2005-06-01 (no pending PRs, either)
Notes
Notes: svn path=/head/; revision=136727
Diffstat (limited to 'editors/gxedit/files/patch-ad')
-rw-r--r--editors/gxedit/files/patch-ad24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad
deleted file mode 100644
index c1e30fdae343..000000000000
--- a/editors/gxedit/files/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
---- ftp-ls.sh.orig Sat Mar 6 13:15:14 1999
-+++ ftp-ls.sh Sat Mar 6 13:15:38 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # ftp.sh output_file host directory user pass
- ftp -n $2 > $1 2> $1 <<EOC
- user $4 $5
---- ftp-put.sh.orig Sat Mar 6 13:15:45 1999
-+++ ftp-put.sh Sat Mar 6 13:15:54 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # ftp-put.sh output_file host directory remote_file local_file user pass
- ftp -n $2 > $1 2> $1 <<EOC
- user $6 $7
---- ftp.sh.orig Sat Mar 6 14:27:12 1999
-+++ ftp.sh Sat Mar 6 14:27:17 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # ftp.sh output_file host directory remote_file local_file user pass
- ftp -n $2 > $1 2> $1 <<EOC
- user $6 $7