Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2020 14:28:53 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556108 - in head: . lang lang/yap
Message-ID:  <202011231428.0ANESrbC093979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Mon Nov 23 14:28:52 2020
New Revision: 556108
URL: https://svnweb.freebsd.org/changeset/ports/556108

Log:
  lang/yap: restore the port providing live sources for the same distfile

Added:
  head/lang/yap/
     - copied from r534092, head/lang/yap/
Modified:
  head/MOVED
  head/lang/Makefile
  head/lang/yap/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Nov 23 13:30:59 2020	(r556107)
+++ head/MOVED	Mon Nov 23 14:28:52 2020	(r556108)
@@ -14677,7 +14677,6 @@ lang/ohugs||2020-05-05|Has expired: Broken for more th
 lang/opendylan||2020-05-05|Has expired: Broken for more than 6 months
 lang/phc||2020-05-05|Has expired: Broken for more than 6 months
 lang/starlogo||2020-05-05|Has expired: Broken for more than 6 months
-lang/yap||2020-05-05|Has expired: Broken for more than 6 months
 lang/yap-devel||2020-05-05|Has expired: Broken for more than 6 months
 mail/chk4mail||2020-05-05|Has expired: Broken for more than 6 months
 mail/librfc822||2020-05-05|Has expired: Broken for more than 6 months

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Mon Nov 23 13:30:59 2020	(r556107)
+++ head/lang/Makefile	Mon Nov 23 14:28:52 2020	(r556108)
@@ -362,6 +362,7 @@
     SUBDIR += visualworks
     SUBDIR += voc
     SUBDIR += yabasic
+    SUBDIR += yap
     SUBDIR += yorick
     SUBDIR += ypsilon
     SUBDIR += zig

Modified: head/lang/yap/Makefile
==============================================================================
--- head/lang/yap/Makefile	Tue May  5 15:22:17 2020	(r534092)
+++ head/lang/yap/Makefile	Mon Nov 23 14:28:52 2020	(r556108)
@@ -5,14 +5,12 @@ PORTNAME=	yap
 PORTVERSION=	6.2.2
 PORTREVISION=	9
 CATEGORIES=	lang
-MASTER_SITES=	http://www.dcc.fc.up.pt/~vsc/Yap/
+MASTER_SITES=	https://mirrors.dotsrc.org/mirrors/exherbo/	\
+		http://ftp.lyx.org/pub/minix/distfiles/backup/	\
+		http://tenampak.izt.uam.mx/programas/
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	High-performance Prolog compiler
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 



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