mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Upgrade to version 0.11.0.
This commit is contained in:
parent
1f4ca6a59e
commit
9224e91d57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314955
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cffi
|
||||
PORTVERSION= 0.10.6
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= devel lisp
|
||||
MASTER_SITES= http://common-lisp.net/project/cffi/releases/:src \
|
||||
http://olgeni.olgeni.com/~olgeni/cffi/${PORTVERSION}/:doc
|
||||
|
@ -1,14 +1,14 @@
|
||||
SHA256 (cffi/0.10.6/cffi_0.10.6.tar.gz) = 1451c9c43ba428f452674003248b8145a9f8b1348ae4000254ec137592e37f7c
|
||||
SIZE (cffi/0.10.6/cffi_0.10.6.tar.gz) = 185952
|
||||
SHA256 (cffi/0.10.6/cffi-manual.html) = 4e5ddaf9f748b27b78ed63369fa69571761b162a2bd2d0ee8eb5e48a24bce0bf
|
||||
SIZE (cffi/0.10.6/cffi-manual.html) = 402813
|
||||
SHA256 (cffi/0.10.6/cffi-manual.txt) = ec7ac3bd42f4619741ce87fd2f2e230be89df811a1b81768b1b7109d04d08580
|
||||
SIZE (cffi/0.10.6/cffi-manual.txt) = 178770
|
||||
SHA256 (cffi/0.10.6/cffi-manual.pdf) = bb6ded5d40fa8f311b689c3ad7a1ecfcb6e2d8841a4f2d36364bfe5387909493
|
||||
SIZE (cffi/0.10.6/cffi-manual.pdf) = 513145
|
||||
SHA256 (cffi/0.10.6/cffi-sys-spec.html) = bbab15e22e3bf853c443deb1fb34c886d970b378f7914790484e7cf01ff27875
|
||||
SIZE (cffi/0.10.6/cffi-sys-spec.html) = 30012
|
||||
SHA256 (cffi/0.10.6/cffi-sys-spec.txt) = cfd23a2173937246db1930f847838b9977247068a2edc99c3bfd9f8529a2f509
|
||||
SIZE (cffi/0.10.6/cffi-sys-spec.txt) = 11512
|
||||
SHA256 (cffi/0.10.6/cffi-sys-spec.pdf) = 65ce82d76464c63dce9030216d3f2d90fddc963473d9917abd6b6a522e60846e
|
||||
SIZE (cffi/0.10.6/cffi-sys-spec.pdf) = 180508
|
||||
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
|
||||
|
@ -13,6 +13,8 @@
|
||||
%%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
|
||||
@ -24,6 +26,7 @@
|
||||
%%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
|
||||
@ -55,7 +58,9 @@
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/defcfun.lisp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/enum.lisp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/foreign-globals.lisp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fsbv.lisp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/funcall.lisp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/libfsbv.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/libtest.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/libtest2.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/memory.lisp
|
||||
|
Loading…
Reference in New Issue
Block a user