From owner-svn-ports-head@freebsd.org Mon Aug 6 17:22:41 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 87D38105F1EE; Mon, 6 Aug 2018 17:22:41 +0000 (UTC) (envelope-from fernape@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 3ABF48067A; Mon, 6 Aug 2018 17:22:41 +0000 (UTC) (envelope-from fernape@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 1CFDC10126; Mon, 6 Aug 2018 17:22:41 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w76HMeli004499; Mon, 6 Aug 2018 17:22:40 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w76HMbdR004478; Mon, 6 Aug 2018 17:22:37 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201808061722.w76HMbdR004478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 6 Aug 2018 17:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476517 - in head: astro/siril audio/shairport-sync audio/umurmur databases/ateam_mysql_ldap_auth databases/zabbix22-libzbxpgsql databases/zabbix3-libzbxpgsql databases/zabbix32-libzbxp... X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head: astro/siril audio/shairport-sync audio/umurmur databases/ateam_mysql_ldap_auth databases/zabbix22-libzbxpgsql databases/zabbix3-libzbxpgsql databases/zabbix32-libzbxpgsql databases/zabbix34-l... X-SVN-Commit-Revision: 476517 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.27 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: Mon, 06 Aug 2018 17:22:41 -0000 Author: fernape Date: Mon Aug 6 17:22:36 2018 New Revision: 476517 URL: https://svnweb.freebsd.org/changeset/ports/476517 Log: devel/libconfig: update to 1.7.2 * Change to USE_GH * Bump PORTREVISION of dependant ports. Committing after maintainer timeout PR: 229961 Submitted by: che@bein.link Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16442 Modified: head/astro/siril/Makefile head/audio/shairport-sync/Makefile head/audio/umurmur/Makefile head/databases/ateam_mysql_ldap_auth/Makefile head/databases/zabbix22-libzbxpgsql/Makefile head/databases/zabbix3-libzbxpgsql/Makefile head/databases/zabbix32-libzbxpgsql/Makefile head/databases/zabbix34-libzbxpgsql/Makefile head/devel/libconfig/Makefile head/devel/libconfig/distinfo head/devel/libconfig/pkg-plist head/lang/ldc/Makefile head/net-im/telegram/Makefile head/net-im/tox/Makefile head/net-im/toxic/Makefile head/net/sslh/Makefile head/security/cvechecker/Makefile head/security/razorback-api/Makefile head/x11-wm/compton/Makefile Modified: head/astro/siril/Makefile ============================================================================== --- head/astro/siril/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/astro/siril/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -2,7 +2,7 @@ PORTNAME= siril DISTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ Modified: head/audio/shairport-sync/Makefile ============================================================================== --- head/audio/shairport-sync/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/audio/shairport-sync/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -3,6 +3,7 @@ PORTNAME= shairport-sync DISTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org Modified: head/audio/umurmur/Makefile ============================================================================== --- head/audio/umurmur/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/audio/umurmur/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -3,6 +3,7 @@ PORTNAME= umurmur DISTVERSION= 0.2.17 +PORTREVISION= 1 CATEGORIES= audio net MAINTAINER= ayu@commun.jp Modified: head/databases/ateam_mysql_ldap_auth/Makefile ============================================================================== --- head/databases/ateam_mysql_ldap_auth/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/databases/ateam_mysql_ldap_auth/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -3,6 +3,7 @@ PORTNAME= ateam_mysql_ldap_auth PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= ganbold@FreeBSD.org Modified: head/databases/zabbix22-libzbxpgsql/Makefile ============================================================================== --- head/databases/zabbix22-libzbxpgsql/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/databases/zabbix22-libzbxpgsql/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -4,6 +4,7 @@ PORTNAME= libzbxpgsql PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= zabbix22- Modified: head/databases/zabbix3-libzbxpgsql/Makefile ============================================================================== --- head/databases/zabbix3-libzbxpgsql/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/databases/zabbix3-libzbxpgsql/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -4,6 +4,7 @@ PORTNAME= libzbxpgsql PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= zabbix3- Modified: head/databases/zabbix32-libzbxpgsql/Makefile ============================================================================== --- head/databases/zabbix32-libzbxpgsql/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/databases/zabbix32-libzbxpgsql/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -4,6 +4,7 @@ PORTNAME= libzbxpgsql PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= zabbix32- Modified: head/databases/zabbix34-libzbxpgsql/Makefile ============================================================================== --- head/databases/zabbix34-libzbxpgsql/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/databases/zabbix34-libzbxpgsql/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -4,6 +4,7 @@ PORTNAME= libzbxpgsql PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= zabbix34- Modified: head/devel/libconfig/Makefile ============================================================================== --- head/devel/libconfig/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/devel/libconfig/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -2,22 +2,27 @@ # $FreeBSD$ PORTNAME= libconfig -PORTVERSION= 1.4.9 -PORTREVISION= 1 +PORTVERSION= 1.7.2 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://www.hyperrealm.com/libconfig/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Simple library for manipulating structured configuration files LICENSE= LGPL21 -CONFLICTS= wand-libconfig-[0-9]* +BUILD_DEPENDS= makeinfo:print/texinfo -USES= libtool pathfix +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} -INFO= libconfig +CONFIGURE_ARGS+= --prefix=${PREFIX} + +USE_GITHUB= YES +GH_ACCOUNT= hyperrealm + +CONFLICTS= wand-libconfig-[0-9]* + +INFO= libconfig .include Modified: head/devel/libconfig/distinfo ============================================================================== --- head/devel/libconfig/distinfo Mon Aug 6 17:14:54 2018 (r476516) +++ head/devel/libconfig/distinfo Mon Aug 6 17:22:36 2018 (r476517) @@ -1,2 +1,3 @@ -SHA256 (libconfig-1.4.9.tar.gz) = 09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041 -SIZE (libconfig-1.4.9.tar.gz) = 688158 +TIMESTAMP = 1532431556 +SHA256 (hyperrealm-libconfig-v1.7.2_GH0.tar.gz) = f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726 +SIZE (hyperrealm-libconfig-v1.7.2_GH0.tar.gz) = 3017891 Modified: head/devel/libconfig/pkg-plist ============================================================================== --- head/devel/libconfig/pkg-plist Mon Aug 6 17:14:54 2018 (r476516) +++ head/devel/libconfig/pkg-plist Mon Aug 6 17:22:36 2018 (r476517) @@ -1,12 +1,14 @@ include/libconfig.h include/libconfig.h++ -lib/libconfig.a -lib/libconfig.so -lib/libconfig.so.9 -lib/libconfig.so.9.1.3 +lib/cmake/libconfig++/libconfig++Config.cmake +lib/cmake/libconfig/libconfigConfig.cmake lib/libconfig++.a lib/libconfig++.so -lib/libconfig++.so.9 -lib/libconfig++.so.9.1.3 -libdata/pkgconfig/libconfig.pc +lib/libconfig++.so.11 +lib/libconfig++.so.11.0.2 +lib/libconfig.a +lib/libconfig.so +lib/libconfig.so.11 +lib/libconfig.so.11.0.2 libdata/pkgconfig/libconfig++.pc +libdata/pkgconfig/libconfig.pc Modified: head/lang/ldc/Makefile ============================================================================== --- head/lang/ldc/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/lang/ldc/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -2,6 +2,7 @@ PORTNAME= ldc PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://github.com/ldc-developers/ldc/releases/download/v${PORTVERSION}/:source \ https://github.com/ldc-developers/ldc/releases/download/v${BOOTVER}/:bootstrap Modified: head/net-im/telegram/Makefile ============================================================================== --- head/net-im/telegram/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/net-im/telegram/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -3,7 +3,7 @@ PORTNAME= telegram PORTVERSION= 1.4.1.g20161227 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/net-im/tox/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -3,7 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/net-im/toxic/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -3,7 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-im Modified: head/net/sslh/Makefile ============================================================================== --- head/net/sslh/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/net/sslh/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -4,6 +4,7 @@ PORTNAME= sslh PORTVERSION= 1.19c DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org Modified: head/security/cvechecker/Makefile ============================================================================== --- head/security/cvechecker/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/security/cvechecker/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -4,7 +4,7 @@ PORTNAME= cvechecker DISTVERSIONPREFIX= v DISTVERSION= 3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= se@FreeBSD.org Modified: head/security/razorback-api/Makefile ============================================================================== --- head/security/razorback-api/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/security/razorback-api/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -2,7 +2,7 @@ PORTNAME= api PORTVERSION= 0.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF/razorbacktm/API PKGNAMEPREFIX= razorback- Modified: head/x11-wm/compton/Makefile ============================================================================== --- head/x11-wm/compton/Makefile Mon Aug 6 17:14:54 2018 (r476516) +++ head/x11-wm/compton/Makefile Mon Aug 6 17:22:36 2018 (r476517) @@ -2,7 +2,7 @@ PORTNAME= compton PORTVERSION= 20160907 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MAINTAINER= femc7488@gmail.com