From owner-svn-ports-all@freebsd.org Wed Feb 6 15:40:03 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 381E914D720F; Wed, 6 Feb 2019 15:40:03 +0000 (UTC) (envelope-from novel@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 D1F81720D6; Wed, 6 Feb 2019 15:40:02 +0000 (UTC) (envelope-from novel@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 C4820769B; Wed, 6 Feb 2019 15:40:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x16Fe22g025393; Wed, 6 Feb 2019 15:40:02 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x16Fe2ot025392; Wed, 6 Feb 2019 15:40:02 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201902061540.x16Fe2ot025392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 6 Feb 2019 15:40:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492308 - head/sysutils/osinfo-db-tools X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/sysutils/osinfo-db-tools X-SVN-Commit-Revision: 492308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D1F81720D6 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_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Wed, 06 Feb 2019 15:40:03 -0000 Author: novel Date: Wed Feb 6 15:40:02 2019 New Revision: 492308 URL: https://svnweb.freebsd.org/changeset/ports/492308 Log: sysutils/osinfo-db-tools: update to 1.3.0 This now depends on devel/json-glib. Modified: head/sysutils/osinfo-db-tools/Makefile head/sysutils/osinfo-db-tools/distinfo Modified: head/sysutils/osinfo-db-tools/Makefile ============================================================================== --- head/sysutils/osinfo-db-tools/Makefile Wed Feb 6 14:39:00 2019 (r492307) +++ head/sysutils/osinfo-db-tools/Makefile Wed Feb 6 15:40:02 2019 (r492308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db-tools -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= sysutils MASTER_SITES= https://releases.pagure.org/libosinfo/ @@ -12,8 +12,11 @@ COMMENT= Tools for managing the osinfo database LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib + USES= gettext gmake libarchive pkgconfig USE_GNOME= glib20 intltool libxml2 libxslt + GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS Modified: head/sysutils/osinfo-db-tools/distinfo ============================================================================== --- head/sysutils/osinfo-db-tools/distinfo Wed Feb 6 14:39:00 2019 (r492307) +++ head/sysutils/osinfo-db-tools/distinfo Wed Feb 6 15:40:02 2019 (r492308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529508058 -SHA256 (osinfo-db-tools-1.2.0.tar.gz) = 3b50829e5b58db15fe9fc8caf005aa18300262fea4562da0c2dfbe56355ff81f -SIZE (osinfo-db-tools-1.2.0.tar.gz) = 447185 +TIMESTAMP = 1549045621 +SHA256 (osinfo-db-tools-1.3.0.tar.gz) = 6e49bd94a9fb6fe371337e5a91a7e4ed6f370b2ca70385e0cab38d58ad7f07fa +SIZE (osinfo-db-tools-1.3.0.tar.gz) = 456012