aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-07-22 15:09:06 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-07-22 15:09:06 +0000
commit6eaf39f194f6b1e1d86573a4826f2d00db536aa8 (patch)
treec1559a6e63c8517ea5cc973752e9de8ac0907e63 /net
parentb31e0ace59feb53b2445b118233b67d3b9d44bbc (diff)
downloadports-6eaf39f194f6b1e1d86573a4826f2d00db536aa8.tar.gz
ports-6eaf39f194f6b1e1d86573a4826f2d00db536aa8.zip
MFH: r542861
net/enet: Update to 1.3.15 From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog * quicker RTT initialization * use fractional precision for RTT calculations * fixes for packet throttle with low RTT variance * miscellaneous socket bug fixes While here, reorder USE_LDCONFIG. PR: 248083 Submitted by: marcel@herrbischoff.com Approved by: ports-secteam (blanket, runtime fix)
Notes
Notes: svn path=/branches/2020Q3/; revision=542862
Diffstat (limited to 'net')
-rw-r--r--net/enet/Makefile5
-rw-r--r--net/enet/distinfo6
-rw-r--r--net/enet/pkg-plist2
3 files changed, 7 insertions, 6 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile
index b4adf8d33ffc..0071ed15d2e1 100644
--- a/net/enet/Makefile
+++ b/net/enet/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= enet
-PORTVERSION= 1.3.14
+PORTVERSION= 1.3.15
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
@@ -14,9 +14,10 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pathfix libtool
+USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
PORTDOCS= *
diff --git a/net/enet/distinfo b/net/enet/distinfo
index 348f42aaded6..d75f4df90b3f 100644
--- a/net/enet/distinfo
+++ b/net/enet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548678770
-SHA256 (enet-1.3.14.tar.gz) = 98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870
-SIZE (enet-1.3.14.tar.gz) = 698808
+TIMESTAMP = 1595106803
+SHA256 (enet-1.3.15.tar.gz) = 5abdf63346e54272344d8184b5a2f333d202d809d28123911cbd993e5772bdfb
+SIZE (enet-1.3.15.tar.gz) = 698681
diff --git a/net/enet/pkg-plist b/net/enet/pkg-plist
index 051f624b6d06..92427fccb0e1 100644
--- a/net/enet/pkg-plist
+++ b/net/enet/pkg-plist
@@ -10,5 +10,5 @@ include/enet/win32.h
lib/libenet.a
lib/libenet.so
lib/libenet.so.7
-lib/libenet.so.7.0.2
+lib/libenet.so.7.0.3
libdata/pkgconfig/libenet.pc