Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 02:43:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394373 - head/lang/execline
Message-ID:  <201508160243.t7G2htSA007828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <colin@heliocat.net> (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



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