From owner-svn-ports-all@freebsd.org Sun Sep 27 07:41:56 2020 Return-Path: Delivered-To: svn-ports-all@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 712483F25DD; Sun, 27 Sep 2020 07:41:56 +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 4Bzczm2JBxz4fLq; Sun, 27 Sep 2020 07:41:56 +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 32F019AE0; Sun, 27 Sep 2020 07:41:56 +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 08R7fu2g096723; Sun, 27 Sep 2020 07:41:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08R7ftsW096722; Sun, 27 Sep 2020 07:41:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009270741.08R7ftsW096722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 27 Sep 2020 07:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550248 - head/misc/libmodulemd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/libmodulemd X-SVN-Commit-Revision: 550248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 27 Sep 2020 07:41:56 -0000 Author: yuri Date: Sun Sep 27 07:41:55 2020 New Revision: 550248 URL: https://svnweb.freebsd.org/changeset/ports/550248 Log: misc/libmodulemd: Use release archive PR: 249931 Submitted by: daniel.engberg.lists@pyret.net Modified: head/misc/libmodulemd/Makefile head/misc/libmodulemd/distinfo Modified: head/misc/libmodulemd/Makefile ============================================================================== --- head/misc/libmodulemd/Makefile Sun Sep 27 07:41:33 2020 (r550247) +++ head/misc/libmodulemd/Makefile Sun Sep 27 07:41:55 2020 (r550248) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= libmodulemd -DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 2.9.4 CATEGORIES= misc +MASTER_SITES= https://github.com/fedora-modularity/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ +DISTNAME= modulemd-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= C Library for manipulating module metadata files @@ -16,13 +17,10 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= librpmio.so:archivers/rpm4 \ libyaml.so:textproc/libyaml -USES= gnome meson pkgconfig +USES= gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Ddeveloper_build=false -Dskip_formatters=true -Dwith_manpages="enabled" -Dwith_docs=false - -USE_GITHUB= yes -GH_ACCOUNT= fedora-modularity .include Modified: head/misc/libmodulemd/distinfo ============================================================================== --- head/misc/libmodulemd/distinfo Sun Sep 27 07:41:33 2020 (r550247) +++ head/misc/libmodulemd/distinfo Sun Sep 27 07:41:55 2020 (r550248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600622226 -SHA256 (fedora-modularity-libmodulemd-libmodulemd-2.9.4_GH0.tar.gz) = 87af130f95e2d3d5718ce79ef9063486dda9eeb8cb7fec4375ee832315d4871b -SIZE (fedora-modularity-libmodulemd-libmodulemd-2.9.4_GH0.tar.gz) = 464173 +TIMESTAMP = 1601185933 +SHA256 (modulemd-2.9.4.tar.xz) = cb86b1dad4f1578895225ba4ee435dbb7d75262898f69a08507b01759bfc81ab +SIZE (modulemd-2.9.4.tar.xz) = 256668