Hi ports --

Attached is a patch to update newLISP to its latest version.
Sent this to the maintainer quite a while ago and have not heard back.

Tests OK on amd64 and loongson. 'make test' fails on macppc, but the current version also fails there.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/newlisp/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile	6 Aug 2013 18:12:00 -0000	1.11
+++ Makefile	29 Oct 2013 01:41:36 -0000
@@ -2,18 +2,18 @@
 
 COMMENT=	newLISP is a LISP like, general purpose scripting language
 
-V=		10.5.3
+V=		10.5.4
 DISTNAME=	newlisp-$V
 CATEGORIES=	lang
 HOMEPAGE=	http://newlisp.org/
 MAINTAINER=	Ted Walther <t...@reactor-core.org>
 
-# GPLv3
+# GPLv3+
 PERMIT_PACKAGE_CDROM=	Yes
 
 WANTLIB += c m ncurses readline
 
-MASTER_SITES=		${HOMEPAGE}/downloads/
+MASTER_SITES=		http://newlisp.org/downloads/
 EXTRACT_SUFX=		.tgz
 
 RUN_DEPENDS=		devel/xdg-utils
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/newlisp/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	6 Aug 2013 18:12:00 -0000	1.5
+++ distinfo	29 Oct 2013 01:41:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (newlisp-10.5.3.tgz) = pFLX9otWU3ZZCmdRb4B/E6M0aPafJ7sKxWTp+wXFzr4=
-SIZE (newlisp-10.5.3.tgz) = 1631742
+SHA256 (newlisp-10.5.4.tgz) = 5FYeA8iefImjDfp9rxIJEIWkdOlrD7u07mJFRGMXXrA=
+SIZE (newlisp-10.5.4.tgz) = 1637762
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/newlisp/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST	6 Aug 2013 18:12:00 -0000	1.6
+++ pkg/PLIST	29 Oct 2013 01:41:36 -0000
@@ -74,7 +74,5 @@ share/newlisp-${V}/modules/xmlrpc-client
 share/newlisp-${V}/modules/zlib.lsp
 share/newlisp-${V}/newLISP128.png
 share/newlisp-${V}/util/
-share/newlisp-${V}/util/httpd-conf.lsp
-share/newlisp-${V}/util/link.lsp
 share/newlisp-${V}/util/newlisp.vim
 share/newlisp-${V}/util/syntax.cgi

Reply via email to