From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 10:46:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C23C1D2; Tue, 3 Jun 2014 10:46:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96CCE29C1; Tue, 3 Jun 2014 10:46:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53AkKak099018; Tue, 3 Jun 2014 10:46:20 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53AkK8Z099015; Tue, 3 Jun 2014 10:46:20 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406031046.s53AkK8Z099015@svn.freebsd.org> From: Martin Wilke Date: Tue, 3 Jun 2014 10:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356322 - head/shells/osh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 10:46:20 -0000 Author: miwi Date: Tue Jun 3 10:46:19 2014 New Revision: 356322 URL: http://svnweb.freebsd.org/changeset/ports/356322 QAT: https://qat.redports.org/buildarchive/r356322/ Log: - Update to 20140410 Modified: head/shells/osh/Makefile head/shells/osh/distinfo head/shells/osh/pkg-plist Modified: head/shells/osh/Makefile ============================================================================== --- head/shells/osh/Makefile Tue Jun 3 10:45:53 2014 (r356321) +++ head/shells/osh/Makefile Tue Jun 3 10:46:19 2014 (r356322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osh -DISTVERSION= 20120604 +DISTVERSION= 20140410 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ Modified: head/shells/osh/distinfo ============================================================================== --- head/shells/osh/distinfo Tue Jun 3 10:45:53 2014 (r356321) +++ head/shells/osh/distinfo Tue Jun 3 10:46:19 2014 (r356322) @@ -1,2 +1,2 @@ -SHA256 (osh-20120604.tar.gz) = 0e7d7cb6dd48852c11710e6403855c8dfe3231405407d296d734a2935afaf019 -SIZE (osh-20120604.tar.gz) = 124688 +SHA256 (osh-20140410.tar.gz) = c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6 +SIZE (osh-20140410.tar.gz) = 127676 Modified: head/shells/osh/pkg-plist ============================================================================== --- head/shells/osh/pkg-plist Tue Jun 3 10:45:53 2014 (r356321) +++ head/shells/osh/pkg-plist Tue Jun 3 10:46:19 2014 (r356322) @@ -10,5 +10,5 @@ man/man1/goto.1.gz man/man1/if.1.gz man/man1/osh.1.gz man/man1/sh6.1.gz -@exec echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v %D/%F ${DESTDIR}/etc/shells.bak; echo %D/%F) >${DESTDIR}/etc/shells -@unexec echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak