svn commit: r466427 - head/textproc/tinyxml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 4 10:57:25 UTC 2018


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


More information about the svn-ports-head mailing list