Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 06:31:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468182 - head/devel/opendht
Message-ID:  <201804240631.w3O6VLTv006871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Apr 24 06:31:21 2018
New Revision: 468182
URL: https://svnweb.freebsd.org/changeset/ports/468182

Log:
  devel/opendht: Update 1.6.1 -> 1.7.1
  
  Also added PLIST_SUB with shared lib versions.
  
  Reported by:	portscout

Modified:
  head/devel/opendht/Makefile
  head/devel/opendht/distinfo
  head/devel/opendht/pkg-plist

Modified: head/devel/opendht/Makefile
==============================================================================
--- head/devel/opendht/Makefile	Tue Apr 24 06:30:56 2018	(r468181)
+++ head/devel/opendht/Makefile	Tue Apr 24 06:31:21 2018	(r468182)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opendht
-DISTVERSION=	1.6.1
+DISTVERSION=	1.7.1
 CATEGORIES=	devel net
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -24,6 +24,8 @@ GH_ACCOUNT=	savoirfairelinux
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	OPENDHT_STATIC
+
+PLIST_SUB=	SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}
 
 OPTIONS_DEFINE=	PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS
 

Modified: head/devel/opendht/distinfo
==============================================================================
--- head/devel/opendht/distinfo	Tue Apr 24 06:30:56 2018	(r468181)
+++ head/devel/opendht/distinfo	Tue Apr 24 06:31:21 2018	(r468182)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521093684
-SHA256 (savoirfairelinux-opendht-1.6.1_GH0.tar.gz) = c50d4862d01233be02856affc560dcd6425b5e742c6445d597dc0ceccb7e9d19
-SIZE (savoirfairelinux-opendht-1.6.1_GH0.tar.gz) = 400456
+TIMESTAMP = 1524550008
+SHA256 (savoirfairelinux-opendht-1.7.1_GH0.tar.gz) = 411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397
+SIZE (savoirfairelinux-opendht-1.7.1_GH0.tar.gz) = 412432

Modified: head/devel/opendht/pkg-plist
==============================================================================
--- head/devel/opendht/pkg-plist	Tue Apr 24 06:30:56 2018	(r468181)
+++ head/devel/opendht/pkg-plist	Tue Apr 24 06:31:21 2018	(r468182)
@@ -18,6 +18,7 @@ include/opendht/log_enable.h
 include/opendht/network_engine.h
 include/opendht/node.h
 include/opendht/node_cache.h
+include/opendht/proxy.h
 include/opendht/rate_limiter.h
 include/opendht/rng.h
 include/opendht/routing_table.h
@@ -31,7 +32,7 @@ lib/cmake/opendht/opendhtConfig-%%CMAKE_BUILD_TYPE%%.c
 lib/cmake/opendht/opendhtConfig.cmake
 lib/cmake/opendht/opendhtConfigVersion.cmake
 lib/libopendht.so
-lib/libopendht.so.1
-lib/libopendht.so.1.6.1
+lib/libopendht.so.%%SHL1%%
+lib/libopendht.so.%%SHL3%%
 libdata/pkgconfig/opendht.pc
 man/man1/dhtnode.1.gz



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