Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 23:32:09 +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: r530731 - head/science/octopus
Message-ID:  <202004042332.034NW9mO059125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Apr  4 23:32:09 2020
New Revision: 530731
URL: https://svnweb.freebsd.org/changeset/ports/530731

Log:
  science/octopus: Unbreak by correcting MASTER_SITES: the project has moved to a new URL

Modified:
  head/science/octopus/Makefile

Modified: head/science/octopus/Makefile
==============================================================================
--- head/science/octopus/Makefile	Sat Apr  4 23:19:55 2020	(r530730)
+++ head/science/octopus/Makefile	Sat Apr  4 23:32:09 2020	(r530731)
@@ -4,14 +4,10 @@ PORTNAME=	octopus
 DISTVERSION=	8.4
 PORTREVISION=	3
 CATEGORIES=	science
-MASTER_SITES=	http://www.tddft.org/programs/${PORTNAME}/download/${DISTVERSION}/
+MASTER_SITES=	http://octopus-code.org/down.php?file=${DISTVERSION}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Scientific program aimed at the ab initio virtual experimentation
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LICENSE=	GPLv2
 



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