svn commit: r559998 - head/devel/acme

Emanuel Haupt ehaupt at FreeBSD.org
Sun Jan 3 09:30:34 UTC 2021


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 at FreeBSD.org


More information about the svn-ports-all mailing list