From owner-svn-ports-all@FreeBSD.ORG Sun May 11 15:37:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4213A155; Sun, 11 May 2014 15:37:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EAA52CA2; Sun, 11 May 2014 15:37:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BFbt4o037917; Sun, 11 May 2014 15:37:55 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BFbs0S037914; Sun, 11 May 2014 15:37:54 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201405111537.s4BFbs0S037914@svn.freebsd.org> From: Jimmy Olgeni Date: Sun, 11 May 2014 15:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353707 - in head/lang/newlisp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 15:37:55 -0000 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@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