From owner-svn-ports-head@freebsd.org Sat Apr 28 19:05:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EB3DFB736A; Sat, 28 Apr 2018 19:05:20 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFFD686A47; Sat, 28 Apr 2018 19:05:19 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA95319B00; Sat, 28 Apr 2018 19:05:19 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3SJ5JES016558; Sat, 28 Apr 2018 19:05:19 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3SJ5J2g016554; Sat, 28 Apr 2018 19:05:19 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201804281905.w3SJ5J2g016554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 28 Apr 2018 19:05:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468565 - in head: lang/duktape-lib www/edbrowse X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: lang/duktape-lib www/edbrowse X-SVN-Commit-Revision: 468565 X-SVN-Commit-Repository: ports 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.25 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: Sat, 28 Apr 2018 19:05:20 -0000 Author: dbaio Date: Sat Apr 28 19:05:19 2018 New Revision: 468565 URL: https://svnweb.freebsd.org/changeset/ports/468565 Log: lang/duktape-lib: Update to 2.2.1 Bump PORTREVISION of dependent port (www/edbrowse) due shlib change. PR: 227822 Submitted by: Alfonso S. Siciliano (maintainer) Modified: head/lang/duktape-lib/Makefile head/lang/duktape-lib/distinfo head/lang/duktape-lib/pkg-plist head/www/edbrowse/Makefile Modified: head/lang/duktape-lib/Makefile ============================================================================== --- head/lang/duktape-lib/Makefile Sat Apr 28 19:04:07 2018 (r468564) +++ head/lang/duktape-lib/Makefile Sat Apr 28 19:05:19 2018 (r468565) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= duktape -DISTVERSION= 2.2.0 +DISTVERSION= 2.2.1 CATEGORIES= lang devel MASTER_SITES= http://duktape.org/ PKGNAMESUFFIX= -lib @@ -21,9 +21,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/src/duktape.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/duk_config.h ${STAGEDIR}${PREFIX}/include .for l in libduktape.so libduktaped.so - ${INSTALL_LIB} ${WRKSRC}/${l}.202.20200 ${STAGEDIR}${PREFIX}/lib - ${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.202.20200 ${STAGEDIR}${PREFIX}/lib/${l} - ${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.202.20200 ${STAGEDIR}${PREFIX}/lib/${l}.202 + ${INSTALL_LIB} ${WRKSRC}/${l}.202.20201 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.202.20201 ${STAGEDIR}${PREFIX}/lib/${l} + ${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.202.20201 ${STAGEDIR}${PREFIX}/lib/${l}.202 .endfor .include Modified: head/lang/duktape-lib/distinfo ============================================================================== --- head/lang/duktape-lib/distinfo Sat Apr 28 19:04:07 2018 (r468564) +++ head/lang/duktape-lib/distinfo Sat Apr 28 19:05:19 2018 (r468565) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523674954 -SHA256 (duktape-2.2.0.tar.xz) = 62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14 -SIZE (duktape-2.2.0.tar.xz) = 969136 +TIMESTAMP = 1524915862 +SHA256 (duktape-2.2.1.tar.xz) = 3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2 +SIZE (duktape-2.2.1.tar.xz) = 966496 Modified: head/lang/duktape-lib/pkg-plist ============================================================================== --- head/lang/duktape-lib/pkg-plist Sat Apr 28 19:04:07 2018 (r468564) +++ head/lang/duktape-lib/pkg-plist Sat Apr 28 19:05:19 2018 (r468565) @@ -2,7 +2,7 @@ include/duk_config.h include/duktape.h lib/libduktape.so lib/libduktape.so.202 -lib/libduktape.so.202.20200 +lib/libduktape.so.202.20201 lib/libduktaped.so lib/libduktaped.so.202 -lib/libduktaped.so.202.20200 +lib/libduktaped.so.202.20201 Modified: head/www/edbrowse/Makefile ============================================================================== --- head/www/edbrowse/Makefile Sat Apr 28 19:04:07 2018 (r468564) +++ head/www/edbrowse/Makefile Sat Apr 28 19:05:19 2018 (r468565) @@ -3,6 +3,7 @@ PORTNAME= edbrowse DISTVERSIONPREFIX= v DISTVERSION= 3.7.3 +PORTREVISION= 1 CATEGORIES= www editors PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/