mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Update to 0.5.
PR: 160334 (based on) Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
This commit is contained in:
parent
5aa33d62a3
commit
58472ecd1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281351
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= p11-kit
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://p11-glue.freedesktop.org/releases/
|
||||
|
||||
@ -15,9 +15,15 @@ COMMENT= Library for loading and enumurating of PKCS\#11 modules
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gtk-doc --disable-nls
|
||||
MAKE_ENV= exampledir=${EXAMPLESDIR}
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= ltverhack gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|exampledir = $$(p11_system_dir)|exampledir = ${EXAMPLESDIR}|' \
|
||||
${WRKSRC}/${PORTNAME}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (p11-kit-0.3.tar.gz) = af4b77de19c7e8e5c63ec1ddcde47cf689cb065d73fd2dc5b37df0426f2625c4
|
||||
SIZE (p11-kit-0.3.tar.gz) = 505589
|
||||
SHA256 (p11-kit-0.5.tar.gz) = fa949dd3fc99d84a5bdb00527ecdfa039c788dfef793cb9f23b7e52d2b23bd94
|
||||
SIZE (p11-kit-0.5.tar.gz) = 517604
|
||||
|
@ -10,6 +10,7 @@ lib/libp11-kit.so.0
|
||||
lib/p11-kit-proxy.so
|
||||
libdata/pkgconfig/p11-kit-1.pc
|
||||
share/gtk-doc/html/p11-kit/api-index-full.html
|
||||
share/gtk-doc/html/p11-kit/config-example.html
|
||||
share/gtk-doc/html/p11-kit/config-format.html
|
||||
share/gtk-doc/html/p11-kit/config-global.html
|
||||
share/gtk-doc/html/p11-kit/config-locations.html
|
||||
@ -34,8 +35,10 @@ share/gtk-doc/html/p11-kit/sharing-initialize.html
|
||||
share/gtk-doc/html/p11-kit/sharing-module.html
|
||||
share/gtk-doc/html/p11-kit/sharing.html
|
||||
share/gtk-doc/html/p11-kit/style.css
|
||||
%%EXAMPLESDIR%%/pkcs11.conf.example
|
||||
@dirrm share/gtk-doc/html/p11-kit
|
||||
@dirrmtry share/gtk-doc/html
|
||||
@dirrmtry share/gtk-doc
|
||||
@dirrm include/p11-kit-1/p11-kit
|
||||
@dirrm include/p11-kit-1
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user