diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-08-24 17:51:13 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-08-24 18:29:02 +0000 |
commit | 32aef9b76903bf3b147915d18095dd7e59475d13 (patch) | |
tree | 949778134facb37a0deca6063b2f7b3d22e33b97 | |
parent | fa093308a568599dbd97f91cb630f3a85357d213 (diff) | |
download | ports-32aef9b76903bf3b147915d18095dd7e59475d13.tar.gz ports-32aef9b76903bf3b147915d18095dd7e59475d13.zip |
net-im/libstrophe: Update to 0.12.3
-rw-r--r-- | net-im/libstrophe/Makefile | 3 | ||||
-rw-r--r-- | net-im/libstrophe/distinfo | 6 | ||||
-rw-r--r-- | net-im/libstrophe/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net-im/libstrophe/Makefile b/net-im/libstrophe/Makefile index 33c2508de289..3725ede43bc8 100644 --- a/net-im/libstrophe/Makefile +++ b/net-im/libstrophe/Makefile @@ -1,5 +1,5 @@ PORTNAME= libstrophe -DISTVERSION= 0.12.2 +DISTVERSION= 0.12.3 CATEGORIES= net-im MASTER_SITES= https://github.com/strophe/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -17,6 +17,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFAULT= EXPAT OPTIONS_SINGLE= XML diff --git a/net-im/libstrophe/distinfo b/net-im/libstrophe/distinfo index beb5641d879a..13ef31cc719d 100644 --- a/net-im/libstrophe/distinfo +++ b/net-im/libstrophe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663271388 -SHA256 (libstrophe-0.12.2.tar.xz) = b3c79b6deeafafc0f622ba3ee3ca67e9a8e7d75edb102588c6b6f52b38c9fa4b -SIZE (libstrophe-0.12.2.tar.xz) = 400092 +TIMESTAMP = 1692899365 +SHA256 (libstrophe-0.12.3.tar.xz) = d82e9e8585b8fc68fb91791377fbfb0051b98259a0ec64cf31c8a09bb7e2621e +SIZE (libstrophe-0.12.3.tar.xz) = 399056 diff --git a/net-im/libstrophe/pkg-plist b/net-im/libstrophe/pkg-plist index a47119bbf047..3254f378da89 100644 --- a/net-im/libstrophe/pkg-plist +++ b/net-im/libstrophe/pkg-plist @@ -1,5 +1,5 @@ include/strophe.h -lib/libstrophe.so.0.12.2 +lib/libstrophe.so.%%PORTVERSION%% lib/libstrophe.so.0 lib/libstrophe.so lib/libstrophe.a |