diff options
-rw-r--r-- | shells/scponly/Makefile | 2 | ||||
-rw-r--r-- | shells/scponly/distinfo | 6 | ||||
-rw-r--r-- | shells/scponly/files/patch-ad | 11 |
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 - |