Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 16:48:13 +0900 (JST)
From:      Hideyuki KURASHINA <rushani@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92587: [Maintainer update] shells/scponly: Update to 4.4.
Message-ID:  <20060131.164813.22141171.rushani@FreeBSD.org>
Resent-Message-ID: <200601310750.k0V7o2ux034218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92587
>Category:       ports
>Synopsis:       [Maintainer update] shells/scponly: Update to 4.4.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 07:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hideyuki KURASHINA
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:

	System: FreeBSD ***.*******.jp 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #1: Thu Dec 1 00:38:07 JST 2005 hideyuki@***.*******.jp:/usr/obj/usr/src/sys/***_XCAST6 i386

>Description:

	Update to 4.4.
	  - fixes that hopefully improve the optarg compilation situation
	  - UNISON $HOME environment fix
	  - fixes to setup_chroot.sh.in

>How-To-Repeat:

	Check http://www.sublimation.org/scponly/.

>Fix:

	Apply following patch,

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	29 Dec 2005 05:17:54 -0000	1.21
+++ Makefile	31 Jan 2006 07:20:33 -0000
@@ -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/ \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	29 Dec 2005 05:17:54 -0000	1.12
+++ distinfo	31 Jan 2006 07:20:53 -0000
@@ -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
Index: files/patch-ad
===================================================================
RCS file: files/patch-ad
diff -N files/patch-ad
--- files/patch-ad	29 Dec 2005 05:17:54 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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
- 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060131.164813.22141171.rushani>