diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-11-04 15:03:28 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-11-04 15:03:28 +0000 |
commit | efe501e4d54986b53bfc8bcb7d8dcb9bb027a921 (patch) | |
tree | db2d30cfdebf373e168ee2a9a95f7885719e5aa3 | |
parent | 0b8b55ccbdaa032d791d99cb79b1184c067d0dd7 (diff) | |
download | ports-efe501e4d54986b53bfc8bcb7d8dcb9bb027a921.tar.gz ports-efe501e4d54986b53bfc8bcb7d8dcb9bb027a921.zip |
security/xmlsec1: bump PORTREVISION to ensure end-users got a latest binary (+)
At least libreoffice users cannot use some suite components due to
package built against latest patched ABI while pkg keept a previous
package on client side.
PR: 266262, 266920
With hat: ports-secteam
-rw-r--r-- | security/xmlsec1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 777f5ed759fb..aca23bcc2800 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.34 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ |