svn commit: r443857 - in head: . textproc textproc/ssddiff

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jun 19 03:46:47 UTC 2017


Author: danfe
Date: Mon Jun 19 03:46:46 2017
New Revision: 443857
URL: https://svnweb.freebsd.org/changeset/ports/443857

Log:
  Resurrect `textproc/ssddiff' and unbreak by providing a bunch of working
  mirrors.  Original upstream (alioth.debian.org) exists and seems alive,
  but for some reason no longer allows unauthenticated downloads.  Keep it
  for the reference though, it might get fixed one day.

Added:
  head/textproc/ssddiff/
     - copied from r418056, head/textproc/ssddiff/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/ssddiff/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Jun 19 02:04:25 2017	(r443856)
+++ head/MOVED	Mon Jun 19 03:46:46 2017	(r443857)
@@ -8407,7 +8407,6 @@ lang/stalin||2016-07-04|Has expired: Broken for more t
 french/eric4||2016-07-04|Has expired: Depends on expiring devel/eric4
 textproc/exslt||2016-07-04|Has expired: Broken for more than 6 months
 textproc/xt||2016-07-04|Has expired: Broken for more than 6 months
-textproc/ssddiff||2016-07-04|Has expired: Broken for more than 6 months
 textproc/xslint||2016-07-04|Has expired: Broken for more than 6 months
 textproc/cbedic||2016-07-04|Has expired: Broken for more than 6 months
 textproc/tralics||2016-07-04|Has expired: Broken for more than 6 months

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jun 19 02:04:25 2017	(r443856)
+++ head/textproc/Makefile	Mon Jun 19 03:46:46 2017	(r443857)
@@ -1641,6 +1641,7 @@
     SUBDIR += sr-hunspell
     SUBDIR += srilm
     SUBDIR += ss-hunspell
+    SUBDIR += ssddiff
     SUBDIR += stardict-dict-fa_IR
     SUBDIR += stardict-dictd_mova
     SUBDIR += stardict-quick

Modified: head/textproc/ssddiff/Makefile
==============================================================================
--- head/textproc/ssddiff/Makefile	Mon Jul  4 20:44:22 2016	(r418056)
+++ head/textproc/ssddiff/Makefile	Mon Jun 19 03:46:46 2017	(r443857)
@@ -5,14 +5,15 @@ PORTNAME=	ssddiff
 PORTVERSION=	0.2
 PORTREVISION=	2
 CATEGORIES=	textproc
-MASTER_SITES=	http://alioth.debian.org/frs/download.php/1469/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ \
+		http://ftp.is.co.za/FreeBSD/ports/distfiles/ \
+		ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
+		http://ftp.nchc.org.tw/BSD/FreeBSD/ports/distfiles/ \
+		ftp://ftp.eunet.cz/FreeBSD/ports/distfiles/ \
+		https://alioth.debian.org/frs/download.php/file/1469/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Diff application for semistructured data such as XML files
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2016-07-04
 
 LICENSE=	GPLv2+
 


More information about the svn-ports-all mailing list