svn commit: r556108 - in head: . lang lang/yap

Eugene Grosbein eugen at FreeBSD.org
Mon Nov 23 14:28:54 UTC 2020


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


More information about the svn-ports-head mailing list