Date: Mon, 23 May 2022 11:40:22 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8560babc8aca - main - science/plumed: Use upsteam release archive Message-ID: <202205231140.24NBeMbR041417@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8560babc8acaaf83032e9549b8953c7bfd1677b7 commit 8560babc8acaaf83032e9549b8953c7bfd1677b7 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-05-23 11:36:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-05-23 11:39:54 +0000 science/plumed: Use upsteam release archive Use upstream release archive as recommended by Porters Handbook PR: 264023 Approved by: yuri (maintainer) --- science/plumed/Makefile | 7 ++----- science/plumed/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/science/plumed/Makefile b/science/plumed/Makefile index ff934b45abbd..4754ed64a730 100644 --- a/science/plumed/Makefile +++ b/science/plumed/Makefile @@ -1,7 +1,7 @@ PORTNAME= plumed -DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 CATEGORIES= science graphics +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}2/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= PLUgin for MolEcular Dynamics @@ -19,7 +19,7 @@ LIB_DEPENDS= libblas.so:math/blas \ RUN_DEPENDS= bash:shells/bash TEST_DEPENDS= gawk:lang/gawk -USES= autoreconf compiler:c++11-lang gmake localbase pkgconfig shebangfix +USES= autoreconf compiler:c++11-lang gmake localbase pkgconfig shebangfix tar:tgz USE_LDCONFIG= yes SHEBANG_GLOB= *.sh @@ -29,9 +29,6 @@ SHEBANG_FILES= src/maketools/makecmd \ regtest/scripts/run \ regtest/scripts/what -USE_GITHUB= yes -GH_PROJECT= plumed2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-python diff --git a/science/plumed/distinfo b/science/plumed/distinfo index e8a87d2a6a65..7f199b706e8b 100644 --- a/science/plumed/distinfo +++ b/science/plumed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645634928 -SHA256 (plumed-plumed2-v2.8.0_GH0.tar.gz) = 8357eca6f280125037ad4e7c427f96f2af2f60ddfedce1a2e36e1e1cc3bff32b -SIZE (plumed-plumed2-v2.8.0_GH0.tar.gz) = 107835332 +TIMESTAMP = 1652729274 +SHA256 (plumed-2.8.0.tgz) = 24b243c531fa83752be5e54f5f0b677164855da539bc2b2c5b00dcc9f192aa82 +SIZE (plumed-2.8.0.tgz) = 107630231
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205231140.24NBeMbR041417>