From 02bac1d52d7bb2e1af7881853d646f9ccb081b65 Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 22 Sep 2004 07:59:04 +0000 Subject: [PATCH] upgrade to 0.5.5. This is needed for gnutls-1.0.20; ok maintainer --- security/opencdk/Makefile | 5 ++- security/opencdk/distinfo | 6 +-- security/opencdk/patches/patch-ltmain_sh | 55 ------------------------ security/opencdk/pkg/PFRAG.shared | 4 +- 4 files changed, 8 insertions(+), 62 deletions(-) delete mode 100644 security/opencdk/patches/patch-ltmain_sh diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 6b94424aead..a6a533c77b6 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2004/05/08 06:42:59 sturm Exp $ +# $OpenBSD: Makefile,v 1.4 2004/09/22 07:59:04 robert Exp $ COMMENT= "Open Crypto Development Kit" -VERSION= 0.5.4 +VERSION= 0.5.5 DISTNAME= opencdk-${VERSION} CATEGORIES= security @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/ \ ftp://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/opencdk/ \ http://sunsite.dk/pub/security/gcrypt/alpha/gnutls/opencdk/ \ http://ftp.linux.it/pub/mirrors/gnupg/alpha/gnutls/opencdk/ +EXTRACT_SUFX= .tar.bz2 LIB_DEPENDS= gcrypt.12::security/libgcrypt diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index ab0cdd44a4f..5b5b1c19b81 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1,3 +1,3 @@ -MD5 (opencdk-0.5.4.tar.gz) = 3b31b92c15e4f3d78a67a5cd925eda80 -RMD160 (opencdk-0.5.4.tar.gz) = c094a2d7aa5c71f11a12f903387547d12913b285 -SHA1 (opencdk-0.5.4.tar.gz) = ded4449e147bf586c18d32b891b3ff814c788fa0 +MD5 (opencdk-0.5.5.tar.bz2) = aaff60107f0153873192ffda00699a96 +RMD160 (opencdk-0.5.5.tar.bz2) = 98fe7ff1e2cc22c73098594e039a6b193cefa1b6 +SHA1 (opencdk-0.5.5.tar.bz2) = 376b93e03e680a92e6ce9a54c33b5d3273a1d86b diff --git a/security/opencdk/patches/patch-ltmain_sh b/security/opencdk/patches/patch-ltmain_sh deleted file mode 100644 index 24fe62cec67..00000000000 --- a/security/opencdk/patches/patch-ltmain_sh +++ /dev/null @@ -1,55 +0,0 @@ -$OpenBSD: patch-ltmain_sh,v 1.2 2004/05/08 06:42:59 sturm Exp $ ---- ltmain.sh.orig 2004-04-25 08:54:43.000000000 +0200 -+++ ltmain.sh 2004-04-25 08:57:13.000000000 +0200 -@@ -2249,10 +2249,6 @@ EOF - link_static=no # Whether the deplib will be linked statically - if test -n "$library_names" && - { test "$prefer_static_libs" = no || test -z "$old_library"; }; then -- if test "$installed" = no; then -- notinst_deplibs="$notinst_deplibs $lib" -- need_relink=yes -- fi - # This is a shared library - - # Warn about portability, can't link against -module's on some systems (darwin) -@@ -5764,40 +5760,6 @@ relink_command=\"$relink_command\"" - # Exit here if they wanted silent mode. - test "$show" = : && exit 0 - -- $echo "----------------------------------------------------------------------" -- $echo "Libraries have been installed in:" -- for libdir in $libdirs; do -- $echo " $libdir" -- done -- $echo -- $echo "If you ever happen to want to link against installed libraries" -- $echo "in a given directory, LIBDIR, you must either use libtool, and" -- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" -- $echo "flag during linking and do at least one of the following:" -- if test -n "$shlibpath_var"; then -- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" -- $echo " during execution" -- fi -- if test -n "$runpath_var"; then -- $echo " - add LIBDIR to the \`$runpath_var' environment variable" -- $echo " during linking" -- fi -- if test -n "$hardcode_libdir_flag_spec"; then -- libdir=LIBDIR -- eval flag=\"$hardcode_libdir_flag_spec\" -- -- $echo " - use the \`$flag' linker flag" -- fi -- if test -n "$admincmds"; then -- $echo " - have your system administrator run these commands:$admincmds" -- fi -- if test -f /etc/ld.so.conf; then -- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" -- fi -- $echo -- $echo "See any operating system documentation about shared libraries for" -- $echo "more information, such as the ld(1) and ld.so(8) manual pages." -- $echo "----------------------------------------------------------------------" - exit 0 - ;; - diff --git a/security/opencdk/pkg/PFRAG.shared b/security/opencdk/pkg/PFRAG.shared index 1c81a0616d7..98822fa2afe 100644 --- a/security/opencdk/pkg/PFRAG.shared +++ b/security/opencdk/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.3 2004/09/15 18:36:01 espie Exp $ -@lib lib/libopencdk.so.8.0 +@comment $OpenBSD: PFRAG.shared,v 1.4 2004/09/22 07:59:04 robert Exp $ +@lib lib/libopencdk.so.8.1