Date: Mon, 4 Jul 2022 23:26:31 GMT From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8811e64c6e0f - main - net/opensips31: Upgrade to 3.1.10. Message-ID: <202207042326.264NQVUB097826@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=8811e64c6e0f6bdaeefba842c4e9ef6123419278 commit 8811e64c6e0f6bdaeefba842c4e9ef6123419278 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2022-07-04 23:26:17 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2022-07-04 23:26:17 +0000 net/opensips31: Upgrade to 3.1.10. PR: ports/264982 Approved by: maintainer --- net/opensips31/Makefile | 3 +-- net/opensips31/distinfo | 6 +++--- net/opensips31/files/patch-Makefile.defs | 11 ++++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net/opensips31/Makefile b/net/opensips31/Makefile index bfc156f104c9..9f9e0bf3930d 100644 --- a/net/opensips31/Makefile +++ b/net/opensips31/Makefile @@ -1,6 +1,5 @@ PORTNAME= opensips31 -DISTVERSION= 3.1.6 -PORTREVISION= 4 +DISTVERSION= 3.1.10 CATEGORIES= net MASTER_SITES= https://opensips.org/pub/opensips/${DISTVERSION}/ DISTNAME= opensips-${DISTVERSION} diff --git a/net/opensips31/distinfo b/net/opensips31/distinfo index a3451f41a5ee..9dc0150f284b 100644 --- a/net/opensips31/distinfo +++ b/net/opensips31/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634746921 -SHA256 (opensips-3.1.6.tar.gz) = 45da5e82f99ca00930a7cb98403b94bcab1b063e2eded50fa649c452dafd9527 -SIZE (opensips-3.1.6.tar.gz) = 6466045 +TIMESTAMP = 1656656606 +SHA256 (opensips-3.1.10.tar.gz) = 41a8f474a2a24853d87425617cae1eb71a9a5e069b43499be0209df5fe8f5d6f +SIZE (opensips-3.1.10.tar.gz) = 6486944 diff --git a/net/opensips31/files/patch-Makefile.defs b/net/opensips31/files/patch-Makefile.defs index f84d1efa6bce..86977baab603 100644 --- a/net/opensips31/files/patch-Makefile.defs +++ b/net/opensips31/files/patch-Makefile.defs @@ -1,6 +1,6 @@ ---- Makefile.defs.orig 2021-10-20 11:23:25 UTC +--- Makefile.defs.orig 2022-06-22 11:35:15 UTC +++ Makefile.defs -@@ -57,14 +57,15 @@ else +@@ -57,15 +57,16 @@ export makefile_defs makefile_defs=1 export makefile_defs @@ -10,12 +10,13 @@ #version number VERSION_MAJOR = 3 VERSION_MINOR = 1 - VERSION_SUBMINOR = 6 + VERSION_SUBMINOR = 10 VERSION_BUILD = -+ + +# main binary name +NAME_SUFFIX=$(VERSION_MAJOR)$(VERSION_MINOR) +MAIN_NAME=opensips$(NAME_SUFFIX) - ++ ifneq (,$(VERSION_BUILD)) RELEASE=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_SUBMINOR)-$(VERSION_BUILD) + else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207042326.264NQVUB097826>