svn commit: r542861 - head/net/enet

Fernando Apesteguía fernape at FreeBSD.org
Wed Jul 22 15:05:45 UTC 2020


Author: fernape
Date: Wed Jul 22 15:05:44 2020
New Revision: 542861
URL: https://svnweb.freebsd.org/changeset/ports/542861

Log:
  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 at herrbischoff.com
  MFH:	2020Q3 (runtime fix)

Modified:
  head/net/enet/Makefile
  head/net/enet/distinfo
  head/net/enet/pkg-plist

Modified: head/net/enet/Makefile
==============================================================================
--- head/net/enet/Makefile	Wed Jul 22 14:59:51 2020	(r542860)
+++ head/net/enet/Makefile	Wed Jul 22 15:05:44 2020	(r542861)
@@ -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=	*
 

Modified: head/net/enet/distinfo
==============================================================================
--- head/net/enet/distinfo	Wed Jul 22 14:59:51 2020	(r542860)
+++ head/net/enet/distinfo	Wed Jul 22 15:05:44 2020	(r542861)
@@ -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

Modified: head/net/enet/pkg-plist
==============================================================================
--- head/net/enet/pkg-plist	Wed Jul 22 14:59:51 2020	(r542860)
+++ head/net/enet/pkg-plist	Wed Jul 22 15:05:44 2020	(r542861)
@@ -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


More information about the svn-ports-all mailing list