svn commit: r353707 - in head/lang/newlisp: . files

Jimmy Olgeni olgeni at FreeBSD.org
Sun May 11 15:37:55 UTC 2014


Author: olgeni
Date: Sun May 11 15:37:54 2014
New Revision: 353707
URL: http://svnweb.freebsd.org/changeset/ports/353707
QAT: https://qat.redports.org/buildarchive/r353707/

Log:
  Upgrade to version 10.6.0.
  
  - Add LICENSE
  - Use new LIB_DEPENDS syntax
  - Remove stray MAN1

Deleted:
  head/lang/newlisp/files/patch-newlisp.c
Modified:
  head/lang/newlisp/Makefile
  head/lang/newlisp/distinfo   (contents, props changed)
  head/lang/newlisp/pkg-plist   (contents, props changed)

Modified: head/lang/newlisp/Makefile
==============================================================================
--- head/lang/newlisp/Makefile	Sun May 11 15:03:24 2014	(r353706)
+++ head/lang/newlisp/Makefile	Sun May 11 15:37:54 2014	(r353707)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	newlisp
-PORTVERSION=	10.5.4
+PORTVERSION=	10.6.0
 CATEGORIES=	lang
 MASTER_SITES=	http://www.newlisp.org/downloads/
 EXTRACT_SUFX=	.tgz
@@ -10,18 +10,18 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	LISP like scripting language
 
-LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
+LICENSE=	GPL
+
+LIB_DEPENDS=	libffi.so:${PORTSDIR}/devel/libffi
 
 CONFLICTS=	newlisp-devel-[0-9]*
 
 HAS_CONFIGURE=	yes
 ALL_TARGET=	default
 
-MAN1=		newlisp.1 newlispdoc.1
-
 REINPLACE_ARGS=	-i ""
 
-MODULES=	canvas cgi crypto ftp getopts infix macro odbc pop3 \
+MODULES=	canvas cgi crypto ftp getopts infix odbc pop3 \
 		postscript smtp smtpx stat unix xmlrpc-client zlib
 
 DOCS=		CHANGES CodePatterns.html ExpressionEvaluation.html \
@@ -43,7 +43,7 @@ CFLAGS+=	-DNEWLISP64
 .endif
 
 .if ${PORT_OPTIONS:MGMP}
-LIB_DEPENDS+=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS+=	libgmp.so:${PORTSDIR}/math/gmp
 MODULES+=	gmp
 PLIST_SUB+=	GMP=""
 .else
@@ -51,7 +51,7 @@ PLIST_SUB+=	GMP="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+=	gsl:${PORTSDIR}/math/gsl
+LIB_DEPENDS+=	libgsl.so:${PORTSDIR}/math/gsl
 MODULES+=	gsl
 PLIST_SUB+=	GSL=""
 .else

Modified: head/lang/newlisp/distinfo
==============================================================================
--- head/lang/newlisp/distinfo	Sun May 11 15:03:24 2014	(r353706)
+++ head/lang/newlisp/distinfo	Sun May 11 15:37:54 2014	(r353707)
@@ -1,2 +1,2 @@
-SHA256 (newlisp-10.5.4.tgz) = e4561e03c89e7c89a30dfa7daf12091085a474e96b0fbbb4ee62454463175eb0
-SIZE (newlisp-10.5.4.tgz) = 1637762
+SHA256 (newlisp-10.6.0.tgz) = 59200b97879231c331f6c0e519a66602c9ae82a8f744c2be236e08ad6f91ff7f
+SIZE (newlisp-10.6.0.tgz) = 1670395

Modified: head/lang/newlisp/pkg-plist
==============================================================================
--- head/lang/newlisp/pkg-plist	Sun May 11 15:03:24 2014	(r353706)
+++ head/lang/newlisp/pkg-plist	Sun May 11 15:37:54 2014	(r353707)
@@ -10,7 +10,7 @@ man/man1/newlispdoc.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/ExpressionEvaluation.html
 %%PORTDOCS%%%%DOCSDIR%%/MemoryManagement.html
 %%PORTDOCS%%%%DOCSDIR%%/manual_frame.html
-%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.5.4-Release.html
+%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.6.0-Release.html
 %%PORTDOCS%%%%DOCSDIR%%/newLISPdoc.html
 %%PORTDOCS%%%%DOCSDIR%%/newlisp_index.html
 %%PORTDOCS%%%%DOCSDIR%%/newlisp_manual.html
@@ -22,6 +22,7 @@ man/man1/newlispdoc.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.cgi
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd-conf.lsp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.cgi
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/newLISP-Excel-Import.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/observer
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl-demo-ffi.lsp
@@ -58,6 +59,7 @@ man/man1/newlispdoc.1.gz
 %%GUISERV%%%%DATADIR%%/guiserver/pinballs-demo.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/properties-demo.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/rotation-demo.lsp
+%%GUISERV%%%%DATADIR%%/guiserver/scroll-pane-demo.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/shapes-demo.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/sound-demo.lsp
 %%GUISERV%%%%DATADIR%%/guiserver/stroke-demo.lsp
@@ -78,7 +80,6 @@ man/man1/newlispdoc.1.gz
 %%GMP%%%%DATADIR%%/modules/gmp.lsp
 %%GSL%%%%DATADIR%%/modules/gsl.lsp
 %%DATADIR%%/modules/infix.lsp
-%%DATADIR%%/modules/macro.lsp
 %%MYSQL%%%%DATADIR%%/modules/mysql.lsp
 %%DATADIR%%/modules/odbc.lsp
 %%DATADIR%%/modules/pop3.lsp


More information about the svn-ports-all mailing list