Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 06:52:40 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550241 - head/devel/rinutils
Message-ID:  <202009270652.08R6qeO5069379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009270652.08R6qeO5069379>