summaryrefslogtreecommitdiff
path: root/security/cryptlib
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-16 15:35:43 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-16 15:35:43 +0000
commit097dadd09b65d3cf4ae933a8da2635fc759b88ca (patch)
treed330764ffccae5d513e42d332ade602c1bf4907b /security/cryptlib
parentUpdate to 1.6 (diff)
Update to 3.2.2
Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=142934
Diffstat (limited to 'security/cryptlib')
-rw-r--r--security/cryptlib/Makefile16
-rw-r--r--security/cryptlib/distinfo4
-rw-r--r--security/cryptlib/pkg-plist2
3 files changed, 11 insertions, 11 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index 940db9733c07..443eb054ef2d 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= cryptlib
-PORTVERSION= 3.2
+PORTVERSION= 3.2.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/
-DISTNAME= cl32
+DISTNAME= cl${PORTVERSION:S/.//g}
EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
@@ -30,16 +30,16 @@ INSTALLS_SHLIB= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/endian ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.3.2.0 \
+ ${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.${PORTVERSION} \
${PREFIX}/lib
- ${LN} -sf ${PREFIX}/lib/libcl.so.3.2.0 ${PREFIX}/lib/libcl.so
+ ${LN} -sf ${PREFIX}/lib/libcl.so.${PORTVERSION} ${PREFIX}/lib/libcl.so
${INSTALL_DATA} ${WRKSRC}/cryptlib.h ${PREFIX}/include
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/cryptlib
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cryptlib
-.endif
post-install:
+. if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/cryptlib
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cryptlib
+. endif
${STRIP_CMD} ${PREFIX}/bin/endian
${CAT} ${PKGMESSAGE}
diff --git a/security/cryptlib/distinfo b/security/cryptlib/distinfo
index 7141218d78c3..2e64953b3112 100644
--- a/security/cryptlib/distinfo
+++ b/security/cryptlib/distinfo
@@ -1,2 +1,2 @@
-MD5 (cl32.zip) = 4ad40fe4c982b7cc00d13c6b2a7c6197
-SIZE (cl32.zip) = 3430141
+MD5 (cl322.zip) = 0944963faae4566f54aeb45c6e803142
+SIZE (cl322.zip) = 3072208
diff --git a/security/cryptlib/pkg-plist b/security/cryptlib/pkg-plist
index 052c7c15ab66..c1674e6ec8ea 100644
--- a/security/cryptlib/pkg-plist
+++ b/security/cryptlib/pkg-plist
@@ -2,6 +2,6 @@ bin/endian
include/cryptlib.h
lib/libcl.a
lib/libcl.so
-lib/libcl.so.3.2.0
+lib/libcl.so.3.2.2
%%PORTDOCS%%share/doc/cryptlib/README
%%PORTDOCS%%@dirrm share/doc/cryptlib