Date: Tue, 18 Feb 2020 04:26:57 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526438 - in head/security/xmlsec1: . files Message-ID: <202002180426.01I4Qva8065805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Tue Feb 18 04:26:57 2020 New Revision: 526438 URL: https://svnweb.freebsd.org/changeset/ports/526438 Log: Update to 1.2.29. Submitted by: lwhsu PR: 243717 Deleted: head/security/xmlsec1/files/patch-configure head/security/xmlsec1/files/patch-configure.ac head/security/xmlsec1/files/patch-include_xmlsec_openssl_crypto.h Modified: head/security/xmlsec1/Makefile head/security/xmlsec1/distinfo head/security/xmlsec1/pkg-plist Modified: head/security/xmlsec1/Makefile ============================================================================== --- head/security/xmlsec1/Makefile Tue Feb 18 03:04:58 2020 (r526437) +++ head/security/xmlsec1/Makefile Tue Feb 18 04:26:57 2020 (r526438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmlsec1 -PORTVERSION= 1.2.25 +PORTVERSION= 1.2.29 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-openssl="${OPENSSLBASE}" \ MAKE_ENV= ABS_BUILDDIR=${WRKSRC} TMPFOLDER=${WRKSRC} INSTALL_TARGET= install-strip PORTDOCS= * +PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS GNUTLS NSS OPTIONS_DEFAULT= NSS Modified: head/security/xmlsec1/distinfo ============================================================================== --- head/security/xmlsec1/distinfo Tue Feb 18 03:04:58 2020 (r526437) +++ head/security/xmlsec1/distinfo Tue Feb 18 04:26:57 2020 (r526438) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513083917 -SHA256 (xmlsec1-1.2.25.tar.gz) = 967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2 -SIZE (xmlsec1-1.2.25.tar.gz) = 1839160 +TIMESTAMP = 1581996323 +SHA256 (xmlsec1-1.2.29.tar.gz) = b1d1deba966019930f608d1f2b95c40ca3450f1393bcd3a3c001a8ba1d2839ab +SIZE (xmlsec1-1.2.29.tar.gz) = 1989360 Modified: head/security/xmlsec1/pkg-plist ============================================================================== --- head/security/xmlsec1/pkg-plist Tue Feb 18 03:04:58 2020 (r526437) +++ head/security/xmlsec1/pkg-plist Tue Feb 18 04:26:57 2020 (r526438) @@ -39,7 +39,6 @@ include/xmlsec1/xmlsec/openssl/symbols.h include/xmlsec1/xmlsec/openssl/x509.h include/xmlsec1/xmlsec/parser.h include/xmlsec1/xmlsec/private.h -include/xmlsec1/xmlsec/private/xslt.h include/xmlsec1/xmlsec/soap.h include/xmlsec1/xmlsec/strings.h include/xmlsec1/xmlsec/templates.h @@ -56,20 +55,20 @@ lib/libxmlsec1-gcrypt.so.1 %%GNUTLS%%lib/libxmlsec1-gnutls.a %%GNUTLS%%lib/libxmlsec1-gnutls.so %%GNUTLS%%lib/libxmlsec1-gnutls.so.1 -%%GNUTLS%%lib/libxmlsec1-gnutls.so.1.2.25 +%%GNUTLS%%lib/libxmlsec1-gnutls.so.%%PORTVERSION%% %%NSS%%lib/libxmlsec1-nss.a %%NSS%%lib/libxmlsec1-nss.so %%NSS%%lib/libxmlsec1-nss.so.1 -%%NSS%%lib/libxmlsec1-nss.so.1.2.25 -lib/libxmlsec1-gcrypt.so.1.2.25 +%%NSS%%lib/libxmlsec1-nss.so.%%PORTVERSION%% +lib/libxmlsec1-gcrypt.so.%%PORTVERSION%% lib/libxmlsec1-openssl.a lib/libxmlsec1-openssl.so lib/libxmlsec1-openssl.so.1 -lib/libxmlsec1-openssl.so.1.2.25 +lib/libxmlsec1-openssl.so.%%PORTVERSION%% lib/libxmlsec1.a lib/libxmlsec1.so lib/libxmlsec1.so.1 -lib/libxmlsec1.so.1.2.25 +lib/libxmlsec1.so.%%PORTVERSION%% libdata/pkgconfig/xmlsec1-gcrypt.pc %%GNUTLS%%libdata/pkgconfig/xmlsec1-gnutls.pc %%NSS%%libdata/pkgconfig/xmlsec1-nss.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002180426.01I4Qva8065805>