summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-01-11 17:43:21 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2021-01-11 17:43:21 +0000
commit2712ee358cf0b71c19ae9e899f828ac2776a0bed (patch)
treed9c5914b1ad9b2414318586ee3d1513817db8f21
parentbiology/star: Drop dependency on gcc (diff)
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
-rw-r--r--sysutils/parafly/Makefile12
-rw-r--r--sysutils/parafly/distinfo5
-rw-r--r--sysutils/parafly/pkg-descr2
3 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/parafly/Makefile b/sysutils/parafly/Makefile
index 7e9a6b740f05..020a2880aa6f 100644
--- a/sysutils/parafly/Makefile
+++ b/sysutils/parafly/Makefile
@@ -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
diff --git a/sysutils/parafly/distinfo b/sysutils/parafly/distinfo
index 56a5a2fdc558..82b19cacf24b 100644
--- a/sysutils/parafly/distinfo
+++ b/sysutils/parafly/distinfo
@@ -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
diff --git a/sysutils/parafly/pkg-descr b/sysutils/parafly/pkg-descr
index 6c84928b1493..462c2f4bc42a 100644
--- a/sysutils/parafly/pkg-descr
+++ b/sysutils/parafly/pkg-descr
@@ -2,4 +2,4 @@ Given a file containing a list of Unix commands, multithreading is used to
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