diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 10:35:46 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 10:35:46 +0000 |
commit | 6e13038e06250fbf7b5661b8abbf9860d85801b9 (patch) | |
tree | 510f870661b1712a7ed2085ef081bdd9ee60bad1 | |
parent | 3ddf3acd67995e6cbd57dc0efac8c7ac3562f024 (diff) | |
download | FreeBSD-ports-6e13038e06250fbf7b5661b8abbf9860d85801b9.zip FreeBSD-ports-6e13038e06250fbf7b5661b8abbf9860d85801b9.tar.gz |
Update to 0.5.11.
-rw-r--r-- | security/opencdk/Makefile | 9 | ||||
-rw-r--r-- | security/opencdk/distinfo | 6 | ||||
-rw-r--r-- | security/opencdk/pkg-plist | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index c676cde..181c9e3 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.5.9 +PORTVERSION= 0.5.11 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ @@ -22,12 +22,17 @@ COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_GNOME= pkgconfig +USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html +post-patch: + @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ + ${WRKSRC}/src/Makefile.in + post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index 098c677..1b777ea 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1,3 +1,3 @@ -MD5 (opencdk-0.5.9.tar.gz) = b692c2dc2cedd1435e2a2ef3f5a2c708 -SHA256 (opencdk-0.5.9.tar.gz) = 9f4f3eda7c1a478723b5d9cba324f3037098d3627943f6e6507c6145ceb48a42 -SIZE (opencdk-0.5.9.tar.gz) = 515792 +MD5 (opencdk-0.5.11.tar.gz) = de16f52a7f2215e3df9e81067ebae60d +SHA256 (opencdk-0.5.11.tar.gz) = 09f8ea78351bb0d5f449c8ddb74c224c75168e839d2e2dc3d373fddde9c210b2 +SIZE (opencdk-0.5.11.tar.gz) = 519267 diff --git a/security/opencdk/pkg-plist b/security/opencdk/pkg-plist index 569b54d..8f8ea65 100644 --- a/security/opencdk/pkg-plist +++ b/security/opencdk/pkg-plist @@ -5,12 +5,14 @@ lib/libopencdk.a lib/libopencdk.la lib/libopencdk.so lib/libopencdk.so.8 +libdata/pkgconfig/opencdk.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/opencdk-api.html %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%EXAMPLESDIR%%/basic.c %%EXAMPLESDIR%%/minpg.c %%EXAMPLESDIR%%/pub.gpg %%EXAMPLESDIR%%/sec-with-pwd.gpg |