From owner-svn-ports-head@freebsd.org Fri Sep 25 23:47:41 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BC3E3E8D03; Fri, 25 Sep 2020 23:47:41 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BypW11nNvz3W3l; Fri, 25 Sep 2020 23:47:41 +0000 (UTC) (envelope-from yuri@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 214D91B12F; Fri, 25 Sep 2020 23:47:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08PNlfUj003608; Fri, 25 Sep 2020 23:47:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08PNleRs003605; Fri, 25 Sep 2020 23:47:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009252347.08PNleRs003605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 25 Sep 2020 23:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550093 - in head/misc/libsolv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/libsolv: . files X-SVN-Commit-Revision: 550093 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.33 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: Fri, 25 Sep 2020 23:47:41 -0000 Author: yuri Date: Fri Sep 25 23:47:40 2020 New Revision: 550093 URL: https://svnweb.freebsd.org/changeset/ports/550093 Log: misc/libsolv: Update 0.7.4 -> 0.7.15 Reported by: portscout Deleted: head/misc/libsolv/files/ Modified: head/misc/libsolv/Makefile head/misc/libsolv/distinfo head/misc/libsolv/pkg-descr head/misc/libsolv/pkg-plist Modified: head/misc/libsolv/Makefile ============================================================================== --- head/misc/libsolv/Makefile Fri Sep 25 23:43:52 2020 (r550092) +++ head/misc/libsolv/Makefile Fri Sep 25 23:47:40 2020 (r550093) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libsolv -DISTVERSION= 0.7.4 -PORTREVISION= 1 +DISTVERSION= 0.7.15 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -11,14 +10,33 @@ COMMENT= Package dependency solver using a satisfiabil LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.BSD -USES= cmake +USES= cmake localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes -GH_ACCOUNT= rpm-software-management +GH_ACCOUNT= openSUSE +OPTIONS_DEFINE= RPMDB RPMMD RPMPKG +OPTIONS_DEFAULT= RPMDB RPMMD RPMPKG OPTIONS_GROUP= COMPRESSION OPTIONS_GROUP_COMPRESSION= BZIP2 LZMA ZCHUNK ZSTD +OPTIONS_SUB= yes + +# general options + +RPMDB_DESC= Build with rpm database support +RPMDB_CMAKE_BOOL= ENABLE_RPMDB +RPMDB_LIB_DEPENDS= librpmio.so:archivers/rpm4 + +RPMMD_DESC= Build with rpmmd repository support +RPMMD_CMAKE_BOOL= ENABLE_RPMMD +RPMMD_LIB_DEPENDS= libexpat.so:textproc/expat2 + +RPMPKG_DESC= Build with rpm package support +RPMPKG_CMAKE_BOOL= ENABLE_RPMPKG + +# comnpression options + COMPRESSION_DESC= Enable compression: BZIP2_DESC= BZip2 support Modified: head/misc/libsolv/distinfo ============================================================================== --- head/misc/libsolv/distinfo Fri Sep 25 23:43:52 2020 (r550092) +++ head/misc/libsolv/distinfo Fri Sep 25 23:47:40 2020 (r550093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600576582 -SHA256 (rpm-software-management-libsolv-0.7.4_GH0.tar.gz) = 725b598075c5c44a90cbda5594fd29417144ff8acb9762996162e7b68f94c8c4 -SIZE (rpm-software-management-libsolv-0.7.4_GH0.tar.gz) = 662383 +TIMESTAMP = 1601076252 +SHA256 (openSUSE-libsolv-0.7.15_GH0.tar.gz) = 2a1d6ae1719288ecb368b33893bc2f4d047dbf4426cafa1dc6af4288388e6269 +SIZE (openSUSE-libsolv-0.7.15_GH0.tar.gz) = 717327 Modified: head/misc/libsolv/pkg-descr ============================================================================== --- head/misc/libsolv/pkg-descr Fri Sep 25 23:43:52 2020 (r550092) +++ head/misc/libsolv/pkg-descr Fri Sep 25 23:47:40 2020 (r550093) @@ -12,4 +12,4 @@ decision tree to provide introspection, and also allow suggestions on how to deal with unsolvable problems. It also takes advantage of the repository storage to minimize memory usage. -WWW: https://github.com/rpm-software-management/libsolv +WWW: https://github.com/openSUSE/libsolv Modified: head/misc/libsolv/pkg-plist ============================================================================== --- head/misc/libsolv/pkg-plist Fri Sep 25 23:43:52 2020 (r550092) +++ head/misc/libsolv/pkg-plist Fri Sep 25 23:47:40 2020 (r550093) @@ -1,8 +1,14 @@ +%%RPMMD%%bin/deltainfoxml2solv bin/dumpsolv bin/installcheck bin/mergesolv bin/repo2solv +%%RPMMD%%bin/repomdxml2solv +%%RPMMD%%bin/rpmmd2solv +%%RPMDB%%bin/rpmdb2solv +%%RPMDB%%bin/rpms2solv bin/testsolv +%%RPMMD%%bin/updateinfoxml2solv include/solv/bitmap.h include/solv/chksum.h include/solv/dataiterator.h @@ -12,6 +18,7 @@ include/solv/hash.h include/solv/knownid.h include/solv/policy.h include/solv/pool.h +%%RPMDB%%include/solv/pool_fileconflicts.h include/solv/poolarch.h include/solv/poolid.h include/solv/pooltypes.h @@ -19,7 +26,12 @@ include/solv/poolvendor.h include/solv/problems.h include/solv/queue.h include/solv/repo.h +%%RPMMD%%include/solv/repo_deltainfoxml.h +%%RPMMD%%include/solv/repo_repomdxml.h +%%RPMDB%%include/solv/repo_rpmdb.h +%%RPMMD%%include/solv/repo_rpmmd.h include/solv/repo_solv.h +%%RPMMD%%include/solv/repo_updateinfoxml.h include/solv/repo_write.h include/solv/repodata.h include/solv/rules.h @@ -40,15 +52,21 @@ lib/libsolvext.so lib/libsolvext.so.1 libdata/pkgconfig/libsolv.pc libdata/pkgconfig/libsolvext.pc +%%RPMMD%%man/man1/deltainfoxml2solv.1.gz +man/man1/dumpsolv.1.gz +man/man1/installcheck.1.gz +man/man1/mergesolv.1.gz +man/man1/repo2solv.1.gz +%%RPMMD%%man/man1/repomdxml2solv.1.gz +%%RPMDB%%man/man1/rpmdb2solv.1.gz +%%RPMMD%%man/man1/rpmmd2solv.1.gz +%%RPMDB%%man/man1/rpms2solv.1.gz +man/man1/solv.1.gz +man/man1/testsolv.1.gz +%%RPMMD%%man/man1/updateinfoxml2solv.1.gz +man/man3/libsolv-bindings.3.gz +man/man3/libsolv-constantids.3.gz +man/man3/libsolv-history.3.gz +man/man3/libsolv-pool.3.gz +man/man3/libsolv.3.gz share/cmake/Modules/FindLibSolv.cmake -share/man/man1/dumpsolv.1.gz -share/man/man1/installcheck.1.gz -share/man/man1/mergesolv.1.gz -share/man/man1/repo2solv.1.gz -share/man/man1/solv.1.gz -share/man/man1/testsolv.1.gz -share/man/man3/libsolv-bindings.3.gz -share/man/man3/libsolv-constantids.3.gz -share/man/man3/libsolv-history.3.gz -share/man/man3/libsolv-pool.3.gz -share/man/man3/libsolv.3.gz