svn commit: r523767 - head/multimedia/libcec

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 22 05:36:11 UTC 2020


Author: sunpoet
Date: Wed Jan 22 05:36:10 2020
New Revision: 523767
URL: https://svnweb.freebsd.org/changeset/ports/523767

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

Modified:
  head/multimedia/libcec/Makefile
  head/multimedia/libcec/pkg-plist

Modified: head/multimedia/libcec/Makefile
==============================================================================
--- head/multimedia/libcec/Makefile	Wed Jan 22 05:36:05 2020	(r523766)
+++ head/multimedia/libcec/Makefile	Wed Jan 22 05:36:10 2020	(r523767)
@@ -22,8 +22,7 @@ CMAKE_ARGS=	-DCMAKE_REQUIRED_INCLUDES=${LOCALBASE}/inc
 		-DGIT_REVISION=libcec-${PORTVERSION}
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	PORTVERSION=${PORTVERSION} \
-		PORTVERSION_MAJOR=${PORTVERSION:C/([0-9]).*/\1/1}
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Pulse-Eight

Modified: head/multimedia/libcec/pkg-plist
==============================================================================
--- head/multimedia/libcec/pkg-plist	Wed Jan 22 05:36:05 2020	(r523766)
+++ head/multimedia/libcec/pkg-plist	Wed Jan 22 05:36:10 2020	(r523767)
@@ -10,7 +10,7 @@ include/libcec/cecloader.h
 include/libcec/cectypes.h
 include/libcec/version.h
 lib/libcec.so
-lib/libcec.so.%%PORTVERSION_MAJOR%%
+lib/libcec.so.4
 lib/libcec.so.%%PORTVERSION%%
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_cec.so
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/cec.py


More information about the svn-ports-all mailing list