aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptlib
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-09-16 23:35:43 +0800
committermnag <mnag@FreeBSD.org>2005-09-16 23:35:43 +0800
commit5f6ec1d7eaee9823011e109f6db950b9e506d2db (patch)
tree198bac474481686268ce09eea17f63edaea90962 /security/cryptlib
parent7f93ea51781710d0fe13a4a0a05790d39271fae8 (diff)
downloadfreebsd-ports-gnome-5f6ec1d7eaee9823011e109f6db950b9e506d2db.tar.gz
freebsd-ports-gnome-5f6ec1d7eaee9823011e109f6db950b9e506d2db.tar.zst
freebsd-ports-gnome-5f6ec1d7eaee9823011e109f6db950b9e506d2db.zip
Update to 3.2.2
Approved by: pav (mentor)
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