diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-08-06 22:45:53 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-08-06 22:45:53 +0000 |
commit | 4a0f4996c3adff4512c11a58fa8b80c69acfda80 (patch) | |
tree | 5c5e97e7878ad20a9a2e7b4d551db34e8aae5cec | |
parent | e8867887571669dd197c02a6b978dfa8538924dd (diff) |
- Update to 2.5.5
- Switch to using libtool 1.5 installed from ports
Notes
Notes:
svn path=/head/; revision=115534
-rw-r--r-- | security/opencdk/Makefile | 6 | ||||
-rw-r--r-- | security/opencdk/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 390bcf2879f3..95d4038e1be5 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ @@ -21,7 +20,8 @@ COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt -USE_INC_LIBTOOL_VER=13 +USE_BZIP2= yes +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index d4fef3318ee7..d1454df74d22 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1,2 +1,2 @@ -MD5 (opencdk-0.5.4.tar.gz) = 3b31b92c15e4f3d78a67a5cd925eda80 -SIZE (opencdk-0.5.4.tar.gz) = 442746 +MD5 (opencdk-0.5.5.tar.bz2) = aaff60107f0153873192ffda00699a96 +SIZE (opencdk-0.5.5.tar.bz2) = 330280 |