diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-09-01 14:24:09 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-09-01 14:38:05 +0000 |
commit | ffb3477c5fde00c8bf81cd063e6f0f0f5c32c8cb (patch) | |
tree | 85af67bf9a134630b6419608bf23cd74735bc2dc | |
parent | 13902e123892b7ce802e40286a9ddd2edde091e0 (diff) |
security/xmlsec1: Update to 1.3.5
* Some minor style changes in Makefile
Changelog: https://github.com/lsh123/xmlsec/releases/tag/1.3.5
PR: 280154
Approved by: portmgr (maintainer timeout, 1+ month)
-rw-r--r-- | security/xmlsec1/Makefile | 7 | ||||
-rw-r--r-- | security/xmlsec1/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 498b6a5a13de..2a9ca2ebae39 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -1,6 +1,5 @@ PORTNAME= xmlsec1 -DISTVERSION= 1.3.2 -PORTREVISION= 1 +DISTVERSION= 1.3.5 CATEGORIES= security MASTER_SITES= https://github.com/lsh123/xmlsec/releases/download/xmlsec_${DISTVERSION:S,.,_,g}/ \ https://www.aleksey.com/xmlsec/download/ @@ -19,9 +18,9 @@ USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip + PORTDOCS= * PLIST_SUB= DISTVERSION=${DISTVERSION} @@ -67,5 +66,7 @@ post-patch-NSS-on: @${REINPLACE_CMD} -e 's,^\(xmlsec1_LDADD = \)\\$$,\1 -L${LOCALBASE}/lib -lpthread\\,' \ ${PATCH_WRKSRC}/apps/Makefile.in +post-install: + ${RM} -r ${STAGEDIR}${DOCSDIR}/css .include <bsd.port.mk> diff --git a/security/xmlsec1/distinfo b/security/xmlsec1/distinfo index 92ea6dd27f1f..d64c14517056 100644 --- a/security/xmlsec1/distinfo +++ b/security/xmlsec1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702077731 -SHA256 (xmlsec1-1.3.2.tar.gz) = 4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf -SIZE (xmlsec1-1.3.2.tar.gz) = 2437263 +TIMESTAMP = 1721476989 +SHA256 (xmlsec1-1.3.5.tar.gz) = 2ffd4ad1f860ec93e47a680310ab2bc94968bd07566e71976bd96133d9504917 +SIZE (xmlsec1-1.3.5.tar.gz) = 2451506 |