Date: Mon, 11 Jan 2021 17:43:21 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561236 - head/sysutils/parafly Message-ID: <202101111743.10BHhLZM063102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Mon Jan 11 17:43:21 2021 New Revision: 561236 URL: https://svnweb.freebsd.org/changeset/ports/561236 Log: sysutils/parafly: Upgrade to 0.1.0 from Github, drop gcc dependency Simply remove compiler:openmp Builds with base compiler on amd64, i386, and powerpc64 12.x-RELEASE PR: port/247753, ports/252379 Modified: head/sysutils/parafly/Makefile head/sysutils/parafly/distinfo head/sysutils/parafly/pkg-descr Modified: head/sysutils/parafly/Makefile ============================================================================== --- head/sysutils/parafly/Makefile Mon Jan 11 17:39:52 2021 (r561235) +++ head/sysutils/parafly/Makefile Mon Jan 11 17:43:21 2021 (r561236) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= parafly -PORTVERSION= 2013.01.21 -PORTREVISION= 7 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 # Test new versions with Trinity before upgrading +PORTREVISION= 8 +PORTEPOCH= 1 # SourceForge version was 2013.01.21 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/ -DISTNAME= ${PORTNAME}-r2013-01-21 MAINTAINER= jwb@FreeBSD.org COMMENT= Process multiple commands in parallel on a single server LICENSE= BSD3CLAUSE -USES= compiler:openmp tar:tgz +USE_GITHUB= yes + +GH_PROJECT= ParaFly GNU_CONFIGURE= yes Modified: head/sysutils/parafly/distinfo ============================================================================== --- head/sysutils/parafly/distinfo Mon Jan 11 17:39:52 2021 (r561235) +++ head/sysutils/parafly/distinfo Mon Jan 11 17:43:21 2021 (r561236) @@ -1,2 +1,3 @@ -SHA256 (parafly-r2013-01-21.tgz) = 64cf7ac2d4af0801b78d58f4057a1489d76b2b8ae59c78997f434d1239fa4abe -SIZE (parafly-r2013-01-21.tgz) = 198711 +TIMESTAMP = 1610326806 +SHA256 (parafly-ParaFly-v0.1.0_GH0.tar.gz) = 662e8bc2d7f5dae2cb63804bba13b4790eeda9f4e40126e1d947005c89134c4d +SIZE (parafly-ParaFly-v0.1.0_GH0.tar.gz) = 233214 Modified: head/sysutils/parafly/pkg-descr ============================================================================== --- head/sysutils/parafly/pkg-descr Mon Jan 11 17:39:52 2021 (r561235) +++ head/sysutils/parafly/pkg-descr Mon Jan 11 17:43:21 2021 (r561236) @@ -2,4 +2,4 @@ Given a file containing a list of Unix commands, multi process the commands in parallel on a single server. Success/failure is captured, and failed commands are retained and reported. -WWW: https://sourceforge.net/projects/parafly/ +WWW: https://github.com/ParaFly/ParaFly/releases
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101111743.10BHhLZM063102>