Index: head/security/libressl-devel/files/patch-configure.ac =================================================================== --- head/security/libressl-devel/files/patch-configure.ac (revision 469194) +++ head/security/libressl-devel/files/patch-configure.ac (nonexistent) @@ -1,19 +0,0 @@ ---- configure.ac.orig 2017-11-04 20:04:56 UTC -+++ configure.ac -@@ -102,13 +102,13 @@ int main() {return 0;} - - AC_ARG_ENABLE([asm], - AS_HELP_STRING([--disable-asm], [Disable assembly])) --AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"]) -+AM_CONDITIONAL([OPENSSL_NO_ASM],[test x$enableval = xno]) - - # Conditionally enable assembly by default - AM_CONDITIONAL([HOST_ASM_ELF_X86_64], -- [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "x86_64" -a "x$enable_asm" != "xno"]) -+ [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "x86_64," -a x$enableval != xno]) - AM_CONDITIONAL([HOST_ASM_MACOSX_X86_64], -- [test "x$HOST_ABI" = "xmacosx" -a "$host_cpu" = "x86_64" -a "x$enable_asm" != "xno"]) -+ [test "x$HOST_ABI" = "xmacosx" -a "$host_cpu" = "x86_64," -a x$enableval != xno]) - - # Check if time_t is sized correctly - AC_CHECK_SIZEOF([time_t], [time.h]) Property changes on: head/security/libressl-devel/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/libressl-devel/Makefile =================================================================== --- head/security/libressl-devel/Makefile (revision 469194) +++ head/security/libressl-devel/Makefile (revision 469195) @@ -1,48 +1,47 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTVERSION= 2.7.3 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel MAINTAINER= brnrd@FreeBSD.org COMMENT= Free version of the SSL/TLS protocol forked from OpenSSL LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING CPE_VENDOR= openbsd OPTIONS_DEFINE= MAN3 NC OPTIONS_DEFAULT= MAN3 NC MAN3_DESC= Install API manpages (section 3) NC_DESC= Install TLS-enabled netcat CONFLICTS_INSTALL= libressl-[0-9]* \ openssl-[0-9]* \ openssl-devel-[0-9]* NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes USES= autoreconf cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check post-patch-MAN3-off: - ${REINPLACE_CMD} -e 's/^install-man: install-man3/install-man:/' \ + ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ -e '/$$(MAKE) $$(AM_MAKEFLAGS) install-data-hook/d' \ ${WRKSRC}/man/Makefile.in post-install: ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem .include Index: head/security/libressl-devel/distinfo =================================================================== --- head/security/libressl-devel/distinfo (revision 469194) +++ head/security/libressl-devel/distinfo (revision 469195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522617939 -SHA256 (libressl-2.7.2.tar.gz) = 917a8779c342177ff3751a2bf955d0262d1d8916a4b408930c45cef326700995 -SIZE (libressl-2.7.2.tar.gz) = 3364227 +TIMESTAMP = 1525556230 +SHA256 (libressl-2.7.3.tar.gz) = 16c70d8fe1de6e9bedea0d67804b55f3894717693a05ed45e15e0e2f939c2795 +SIZE (libressl-2.7.3.tar.gz) = 3364724