Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 10:57:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466427 - head/textproc/tinyxml2
Message-ID:  <201804041057.w34AvNO8000603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr  4 10:57:22 2018
New Revision: 466427
URL: https://svnweb.freebsd.org/changeset/ports/466427

Log:
  Using hard-coded shlib version
  
  It helps remind maintainer to bump PORTREVISION of dependent ports.

Modified:
  head/textproc/tinyxml2/Makefile
  head/textproc/tinyxml2/pkg-plist

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Wed Apr  4 10:57:16 2018	(r466426)
+++ head/textproc/tinyxml2/Makefile	Wed Apr  4 10:57:22 2018	(r466427)
@@ -18,7 +18,7 @@ CMAKE_ON=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS
 USE_LDCONFIG=	yes
 USES=		cmake dos2unix pathfix
 
-PLIST_SUB=	PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:R}
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 PORTEXAMPLES=	*
 
 GH_ACCOUNT=	leethomason

Modified: head/textproc/tinyxml2/pkg-plist
==============================================================================
--- head/textproc/tinyxml2/pkg-plist	Wed Apr  4 10:57:16 2018	(r466426)
+++ head/textproc/tinyxml2/pkg-plist	Wed Apr  4 10:57:22 2018	(r466427)
@@ -4,6 +4,6 @@ lib/cmake/tinyxml2/tinyxml2Targets-%%CMAKE_BUILD_TYPE%
 lib/cmake/tinyxml2/tinyxml2Targets.cmake
 lib/libtinyxml2.a
 lib/libtinyxml2.so
-lib/libtinyxml2.so.%%SHLIB_VER%%
+lib/libtinyxml2.so.6
 lib/libtinyxml2.so.%%PORTVERSION%%
 libdata/pkgconfig/tinyxml2.pc



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