Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 23:19:55 +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: r530730 - head/misc/crosti
Message-ID:  <202004042319.034NJtV6047483@repo.freebsd.org>

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

Log:
  misc/crosti: Unbreak by using a direct SourceForge URL
  
  MASTER_SITES=SF/crosti/crosti%20${DISTVERSION}/ stopped working for an unknown reason.
  MASTER_SITES=https://managedway.dl.sourceforge.net/project/crosti/crosti%201.14.0/ still fetches the same file.
  
  See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245363

Modified:
  head/misc/crosti/Makefile

Modified: head/misc/crosti/Makefile
==============================================================================
--- head/misc/crosti/Makefile	Sat Apr  4 23:01:17 2020	(r530729)
+++ head/misc/crosti/Makefile	Sat Apr  4 23:19:55 2020	(r530730)
@@ -5,14 +5,11 @@ DISTVERSION=	1.14.0
 PORTREVISION=	1
 DISTVERSIONSUFFIX=	-source
 CATEGORIES=	misc
-MASTER_SITES=	SF/crosti/crosti%20${DISTVERSION}/
+#MASTER_SITES=	SF/crosti/crosti%20${DISTVERSION}/ # size mismatch: expected 671143, actual 661721
+MASTER_SITES=	https://managedway.dl.sourceforge.net/project/crosti/crosti%201.14.0/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Convert custom image to cross stitch design, edit stitch designs
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/gpl.txt



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