From owner-svn-ports-head@FreeBSD.ORG Sat May 23 10:30:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2B1933B; Sat, 23 May 2015 10:30:10 +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 CF3CF1DEF; Sat, 23 May 2015 10:30:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4NAUA8l068480; Sat, 23 May 2015 10:30:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4NAU9La068476; Sat, 23 May 2015 10:30:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201505231030.t4NAU9La068476@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 23 May 2015 10:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387125 - in head/devel: cl-cffi cl-cffi-sbcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2015 10:30:11 -0000 Author: olgeni Date: Sat May 23 10:30:09 2015 New Revision: 387125 URL: https://svnweb.freebsd.org/changeset/ports/387125 Log: Upgrade to version 0.14.0. Modified: head/devel/cl-cffi-sbcl/Makefile head/devel/cl-cffi/Makefile head/devel/cl-cffi/distinfo (contents, props changed) head/devel/cl-cffi/pkg-plist (contents, props changed) Modified: head/devel/cl-cffi-sbcl/Makefile ============================================================================== --- head/devel/cl-cffi-sbcl/Makefile Sat May 23 10:16:04 2015 (r387124) +++ head/devel/cl-cffi-sbcl/Makefile Sat May 23 10:30:09 2015 (r387125) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cffi -PORTVERSION= 0.11.0 -PORTREVISION= 3 +PORTVERSION= 0.14.0 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -10,14 +9,11 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable foreign function interface for Common Lisp -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cffi/cffi.asd:${PORTSDIR}/devel/cl-cffi \ - ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-sbcl \ - ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:${PORTSDIR}/devel/cl-trivial-features-sbcl \ - ${LOCALBASE}/${CL_LIBDIR_REL}/babel/sbclfasl/src/enc-ascii.fasl:${PORTSDIR}/converters/cl-babel-sbcl -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cffi/cffi.asd:${PORTSDIR}/devel/cl-cffi \ - ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-sbcl \ - ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:${PORTSDIR}/devel/cl-trivial-features-sbcl \ - ${LOCALBASE}/${CL_LIBDIR_REL}/babel/sbclfasl/src/enc-ascii.fasl:${PORTSDIR}/converters/cl-babel-sbcl +BUILD_DEPENDS= cl-cffi>=0:${PORTSDIR}/devel/cl-cffi \ + cl-alexandria-sbcl>=0:${PORTSDIR}/devel/cl-alexandria-sbcl \ + cl-trivial-features-sbcl>=0:${PORTSDIR}/devel/cl-trivial-features-sbcl \ + cl-babel-sbcl>=0:${PORTSDIR}/converters/cl-babel-sbcl +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ASDF_FASL= yes FASL_TARGET= sbcl Modified: head/devel/cl-cffi/Makefile ============================================================================== --- head/devel/cl-cffi/Makefile Sat May 23 10:16:04 2015 (r387124) +++ head/devel/cl-cffi/Makefile Sat May 23 10:30:09 2015 (r387125) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cffi -PORTVERSION= 0.11.0 +PORTVERSION= 0.14.0 CATEGORIES= devel lisp MASTER_SITES= http://common-lisp.net/project/cffi/releases/:src \ http://olgeni.olgeni.com/~olgeni/cffi/${PORTVERSION}/:doc @@ -20,12 +20,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable foreign function interface for Common Lisp -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:${PORTSDIR}/devel/cl-alexandria \ -${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:${PORTSDIR}/devel/cl-trivial-features \ - ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:${PORTSDIR}/converters/cl-babel -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:${PORTSDIR}/devel/cl-alexandria \ -${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:${PORTSDIR}/devel/cl-trivial-features \ - ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:${PORTSDIR}/converters/cl-babel +BUILD_DEPENDS= cl-alexandria>=0:${PORTSDIR}/devel/cl-alexandria \ + cl-trivial-features>=0:${PORTSDIR}/devel/cl-trivial-features \ + cl-babel>=0:${PORTSDIR}/converters/cl-babel +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes Modified: head/devel/cl-cffi/distinfo ============================================================================== --- head/devel/cl-cffi/distinfo Sat May 23 10:16:04 2015 (r387124) +++ head/devel/cl-cffi/distinfo Sat May 23 10:30:09 2015 (r387125) @@ -1,14 +1,14 @@ -SHA256 (cffi/0.11.0/cffi_0.11.0.tar.gz) = d1d74e74177278847efbc29130bfa76deadede8ba7f0fae08160dd542e7a56c8 -SIZE (cffi/0.11.0/cffi_0.11.0.tar.gz) = 210043 -SHA256 (cffi/0.11.0/cffi-manual.html) = 4e5ddaf9f748b27b78ed63369fa69571761b162a2bd2d0ee8eb5e48a24bce0bf -SIZE (cffi/0.11.0/cffi-manual.html) = 402813 -SHA256 (cffi/0.11.0/cffi-manual.txt) = ec7ac3bd42f4619741ce87fd2f2e230be89df811a1b81768b1b7109d04d08580 -SIZE (cffi/0.11.0/cffi-manual.txt) = 178770 -SHA256 (cffi/0.11.0/cffi-manual.pdf) = bb6ded5d40fa8f311b689c3ad7a1ecfcb6e2d8841a4f2d36364bfe5387909493 -SIZE (cffi/0.11.0/cffi-manual.pdf) = 513145 -SHA256 (cffi/0.11.0/cffi-sys-spec.html) = bbab15e22e3bf853c443deb1fb34c886d970b378f7914790484e7cf01ff27875 -SIZE (cffi/0.11.0/cffi-sys-spec.html) = 30012 -SHA256 (cffi/0.11.0/cffi-sys-spec.txt) = cfd23a2173937246db1930f847838b9977247068a2edc99c3bfd9f8529a2f509 -SIZE (cffi/0.11.0/cffi-sys-spec.txt) = 11512 -SHA256 (cffi/0.11.0/cffi-sys-spec.pdf) = 65ce82d76464c63dce9030216d3f2d90fddc963473d9917abd6b6a522e60846e -SIZE (cffi/0.11.0/cffi-sys-spec.pdf) = 180508 +SHA256 (cffi/0.14.0/cffi_0.14.0.tar.gz) = 7c3ac3e335f1ae0e758a7f4b7c4831f2b285d3631db070ecb9799b04a07cb194 +SIZE (cffi/0.14.0/cffi_0.14.0.tar.gz) = 212717 +SHA256 (cffi/0.14.0/cffi-manual.html) = 6d27e1bf8f18158c41792bcd4d2db85bf16ad071c18be2e2a86b0dd8f78ec7cc +SIZE (cffi/0.14.0/cffi-manual.html) = 403317 +SHA256 (cffi/0.14.0/cffi-manual.txt) = 0689163f52b3009e271c31c7dbf2ffbf43f47545a8a0e50e671b2e211dcc54c4 +SIZE (cffi/0.14.0/cffi-manual.txt) = 179024 +SHA256 (cffi/0.14.0/cffi-manual.pdf) = cbae648ac9903f6406af4ce657f0953a14d3d8ea7604e9dd351d7161ef6c0036 +SIZE (cffi/0.14.0/cffi-manual.pdf) = 513702 +SHA256 (cffi/0.14.0/cffi-sys-spec.html) = 5d56ce8c28d025e4a975a19707c2788f024fa6b2e3be4a4a1a7cd07a15996a8b +SIZE (cffi/0.14.0/cffi-sys-spec.html) = 30001 +SHA256 (cffi/0.14.0/cffi-sys-spec.txt) = cfd23a2173937246db1930f847838b9977247068a2edc99c3bfd9f8529a2f509 +SIZE (cffi/0.14.0/cffi-sys-spec.txt) = 11512 +SHA256 (cffi/0.14.0/cffi-sys-spec.pdf) = c596d619386b553d053a9f94bfc2d43d6f0e25718adb1ea6f72916b86a3d399a +SIZE (cffi/0.14.0/cffi-sys-spec.pdf) = 180508 Modified: head/devel/cl-cffi/pkg-plist ============================================================================== --- head/devel/cl-cffi/pkg-plist Sat May 23 10:16:04 2015 (r387124) +++ head/devel/cl-cffi/pkg-plist Sat May 23 10:30:09 2015 (r387125) @@ -1,39 +1,39 @@ -%%LIB32DIR%%/common-lisp/cffi/cffi-grovel.asd -%%LIB32DIR%%/common-lisp/cffi/cffi-uffi-compat.asd -%%LIB32DIR%%/common-lisp/cffi/cffi.asd -%%LIB32DIR%%/common-lisp/cffi/grovel/asdf.lisp -%%LIB32DIR%%/common-lisp/cffi/grovel/grovel.lisp -%%LIB32DIR%%/common-lisp/cffi/grovel/invoke.lisp -%%LIB32DIR%%/common-lisp/cffi/grovel/package.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-abcl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-allegro.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-clisp.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-cmucl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-corman.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-ecl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-gcl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-lispworks.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-mcl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-mkcl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-openmcl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-sbcl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/cffi-scl.lisp -%%LIB32DIR%%/common-lisp/cffi/src/early-types.lisp -%%LIB32DIR%%/common-lisp/cffi/src/enum.lisp -%%LIB32DIR%%/common-lisp/cffi/src/features.lisp -%%LIB32DIR%%/common-lisp/cffi/src/foreign-vars.lisp -%%LIB32DIR%%/common-lisp/cffi/src/functions.lisp -%%LIB32DIR%%/common-lisp/cffi/src/libraries.lisp -%%LIB32DIR%%/common-lisp/cffi/src/package.lisp -%%LIB32DIR%%/common-lisp/cffi/src/strings.lisp -%%LIB32DIR%%/common-lisp/cffi/src/structures.lisp -%%LIB32DIR%%/common-lisp/cffi/src/types.lisp -%%LIB32DIR%%/common-lisp/cffi/src/utils.lisp -%%LIB32DIR%%/common-lisp/cffi/uffi-compat/uffi-compat.lisp -%%LIB32DIR%%/common-lisp/cffi/uffi-compat/uffi.asd -%%LIB32DIR%%/common-lisp/system-registry/cffi-grovel.asd -%%LIB32DIR%%/common-lisp/system-registry/cffi-uffi-compat.asd -%%LIB32DIR%%/common-lisp/system-registry/cffi.asd +lib/common-lisp/cffi/cffi-grovel.asd +lib/common-lisp/cffi/cffi-uffi-compat.asd +lib/common-lisp/cffi/cffi.asd +lib/common-lisp/cffi/grovel/asdf.lisp +lib/common-lisp/cffi/grovel/grovel.lisp +lib/common-lisp/cffi/grovel/invoke.lisp +lib/common-lisp/cffi/grovel/package.lisp +lib/common-lisp/cffi/src/cffi-abcl.lisp +lib/common-lisp/cffi/src/cffi-allegro.lisp +lib/common-lisp/cffi/src/cffi-clisp.lisp +lib/common-lisp/cffi/src/cffi-cmucl.lisp +lib/common-lisp/cffi/src/cffi-corman.lisp +lib/common-lisp/cffi/src/cffi-ecl.lisp +lib/common-lisp/cffi/src/cffi-gcl.lisp +lib/common-lisp/cffi/src/cffi-lispworks.lisp +lib/common-lisp/cffi/src/cffi-mcl.lisp +lib/common-lisp/cffi/src/cffi-mkcl.lisp +lib/common-lisp/cffi/src/cffi-openmcl.lisp +lib/common-lisp/cffi/src/cffi-sbcl.lisp +lib/common-lisp/cffi/src/cffi-scl.lisp +lib/common-lisp/cffi/src/early-types.lisp +lib/common-lisp/cffi/src/enum.lisp +lib/common-lisp/cffi/src/features.lisp +lib/common-lisp/cffi/src/foreign-vars.lisp +lib/common-lisp/cffi/src/functions.lisp +lib/common-lisp/cffi/src/libraries.lisp +lib/common-lisp/cffi/src/package.lisp +lib/common-lisp/cffi/src/strings.lisp +lib/common-lisp/cffi/src/structures.lisp +lib/common-lisp/cffi/src/types.lisp +lib/common-lisp/cffi/src/utils.lisp +lib/common-lisp/cffi/uffi-compat/uffi-compat.lisp +lib/common-lisp/cffi/uffi-compat/uffi.asd +lib/common-lisp/system-registry/cffi-grovel.asd +lib/common-lisp/system-registry/cffi-uffi-compat.asd +lib/common-lisp/system-registry/cffi.asd %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/allegro-internals.txt %%PORTDOCS%%%%DOCSDIR%%/cffi-manual.html