Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 09:30:34 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559998 - head/devel/acme
Message-ID:  <202101030930.1039UYYG089728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Jan  3 09:30:33 2021
New Revision: 559998
URL: https://svnweb.freebsd.org/changeset/ports/559998

Log:
  It turns out that the unambiguous looking "Direct Link" generated when clicking
  on "Download Snapshot" is only available for a limited amount of time. When
  the url has "expired" and the "Download Snapshot" is clicked again the same
  url becomes available again.
  
  For now self-host the tarball until a better solution is found.
  
  Notified by:	linimon

Modified:
  head/devel/acme/Makefile

Modified: head/devel/acme/Makefile
==============================================================================
--- head/devel/acme/Makefile	Sun Jan  3 09:11:52 2021	(r559997)
+++ head/devel/acme/Makefile	Sun Jan  3 09:30:33 2021	(r559998)
@@ -5,7 +5,7 @@ PORTNAME=	acme
 DISTVERSION=	0.97.${SVN_REV}
 PORTEPOCH=	1
 CATEGORIES=	devel
-MASTER_SITES=	https://sourceforge.net/code-snapshots/svn/a/ac/acme-crossass/code-0/
+MASTER_SITES=	LOCAL/ehaupt
 DISTNAME=	acme-crossass-code-0-${SVN_REV}-trunk
 
 MAINTAINER=	ehaupt@FreeBSD.org



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