View | Details | Raw Unified | Return to bug 275599 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-5 / +6 lines)
Lines 1-12 Link Here
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
1
# Created by: Thomas Dreibholz <thomas.dreibholz@gmail.com>
2
2
3
PORTNAME=	rsplib
3
PORTNAME=	rsplib
4
PORTVERSION=	3.3.1
4
PORTVERSION=	3.4.5
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	https://www.uni-due.de/~be0001/rserpool/download/
6
MASTER_SITES=	https://www.nntb.no/~dreibh/rserpool/download/
7
7
8
MAINTAINER=	dreibh@iem.uni-due.de
8
MAINTAINER=	thomas.dreibholz@gmail.com
9
COMMENT=	RSerPool Framework and Example Applications
9
COMMENT=	RSerPool Framework and Example Applications
10
WWW=		https://www.nntb.no/~dreibh/rserpool/
10
11
11
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 20-25 Link Here
20
		-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
21
		-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
21
SHEBANG_FILES=	src/scriptingserviceexample
22
SHEBANG_FILES=	src/scriptingserviceexample
22
23
23
PLIST_SUB=	VERSION=${PORTVERSION}
24
PLIST_SUB=      VERSION=${PORTVERSION}
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1620065782
1
TIMESTAMP = 1701946260
2
SHA256 (rsplib-3.3.1.tar.xz) = 71238048a7b2f827b8aade3d404fb31ed5b285521fa38d68fa36507c58f1417e
2
SHA256 (rsplib-3.4.5.tar.xz) = bd3272b6a9ade26b693146811253f9e97a62a10fcb22b42bf29076389b34935b
3
SIZE (rsplib-3.3.1.tar.xz) = 1031180
3
SIZE (rsplib-3.4.5.tar.xz) = 1047320
(-)./pkg-descr (-2 lines)
Lines 4-8 Link Here
4
It provides highly available pool management (that is registration
4
It provides highly available pool management (that is registration
5
handling and load distribution/balancing) by components called Registrar
5
handling and load distribution/balancing) by components called Registrar
6
and a client-side/server-side API for accessing the service of a pool.
6
and a client-side/server-side API for accessing the service of a pool.
7
8
WWW: https://www.uni-due.de/~be0001/rserpool/

Return to bug 275599