svn commit: r329581 - head/security/yassl

Johan van Selst johans at FreeBSD.org
Sun Oct 6 15:01:52 UTC 2013


Author: johans
Date: Sun Oct  6 15:01:51 2013
New Revision: 329581
URL: http://svnweb.freebsd.org/changeset/ports/329581

Log:
  - Update CyaSSL to 2.8.0
  - Enable stage support

Modified:
  head/security/yassl/Makefile
  head/security/yassl/distinfo
  head/security/yassl/pkg-plist

Modified: head/security/yassl/Makefile
==============================================================================
--- head/security/yassl/Makefile	Sun Oct  6 14:55:22 2013	(r329580)
+++ head/security/yassl/Makefile	Sun Oct  6 15:01:51 2013	(r329581)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cyassl
-PORTVERSION=	2.7.0
+PORTVERSION=	2.8.0
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.yassl.com/
 
@@ -20,7 +20,6 @@ CONFIGURE_ARGS=	--disable-dependency-tra
 USE_LDCONFIG=	yes
 PORTDOCS=	*
 
-NO_STAGE=	yes
 post-configure:
 	@${REINPLACE_CMD} \
 		-e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \

Modified: head/security/yassl/distinfo
==============================================================================
--- head/security/yassl/distinfo	Sun Oct  6 14:55:22 2013	(r329580)
+++ head/security/yassl/distinfo	Sun Oct  6 15:01:51 2013	(r329581)
@@ -1,2 +1,2 @@
-SHA256 (cyassl-2.7.0.zip) = 16c82f8ec18f73222f2337492d86db31b03b1c712b9a6a56f2472bdb65d72521
-SIZE (cyassl-2.7.0.zip) = 1296831
+SHA256 (cyassl-2.8.0.zip) = 94dcac2dfa87b8474815241eee50f7192e7f315c8173ec209d2a3f752bba9a8d
+SIZE (cyassl-2.8.0.zip) = 1394203

Modified: head/security/yassl/pkg-plist
==============================================================================
--- head/security/yassl/pkg-plist	Sun Oct  6 14:55:22 2013	(r329580)
+++ head/security/yassl/pkg-plist	Sun Oct  6 15:01:51 2013	(r329581)
@@ -3,6 +3,7 @@ lib/libcyassl.a
 lib/libcyassl.la
 lib/libcyassl.so
 lib/libcyassl.so.5
+lib/pkgconfig/cyassl.pc
 include/cyassl/openssl/asn1.h
 include/cyassl/openssl/bio.h
 include/cyassl/openssl/bn.h
@@ -85,6 +86,7 @@ include/cyassl/sniffer_error.h
 include/cyassl/ssl.h
 include/cyassl/test.h
 include/cyassl/version.h
+ at dirrmtry lib/pkgconfig
 @dirrm include/cyassl/openssl
 @dirrm include/cyassl/ctaocrypt
 @dirrm include/cyassl


More information about the svn-ports-all mailing list