[Midnightbsd-cvs] mports [21039] trunk/security/libressl: libressl 2.2.6
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 1 16:05:38 EST 2016
Revision: 21039
http://svnweb.midnightbsd.org/mports/?rev=21039
Author: laffer1
Date: 2016-03-01 16:05:38 -0500 (Tue, 01 Mar 2016)
Log Message:
-----------
libressl 2.2.6
Modified Paths:
--------------
trunk/security/libressl/Makefile
trunk/security/libressl/distinfo
trunk/security/libressl/pkg-plist
Modified: trunk/security/libressl/Makefile
===================================================================
--- trunk/security/libressl/Makefile 2016-03-01 21:02:27 UTC (rev 21038)
+++ trunk/security/libressl/Makefile 2016-03-01 21:05:38 UTC (rev 21039)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= libressl
-PORTVERSION= 2.2.3
+PORTVERSION= 2.2.6
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL
@@ -9,17 +9,35 @@
COMMENT= Free version of the SSL/TLS protocol forked from OpenSSL
LICENSE= bsd4
+LICENSE_FILE= ${WRKSRC}/COPYING
+
CPE_VENDOR= openbsd
-CONFLICTS?= openssl-*
+OPTIONS_DEFINE= MAN3
+OPTIONS_DEFAULT= MAN3
+MAN3_DESC= Install API manpages (section 3)
+CONFLICTS?= openssl-[0-9]* \
+ libressl-devel-[0-9]*
+
GNU_CONFIGURE= yes
USES= cpe libtool pathfix pkgconfig
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
-test: build
- cd ${WRKSRC} && ${MAKE} check
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${ARCH} == "amd64"
+CONFIGURE_TARGET= x86_64-portbld-freebsd9.1
+.endif
+
+post-install-MAN3-off:
+ ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3
+ ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST}
+
+post-install:
+ ${RM} -rf ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
+
+.include <bsd.port.post.mk>
Modified: trunk/security/libressl/distinfo
===================================================================
--- trunk/security/libressl/distinfo 2016-03-01 21:02:27 UTC (rev 21038)
+++ trunk/security/libressl/distinfo 2016-03-01 21:05:38 UTC (rev 21039)
@@ -1,2 +1,2 @@
-SHA256 (libressl-2.2.3.tar.gz) = a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882
-SIZE (libressl-2.2.3.tar.gz) = 2967547
+SHA256 (libressl-2.2.6.tar.gz) = 1ee19994cffd047d40f63ba149115dba18a681b0cc923beec301bf424b58d64f
+SIZE (libressl-2.2.6.tar.gz) = 2965531
Modified: trunk/security/libressl/pkg-plist
===================================================================
--- trunk/security/libressl/pkg-plist 2016-03-01 21:02:27 UTC (rev 21038)
+++ trunk/security/libressl/pkg-plist 2016-03-01 21:05:38 UTC (rev 21039)
@@ -1,5 +1,4 @@
bin/openssl
-etc/ssl/cert.pem
etc/ssl/openssl.cnf
etc/ssl/x509v3.cnf
include/openssl/aes.h
@@ -38,7 +37,6 @@
include/openssl/lhash.h
include/openssl/md4.h
include/openssl/md5.h
-include/openssl/mdc2.h
include/openssl/modes.h
include/openssl/obj_mac.h
include/openssl/objects.h
More information about the Midnightbsd-cvs
mailing list