aboutsummaryrefslogtreecommitdiff
path: root/shells/scponly
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2006-01-31 14:05:46 +0000
committerSimon Barner <barner@FreeBSD.org>2006-01-31 14:05:46 +0000
commit43e6ff00b0739d86e8b96e875d3e72bddb465b40 (patch)
tree67a6356ae4718a27b8b6615e5bb5d58fe54eb22b /shells/scponly
parentd232f21f645eb76a4d62112e798c2db93a19afa4 (diff)
downloadports-43e6ff00b0739d86e8b96e875d3e72bddb465b40.tar.gz
ports-43e6ff00b0739d86e8b96e875d3e72bddb465b40.zip
- Update to 4.4
o fixes that hopefully improve the optarg compilation situation o UNISON $HOME environment fix o fixes to setup_chroot.sh.in PR: ports/92587 Submitted by: rushani (maintainer)
Notes
Notes: svn path=/head/; revision=154890
Diffstat (limited to 'shells/scponly')
-rw-r--r--shells/scponly/Makefile2
-rw-r--r--shells/scponly/distinfo6
-rw-r--r--shells/scponly/files/patch-ad11
3 files changed, 4 insertions, 15 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 922ac52713f9..d1e2440ded43 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -70,7 +70,7 @@
# to be installed.
PORTNAME= scponly
-PORTVERSION= 4.3
+PORTVERSION= 4.4
PORTREVISION= 0
CATEGORIES= shells
MASTER_SITES= http://www.sublimation.org/scponly/ \
diff --git a/shells/scponly/distinfo b/shells/scponly/distinfo
index 41e6cd6eb338..596711a1f5a5 100644
--- a/shells/scponly/distinfo
+++ b/shells/scponly/distinfo
@@ -1,3 +1,3 @@
-MD5 (scponly-4.3.tgz) = 2cef26fe5ed740031a067f189c293e77
-SHA256 (scponly-4.3.tgz) = e707315e4f90ccc3f882e6b21617dc4543bab77edbe40546fe230119609b6143
-SIZE (scponly-4.3.tgz) = 94889
+MD5 (scponly-4.4.tgz) = 4b9373d1a5a641184989cc18bb8fceb3
+SHA256 (scponly-4.4.tgz) = a2c4e1d6a5e8601054a54eaf5d11973440120a966e3182145db3d1c848d01cc7
+SIZE (scponly-4.4.tgz) = 138846
diff --git a/shells/scponly/files/patch-ad b/shells/scponly/files/patch-ad
deleted file mode 100644
index be67490ca236..000000000000
--- a/shells/scponly/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup_chroot.sh.in.orig Wed Dec 28 06:55:52 2005
-+++ setup_chroot.sh.in Wed Dec 28 17:42:27 2005
-@@ -72,7 +72,7 @@ if [ `uname -s` = "OpenBSD" ]; then
- GREP_LIST="$GREP_LIST -e $bin"
- done
- LIB_LIST=`/usr/bin/ldd $BINARIES 2> /dev/null | /usr/bin/tr -s " " | /usr/bin/cut -f5 -d" " | /usr/bin/grep -v "^Name" | /usr/bin/grep -v $GREP_LIST | /usr/bin/sort -u`
--elif
-+else
- LIB_LIST=`@PROG_LDD@ $BINARIES 2> /dev/null | @PROG_CUT@ -f2 -d\> | @PROG_CUT@ -f1 -d\( | @PROG_GREP@ "^ " | @PROG_SORT@ -u`
- fi
-