From owner-svn-ports-head@FreeBSD.ORG Wed Nov 26 11:06:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5885D4C9; Wed, 26 Nov 2014 11:06:26 +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 2B0BB7E1; Wed, 26 Nov 2014 11:06:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQB6Qfn080559; Wed, 26 Nov 2014 11:06:26 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAQB6P6S080556; Wed, 26 Nov 2014 11:06:25 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201411261106.sAQB6P6S080556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 26 Nov 2014 11:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373445 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 11:06:26 -0000 Author: johans Date: Wed Nov 26 11:06:24 2014 New Revision: 373445 URL: https://svnweb.freebsd.org/changeset/ports/373445 QAT: https://qat.redports.org/buildarchive/r373445/ Log: - Update to 20141024 - Adopt port Modified: head/shells/osh/Makefile head/shells/osh/distinfo head/shells/osh/pkg-plist Modified: head/shells/osh/Makefile ============================================================================== --- head/shells/osh/Makefile Wed Nov 26 10:40:05 2014 (r373444) +++ head/shells/osh/Makefile Wed Nov 26 11:06:24 2014 (r373445) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= osh -DISTVERSION= 20140410 -PORTREVISION= 1 +DISTVERSION= 20141024 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of the UNIX 6th Edition shell MAKE_ENV+= DOCDIR=${DOCSDIR} \ @@ -17,6 +16,7 @@ MAKE_ENV+= DOCDIR=${DOCSDIR} \ PORTDOCS= * PORTEXAMPLES= * INSTALL_TARGET= install install-doc install-exp +PLIST_SUB+= VER=${DISTVERSION} post-patch: @${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \ Modified: head/shells/osh/distinfo ============================================================================== --- head/shells/osh/distinfo Wed Nov 26 10:40:05 2014 (r373444) +++ head/shells/osh/distinfo Wed Nov 26 11:06:24 2014 (r373445) @@ -1,2 +1,2 @@ -SHA256 (osh-20140410.tar.gz) = c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6 -SIZE (osh-20140410.tar.gz) = 127676 +SHA256 (osh-20141024.tar.gz) = fd007753e9a639fe9a5d8f36127f59f8e01e8049b1b59943e89d776648763455 +SIZE (osh-20141024.tar.gz) = 129585 Modified: head/shells/osh/pkg-plist ============================================================================== --- head/shells/osh/pkg-plist Wed Nov 26 10:40:05 2014 (r373444) +++ head/shells/osh/pkg-plist Wed Nov 26 11:06:24 2014 (r373445) @@ -1,11 +1,12 @@ -bin/fd2 -bin/goto -bin/if @shell bin/osh -bin/sh6 -bin/glob6 +@shell bin/sh6 +libexec/osh-%%VER%%/README +libexec/osh-%%VER%%/fd2 +libexec/osh-%%VER%%/glob +libexec/osh-%%VER%%/goto +libexec/osh-%%VER%%/if man/man1/fd2.1.gz -man/man1/glob6.1.gz +man/man1/glob.1.gz man/man1/goto.1.gz man/man1/if.1.gz man/man1/osh.1.gz