From owner-svn-ports-head@freebsd.org Tue May 19 08:21:39 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 318DB2FF03E; Tue, 19 May 2020 08:21:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49R84273Tnz4BDs; Tue, 19 May 2020 08:21:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED0DD2FAD5; Tue, 19 May 2020 08:21:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04J8Lcol019079; Tue, 19 May 2020 08:21:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04J8LcqO019076; Tue, 19 May 2020 08:21:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005190821.04J8LcqO019076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 19 May 2020 08:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535843 - in head: . science science/abinit X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . science science/abinit X-SVN-Commit-Revision: 535843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2020 08:21:39 -0000 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