svn commit: r509601 - head/japanese/yasou-fpw

Mark Linimon linimon at FreeBSD.org
Thu Aug 22 14:47:17 UTC 2019


Author: linimon
Date: Thu Aug 22 14:47:17 2019
New Revision: 509601
URL: https://svnweb.freebsd.org/changeset/ports/509601

Log:
  Remove two mastersites:
  
    fetch: http://openlab.jp/edict/fpw/dist/yasou/yasou-fpw1.0beta0.zip: Connection refused
    fetch: ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/yasou-fpw1.0beta0.zip: File unavailable
  
  The rediris.es site claims:
  
    Our distfiles cache has been moved to:
    http://distcache.FreeBSD.org/ports-distfiles/
  
  so it really isn't a mirror anymore.
  
  The only remaining mastersite times out, and is possibly gone as well.
  Therefore, mark the port DEPRECATED and give it an EXPIRATION_DATE.

Modified:
  head/japanese/yasou-fpw/Makefile

Modified: head/japanese/yasou-fpw/Makefile
==============================================================================
--- head/japanese/yasou-fpw/Makefile	Thu Aug 22 14:46:51 2019	(r509600)
+++ head/japanese/yasou-fpw/Makefile	Thu Aug 22 14:47:17 2019	(r509601)
@@ -4,15 +4,15 @@
 PORTNAME=	yasou-fpw
 PORTVERSION=	1.0.b0
 CATEGORIES=	japanese
-MASTER_SITES=	http://openlab.jp/edict/fpw/dist/yasou/ \
-		ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
-		ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/
+MASTER_SITES=	ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.b0/beta0/}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Yasou picture book (EPWING V1 format) by SAS
 
 NO_CDROM=	No commercial use, and no redistribution allowed with fee except media and/or shipping cost
+DEPRECATED=		the only remaining mastersite times out
+EXPIRATION_DATE=	2019-10-22
 
 USES=		zip
 NO_BUILD=	yes


More information about the svn-ports-all mailing list