View | Details | Raw Unified | Return to bug 259322
Collapse All | Expand All

(-)b/net/opensips31/Makefile (-2 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	opensips31
1
PORTNAME=	opensips31
2
DISTVERSION=	3.1.2
2
DISTVERSION=	3.1.6
3
PORTREVISION=	1
4
CATEGORIES=	net
3
CATEGORIES=	net
5
MASTER_SITES=	https://opensips.org/pub/opensips/${DISTVERSION}/
4
MASTER_SITES=	https://opensips.org/pub/opensips/${DISTVERSION}/
6
DISTNAME=	opensips-${DISTVERSION}
5
DISTNAME=	opensips-${DISTVERSION}
(-)b/net/opensips31/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1622537802
1
TIMESTAMP = 1634746921
2
SHA256 (opensips-3.1.2.tar.gz) = 557b33db1436d8212ac122f299481bee3f2957f060a2bc0b4256430faf8b3bbc
2
SHA256 (opensips-3.1.6.tar.gz) = 45da5e82f99ca00930a7cb98403b94bcab1b063e2eded50fa649c452dafd9527
3
SIZE (opensips-3.1.2.tar.gz) = 6362581
3
SIZE (opensips-3.1.6.tar.gz) = 6466045
(-)b/net/opensips31/files/patch-Makefile.defs (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.defs.orig
1
--- Makefile.defs.orig	2021-10-20 11:23:25 UTC
2
+++ Makefile.defs
2
+++ Makefile.defs
3
@@ -57,14 +57,15 @@
3
@@ -57,14 +57,15 @@ else
4
 makefile_defs=1
4
 makefile_defs=1
5
 export makefile_defs
5
 export makefile_defs
6
 
6
 
Lines 10-16 Link Here
10
 #version number
10
 #version number
11
 VERSION_MAJOR = 3
11
 VERSION_MAJOR = 3
12
 VERSION_MINOR = 1
12
 VERSION_MINOR = 1
13
 VERSION_SUBMINOR = 2
13
 VERSION_SUBMINOR = 6
14
 VERSION_BUILD =
14
 VERSION_BUILD =
15
+
15
+
16
+# main binary name
16
+# main binary name

Return to bug 259322