diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-10-14 20:38:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-10-14 20:38:48 +0000 |
commit | 528f9b98456004659d7e0ac978d278f4654bd801 (patch) | |
tree | ab8d4f3a951672c3e864e7477bc3dedfb00ed0b2 /science | |
parent | f7d6403663556df0237e2f42f92d4482a9627784 (diff) | |
download | freebsd-ports-528f9b98456004659d7e0ac978d278f4654bd801.zip |
Mark DEPRECATED: MASTERSITE is gone. As well, the pkg-descr WWW is gone.
This was found while investigating the status of openmpi3. This port is
one of the last two consumers in the tree. openmpi3 has been superceded
by the current openmpi port.
Diffstat (limited to 'science')
-rw-r--r-- | science/dlpoly-classic/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile index dd1ed23844a5..350e33f3ef79 100644 --- a/science/dlpoly-classic/Makefile +++ b/science/dlpoly-classic/Makefile @@ -4,7 +4,7 @@ PORTNAME= dlpoly PORTVERSION= 1.8 PORTREVISION= 19 CATEGORIES= science java -MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/ +MASTER_SITES= # gone as of 20201014: http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/ PKGNAMESUFFIX= classic DISTNAME= dl_class_${PORTVERSION} @@ -15,6 +15,9 @@ COMMENT= Molecular dynamics simulation package LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE.pdf +DEPRECATED= MASTERSITE gone; possibly replaced by https://gitlab.com/DL_POLY_Classic/dl_poly? +EXPIRATION_DATE= 2021-01-14 + LIB_DEPENDS= libmpi.so:net/openmpi3 USES= fortran gmake |