From owner-svn-ports-all@freebsd.org Sun Sep 27 06:52:40 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 CF79F3F0E19; Sun, 27 Sep 2020 06:52:40 +0000 (UTC) (envelope-from tcberner@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 4Bzbtw54mRz4cnt; Sun, 27 Sep 2020 06:52:40 +0000 (UTC) (envelope-from tcberner@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 918E991A0; Sun, 27 Sep 2020 06:52:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08R6qeKg069381; Sun, 27 Sep 2020 06:52:40 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08R6qeO5069379; Sun, 27 Sep 2020 06:52:40 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202009270652.08R6qeO5069379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 27 Sep 2020 06:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550241 - head/devel/rinutils X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/rinutils X-SVN-Commit-Revision: 550241 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 06:52:40 -0000 Author: tcberner Date: Sun Sep 27 06:52:39 2020 New Revision: 550241 URL: https://svnweb.freebsd.org/changeset/ports/550241 Log: devel/rinutils: Use upstream release archive - this greatly simplifies the port PR: 249926 Submitted by: daniel.engberg.lists@pyret.net Modified: head/devel/rinutils/Makefile head/devel/rinutils/distinfo Modified: head/devel/rinutils/Makefile ============================================================================== --- head/devel/rinutils/Makefile Sun Sep 27 06:48:01 2020 (r550240) +++ head/devel/rinutils/Makefile Sun Sep 27 06:52:39 2020 (r550241) @@ -3,10 +3,7 @@ PORTNAME= rinutils DISTVERSION= 0.6.0 CATEGORIES= devel -MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/shlomif-cmake-modules/master/shlomif-cmake-modules/:cmakemodule -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${_CMAKE_MODULE}:cmakemodule -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= https://github.com/shlomif/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= tcberner@FreeBSD.org COMMENT= C11 / gnu11 utilities C library @@ -14,15 +11,8 @@ COMMENT= C11 / gnu11 utilities C library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake perl5 pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= shlomif +USES= cmake perl5 pkgconfig tar:xz USE_PERL5= build CMAKE_OFF= WITH_TEST_SUITE - -_CMAKE_MODULE= Shlomif_Common.cmake - -post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${_CMAKE_MODULE} ${WRKSRC}/cmake/ .include Modified: head/devel/rinutils/distinfo ============================================================================== --- head/devel/rinutils/distinfo Sun Sep 27 06:48:01 2020 (r550240) +++ head/devel/rinutils/distinfo Sun Sep 27 06:52:39 2020 (r550241) @@ -1,5 +1,3 @@ -TIMESTAMP = 1601047868 -SHA256 (Shlomif_Common.cmake) = 6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17 -SIZE (Shlomif_Common.cmake) = 9944 -SHA256 (shlomif-rinutils-0.6.0_GH0.tar.gz) = 81966e7f73a9a8e095dd06c159cfb8dd0da2b78942ba83b323d7ff59f74800cf -SIZE (shlomif-rinutils-0.6.0_GH0.tar.gz) = 16053 +TIMESTAMP = 1601149529 +SHA256 (rinutils-0.6.0.tar.xz) = 65eed1631707f3cae737dc0da6ee09f7f8a54502cc08e3b8aee3734ce4e30f0d +SIZE (rinutils-0.6.0.tar.xz) = 16768