From owner-svn-ports-all@freebsd.org Tue Dec 13 15:45:48 2016 Return-Path: Delivered-To: svn-ports-all@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 CD94DC75B81; Tue, 13 Dec 2016 15:45:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A830D6BD; Tue, 13 Dec 2016 15:45:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBDFjlbR094858; Tue, 13 Dec 2016 15:45:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBDFjl1f094855; Tue, 13 Dec 2016 15:45:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612131545.uBDFjl1f094855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 13 Dec 2016 15:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428503 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 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, 13 Dec 2016 15:45:48 -0000 Author: amdmi3 Date: Tue Dec 13 15:45:47 2016 New Revision: 428503 URL: https://svnweb.freebsd.org/changeset/ports/428503 Log: - Update to 2.2.0.0 - Update maintainer's email - While here, add LICENSE_FILE, fix library dependency, don't install unneeded docs, fix command for docs installation and apply some cosmetic fixes PR: 213897 Submitted by: colin@heliocat.net (maintainer) Modified: head/lang/execline/Makefile head/lang/execline/distinfo head/lang/execline/pkg-plist Modified: head/lang/execline/Makefile ============================================================================== --- head/lang/execline/Makefile Tue Dec 13 15:45:42 2016 (r428502) +++ head/lang/execline/Makefile Tue Dec 13 15:45:47 2016 (r428503) @@ -2,35 +2,39 @@ # $FreeBSD$ PORTNAME= execline -PORTVERSION= 2.1.4.5 +PORTVERSION= 2.2.0.0 CATEGORIES= lang shells MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ -MAINTAINER= colin@heliocat.net +MAINTAINER= colin-ports@heliocat.net COMMENT= Lightweight non-interactive sh(1)-like scripting language LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= skalibs>=2.3.8.3:devel/skalibs +LIB_DEPENDS= libskarnet.so:devel/skalibs CONFLICTS_INSTALL= ImageMagick-* # bin/import USES= gmake USE_LDCONFIG= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \ --with-lib=${LOCALBASE}/lib/skalibs \ --with-dynlib=${LOCALBASE}/lib \ --with-include=${LOCALBASE}/include \ --enable-shared -DOCS= AUTHORS COPYING INSTALL README doc/*.html +DOCS= AUTHORS README doc/*.html + OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${STAGEDIR}${DOCSDIR} Modified: head/lang/execline/distinfo ============================================================================== --- head/lang/execline/distinfo Tue Dec 13 15:45:42 2016 (r428502) +++ head/lang/execline/distinfo Tue Dec 13 15:45:47 2016 (r428503) @@ -1,2 +1,3 @@ -SHA256 (execline-2.1.4.5.tar.gz) = ab4451d4992a5d7fb2ae34cffe4d0806e4902bf9aa27ee3b75617aa35379356f -SIZE (execline-2.1.4.5.tar.gz) = 80203 +TIMESTAMP = 1477765618 +SHA256 (execline-2.2.0.0.tar.gz) = 93bd744f2e3ad204cb89f147efdc6ca4e622f9c6bfc9895e0b2cb8b0480029de +SIZE (execline-2.2.0.0.tar.gz) = 82860 Modified: head/lang/execline/pkg-plist ============================================================================== --- head/lang/execline/pkg-plist Tue Dec 13 15:45:42 2016 (r428502) +++ head/lang/execline/pkg-plist Tue Dec 13 15:45:47 2016 (r428503) @@ -48,12 +48,10 @@ include/execline/config.h include/execline/execline.h lib/execline/libexecline.a lib/libexecline.so -lib/libexecline.so.2.1 -lib/libexecline.so.2.1.4 -lib/libexecline.so.2.1.4.5 +lib/libexecline.so.2.2 +lib/libexecline.so.2.2.0 +lib/libexecline.so.2.2.0.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/background.html %%PORTDOCS%%%%DOCSDIR%%/backtick.html