From owner-svn-ports-all@freebsd.org Sat Mar 23 10:42:28 2019 Return-Path: Delivered-To: svn-ports-all@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 0A0F51548FF4; Sat, 23 Mar 2019 10:42:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A30688A4C2; Sat, 23 Mar 2019 10:42:27 +0000 (UTC) (envelope-from tobik@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 7CCF57404; Sat, 23 Mar 2019 10:42:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2NAgRjL097316; Sat, 23 Mar 2019 10:42:27 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2NAgQQc097309; Sat, 23 Mar 2019 10:42:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201903231042.x2NAgQQc097309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 23 Mar 2019 10:42:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496634 - in head: devel/uclcmd sysutils/hfm textproc/libucl textproc/py-ucl textproc/uncle X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: devel/uclcmd sysutils/hfm textproc/libucl textproc/py-ucl textproc/uncle X-SVN-Commit-Revision: 496634 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A30688A4C2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 23 Mar 2019 10:42:28 -0000 Author: tobik Date: Sat Mar 23 10:42:25 2019 New Revision: 496634 URL: https://svnweb.freebsd.org/changeset/ports/496634 Log: textproc/libucl: Update to 0.8.1 - Bump revision of consumers for shared library change - Pet portlint and reorder some variables - Mark the SIGNATURES option as broken with OpenSSL 1.1.1. It has been broken for a while even with libucl 0.8.0. Changes: https://github.com/vstakhov/libucl/blob/0.8.1/ChangeLog.md#libucl-081 PR: 233383 Submitted by: Lorenzo Salvadore Approved by: koobs (maintainer timeout, 4 months) Modified: head/devel/uclcmd/Makefile head/sysutils/hfm/Makefile head/textproc/libucl/Makefile head/textproc/libucl/distinfo head/textproc/libucl/pkg-plist head/textproc/py-ucl/Makefile head/textproc/uncle/Makefile Modified: head/devel/uclcmd/Makefile ============================================================================== --- head/devel/uclcmd/Makefile Sat Mar 23 10:23:15 2019 (r496633) +++ head/devel/uclcmd/Makefile Sat Mar 23 10:42:25 2019 (r496634) @@ -2,7 +2,7 @@ PORTNAME= uclcmd PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= allanjude@FreeBSD.org Modified: head/sysutils/hfm/Makefile ============================================================================== --- head/sysutils/hfm/Makefile Sat Mar 23 10:23:15 2019 (r496633) +++ head/sysutils/hfm/Makefile Sat Mar 23 10:42:25 2019 (r496634) @@ -2,7 +2,7 @@ PORTNAME= hfm PORTVERSION= 1.2.3 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/textproc/libucl/Makefile ============================================================================== --- head/textproc/libucl/Makefile Sat Mar 23 10:23:15 2019 (r496633) +++ head/textproc/libucl/Makefile Sat Mar 23 10:42:25 2019 (r496634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libucl -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= textproc devel MAINTAINER= koobs@FreeBSD.org @@ -14,6 +14,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4' BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4' +USES= autoreconf gmake libtool pathfix pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= vstakhov +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +CONFLICTS_INSTALL= ucl + +INSTALL_TARGET= install-strip +TEST_TARGET= check + OPTIONS_DEFINE= LUA REGEX SIGNATURES URLS UTILS OPTIONS_DEFAULT= REGEX UTILS OPTIONS_SUB= yes @@ -21,7 +33,7 @@ OPTIONS_SUB= yes REGEX_DESC= Enable regex checking for schema SIGNATURES_DESC= Enable signatures checking URLS_DESC= Enable fetching URLs -UTILS_DESC= Enable tools: ucl_chargen, ucl_ucldump, ucl_tool +UTILS_DESC= Enable tools: ucl_chargen, ucl_ucldump, ucl_tool LUA_CONFIGURE_ENABLE= lua LUA_CONFIGURE_ENV= LUA=${LOCALBASE}/bin/${LUA_CMD} @@ -39,17 +51,11 @@ URLS_CONFIGURE_ENABLE= urls UTILS_CONFIGURE_ENABLE= utils -USES= autoreconf gmake libtool pathfix pkgconfig -USE_GITHUB= yes -USE_LDCONFIG= yes +.include -GNU_CONFIGURE= yes - -GH_ACCOUNT= vstakhov - -CONFLICTS_INSTALL= ucl - -INSTALL_TARGET= install-strip -TEST_TARGET= check +# https://github.com/vstakhov/libucl/issues/203 +.if ${PORT_OPTIONS:MSIGNATURES} && ((${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base) || ${SSL_DEFAULT} == openssl111) +BROKEN= Signatures checking support does not build with OpenSSL 1.1.1 +.endif .include Modified: head/textproc/libucl/distinfo ============================================================================== --- head/textproc/libucl/distinfo Sat Mar 23 10:23:15 2019 (r496633) +++ head/textproc/libucl/distinfo Sat Mar 23 10:42:25 2019 (r496634) @@ -1,2 +1,3 @@ -SHA256 (vstakhov-libucl-0.8.0_GH0.tar.gz) = af361cd1f0b7b66c228a1c04a662ccaa9ee8af79842046c04446d915db349ee1 -SIZE (vstakhov-libucl-0.8.0_GH0.tar.gz) = 2022942 +TIMESTAMP = 1542811208 +SHA256 (vstakhov-libucl-0.8.1_GH0.tar.gz) = a6397e179672f0e8171a0f9a2cfc37e01432b357fd748b13f4394436689d24ef +SIZE (vstakhov-libucl-0.8.1_GH0.tar.gz) = 2028394 Modified: head/textproc/libucl/pkg-plist ============================================================================== --- head/textproc/libucl/pkg-plist Sat Mar 23 10:23:15 2019 (r496633) +++ head/textproc/libucl/pkg-plist Sat Mar 23 10:42:25 2019 (r496634) @@ -6,8 +6,8 @@ include/ucl.h include/ucl++.h lib/libucl.a lib/libucl.so -lib/libucl.so.6 -lib/libucl.so.6.0.0 +lib/libucl.so.5 +lib/libucl.so.5.1.0 %%LUA%%%%LUA_MODLIBDIR%%/ucl.a %%LUA%%%%LUA_MODLIBDIR%%/ucl.so libdata/pkgconfig/libucl.pc Modified: head/textproc/py-ucl/Makefile ============================================================================== --- head/textproc/py-ucl/Makefile Sat Mar 23 10:23:15 2019 (r496633) +++ head/textproc/py-ucl/Makefile Sat Mar 23 10:42:25 2019 (r496634) @@ -2,6 +2,7 @@ PORTNAME= ucl PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/uncle/Makefile ============================================================================== --- head/textproc/uncle/Makefile Sat Mar 23 10:23:15 2019 (r496633) +++ head/textproc/uncle/Makefile Sat Mar 23 10:42:25 2019 (r496634) @@ -3,6 +3,7 @@ PORTNAME= uncle PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= gblach@FreeBSD.org