Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 08:21:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535843 - in head: . science science/abinit
Message-ID:  <202005190821.04J8LcqO019076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue May 19 08:21:37 2020
New Revision: 535843
URL: https://svnweb.freebsd.org/changeset/ports/535843

Log:
  Re-add port: science/abinit: Full-featured atomic-scale first-principles simulation software
  
  The taball for the 8.10.3 version was replaced on the upstream website with significant updates in it.
  The new tarball doesn't compile.
  I preserved the previous 8.10.3 version tarball so that the package can build.
  The new, 9.x version is upcoming.

Added:
  head/science/abinit/
     - copied from r534092, head/science/abinit/
Modified:
  head/MOVED
  head/science/Makefile
  head/science/abinit/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue May 19 08:03:50 2020	(r535842)
+++ head/MOVED	Tue May 19 08:21:37 2020	(r535843)
@@ -14818,7 +14818,6 @@ print/pmw||2020-05-05|Has expired: Broken for more tha
 print/rprint||2020-05-05|Has expired: Broken for more than 6 months
 russian/p5-cyrillic||2020-05-05|Has expired: Broken for more than 6 months
 russian/tidyup-mail||2020-05-05|Has expired: Broken for more than 6 months
-science/abinit||2020-05-05|Has expired: Broken for more than 6 months
 science/atom||2020-05-05|Has expired: Broken for more than 6 months
 science/cp2k||2020-05-05|Has expired: Broken for more than 6 months
 science/esys-particle||2020-05-05|Has expired: Broken for more than 6 months

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Tue May 19 08:03:50 2020	(r535842)
+++ head/science/Makefile	Tue May 19 08:21:37 2020	(r535843)
@@ -22,6 +22,7 @@
     SUBDIR += R-cran-snow
     SUBDIR += R-cran-som
     SUBDIR += R-cran-udunits2
+    SUBDIR += abinit
     SUBDIR += afni
     SUBDIR += agrum
     SUBDIR += aircraft-datcom

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Tue May  5 15:22:17 2020	(r534092)
+++ head/science/abinit/Makefile	Tue May 19 08:21:37 2020	(r535843)
@@ -5,14 +5,10 @@ PORTNAME=	abinit
 DISTVERSION=	8.10.3
 PORTREVISION=	6
 CATEGORIES=	science
-MASTER_SITES=	https://www.abinit.org/sites/default/files/packages/
+MASTER_SITES=	LOCAL/yuri/ # https://www.abinit.org/sites/default/files/packages/ has the updated 8.10.3 tarball that doesn't compile
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Full-featured atomic-scale first-principles simulation software
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING



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