Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 20:38:48 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552355 - head/science/dlpoly-classic
Message-ID:  <202010142038.09EKcmXi025012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Oct 14 20:38:48 2020
New Revision: 552355
URL: https://svnweb.freebsd.org/changeset/ports/552355

Log:
  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.

Modified:
  head/science/dlpoly-classic/Makefile

Modified: head/science/dlpoly-classic/Makefile
==============================================================================
--- head/science/dlpoly-classic/Makefile	Wed Oct 14 19:58:06 2020	(r552354)
+++ head/science/dlpoly-classic/Makefile	Wed Oct 14 20:38:48 2020	(r552355)
@@ -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}
 
@@ -14,6 +14,9 @@ COMMENT=	Molecular dynamics simulation package
 # Later versions use 2 clause
 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
 



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