svn commit: r530730 - head/misc/crosti

Yuri Victorovich yuri at FreeBSD.org
Sat Apr 4 23:20:03 UTC 2020


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 at 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


More information about the svn-ports-head mailing list