From owner-svn-ports-head@freebsd.org Sun Aug 16 02:43:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1079E9B7317; Sun, 16 Aug 2015 02:43:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.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 EA3F51EAA; Sun, 16 Aug 2015 02:43:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7G2htw0007831; Sun, 16 Aug 2015 02:43:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7G2htSA007828; Sun, 16 Aug 2015 02:43:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508160243.t7G2htSA007828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 16 Aug 2015 02:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394373 - head/lang/execline 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.20 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: Sun, 16 Aug 2015 02:43:56 -0000 Author: jbeich Date: Sun Aug 16 02:43:54 2015 New Revision: 394373 URL: https://svnweb.freebsd.org/changeset/ports/394373 Log: lang/execline: update to 2.1.3.0 - Restore DOCS option accidentally removed in r378797 Changes: http://skarnet.org/software/execline/upgrade.html PR: 201924 Submitted by: Colin Booth (maintainer) Modified: head/lang/execline/Makefile (contents, props changed) head/lang/execline/distinfo (contents, props changed) head/lang/execline/pkg-plist (contents, props changed) Modified: head/lang/execline/Makefile ============================================================================== --- head/lang/execline/Makefile Sun Aug 16 02:43:37 2015 (r394372) +++ head/lang/execline/Makefile Sun Aug 16 02:43:54 2015 (r394373) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= execline -PORTVERSION= 2.1.1.0 +PORTVERSION= 2.1.3.0 CATEGORIES= lang shells MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ @@ -11,7 +11,7 @@ COMMENT= Lightweight non-interactive sh( LICENSE= ISCL -BUILD_DEPENDS= skalibs>=2.3.1.0:${PORTSDIR}/devel/skalibs +BUILD_DEPENDS= skalibs>=2.3.6.0:${PORTSDIR}/devel/skalibs CONFLICTS_INSTALL= ImageMagick-* # bin/import @@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --enable-shared DOCS= AUTHORS COPYING INSTALL README doc/*.html +OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* Modified: head/lang/execline/distinfo ============================================================================== --- head/lang/execline/distinfo Sun Aug 16 02:43:37 2015 (r394372) +++ head/lang/execline/distinfo Sun Aug 16 02:43:54 2015 (r394373) @@ -1,2 +1,2 @@ -SHA256 (execline-2.1.1.0.tar.gz) = 9e1a9b95772b64bd623c1ddea6200909cca0eb659893ac47857848928eaff7dc -SIZE (execline-2.1.1.0.tar.gz) = 75967 +SHA256 (execline-2.1.3.0.tar.gz) = 572448cf236ce7a17f8666b4bb05f3319fe6b559d7f89b797659886bdf21e54f +SIZE (execline-2.1.3.0.tar.gz) = 78287 Modified: head/lang/execline/pkg-plist ============================================================================== --- head/lang/execline/pkg-plist Sun Aug 16 02:43:37 2015 (r394372) +++ head/lang/execline/pkg-plist Sun Aug 16 02:43:54 2015 (r394373) @@ -37,6 +37,7 @@ bin/piperw bin/redirfd bin/runblock bin/shift +bin/trap bin/tryexec bin/umask bin/unexport @@ -47,8 +48,8 @@ lib/execline/libexecline.a lib/libexecline.so lib/libexecline.so.2 lib/libexecline.so.2.1 -lib/libexecline.so.2.1.1 -lib/libexecline.so.2.1.1.0 +lib/libexecline.so.2.1.3 +lib/libexecline.so.2.1.3.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -102,6 +103,7 @@ lib/libexecline.so.2.1.1.0 %%PORTDOCS%%%%DOCSDIR%%/redirfd.html %%PORTDOCS%%%%DOCSDIR%%/runblock.html %%PORTDOCS%%%%DOCSDIR%%/shift.html +%%PORTDOCS%%%%DOCSDIR%%/trap.html %%PORTDOCS%%%%DOCSDIR%%/tryexec.html %%PORTDOCS%%%%DOCSDIR%%/umask.html %%PORTDOCS%%%%DOCSDIR%%/unexport.html