Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 11:42:34 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1133238a9399 - main - net/socketapi: Update to 2.2.19
Message-ID:  <202104251142.13PBgYKG073081@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1133238a939907e425d50dc7c96721f54525813b

commit 1133238a939907e425d50dc7c96721f54525813b
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-04-20 07:09:26 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-04-25 11:38:37 +0000

    net/socketapi: Update to 2.2.19
    
    ChangeLog:
    https://github.com/dreibh/socketapi/commit/dd530765e07483c487de4ed8f40d6650a5b66da3
    
    While here pet linters.
    
    PR:     255178
    Reported by:    gspurki@gmail.com
    Approved by:    dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
---
 net/socketapi/Makefile | 10 ++++------
 net/socketapi/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/net/socketapi/Makefile b/net/socketapi/Makefile
index 70c9b1f7f519..517af38fa491 100644
--- a/net/socketapi/Makefile
+++ b/net/socketapi/Makefile
@@ -1,13 +1,10 @@
 # Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
 
 PORTNAME=	socketapi
-PORTVERSION=	2.2.16
+PORTVERSION=	2.2.19
 CATEGORIES=	net
 MASTER_SITES=	https://www.uni-due.de/~be0001/sctplib/download/
 
-PATCH_SITES=	https://github.com/dreibh/socketapi/commit/
-PATCHFILES=	afeb56202fa44daddff64500f03785b490e11c12.patch:-p1
-
 MAINTAINER=	dreibh@iem.uni-due.de
 COMMENT=	Socket API library for the SCTPLIB user-space SCTP implementation
 
@@ -17,12 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libsctplib.so:net/sctplib
 
 USES=		gnome libtool pkgconfig
-USE_LDCONFIG=	yes
 USE_GNOME=	glib20
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-sctp-over-udp
-LDFLAGS+=	-L${LOCALBASE}/lib -lsctplib
 INSTALL_TARGET=	install-strip
 
+LDFLAGS+=	-L${LOCALBASE}/lib -lsctplib
+
 .include <bsd.port.mk>
diff --git a/net/socketapi/distinfo b/net/socketapi/distinfo
index 4abb236d0abb..edc4205b7b5d 100644
--- a/net/socketapi/distinfo
+++ b/net/socketapi/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1568116187
-SHA256 (socketapi-2.2.16.tar.gz) = f29d324e1b7b2743d80d4c493c56d56eebdd1166ae55426dca2829cc9381e4a8
-SIZE (socketapi-2.2.16.tar.gz) = 572446
+TIMESTAMP = 1618745532
+SHA256 (socketapi-2.2.19.tar.gz) = 524ff5e0c27a33b3ca5a1453bad19037855d82a1dfaf43fa9df87bcabc43daba
+SIZE (socketapi-2.2.19.tar.gz) = 578542
 SHA256 (afeb56202fa44daddff64500f03785b490e11c12.patch) = a2c4bfd074fcf5bd3f0dfe2b8911901226383148f8d49635b4dfd6022083c510
 SIZE (afeb56202fa44daddff64500f03785b490e11c12.patch) = 667



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104251142.13PBgYKG073081>