svn commit: r492667 - head/deskutils/basket

Tobias C. Berner tcberner at FreeBSD.org
Mon Feb 11 05:07:42 UTC 2019


Author: tcberner
Date: Mon Feb 11 05:07:40 2019
New Revision: 492667
URL: https://svnweb.freebsd.org/changeset/ports/492667

Log:
  deskutils/basket: fix plist
  
  - the so version is given by the Qt version.
  
  PR:		235622

Modified:
  head/deskutils/basket/Makefile
  head/deskutils/basket/pkg-plist

Modified: head/deskutils/basket/Makefile
==============================================================================
--- head/deskutils/basket/Makefile	Mon Feb 11 04:39:47 2019	(r492666)
+++ head/deskutils/basket/Makefile	Mon Feb 11 05:07:40 2019	(r492667)
@@ -32,4 +32,6 @@ USE_XORG=	x11
 USE_GITHUB=	yes
 GH_ACCOUNT=	basket-notepads
 
+PLIST_SUB=	QT5_VERSION=${QT5_VERSION}
+
 .include <bsd.port.mk>

Modified: head/deskutils/basket/pkg-plist
==============================================================================
--- head/deskutils/basket/pkg-plist	Mon Feb 11 04:39:47 2019	(r492666)
+++ head/deskutils/basket/pkg-plist	Mon Feb 11 05:07:40 2019	(r492667)
@@ -1,7 +1,7 @@
 bin/basket
 lib/libbasketcommon.so
 lib/libbasketcommon.so.5
-lib/libbasketcommon.so.5.12.0
+lib/libbasketcommon.so.%%QT5_VERSION%%
 %%QT_PLUGINDIR%%/basketthumbcreator.so
 %%QT_PLUGINDIR%%/kcm_basket.so
 %%DATADIR%%/backgrounds/abstract.png


More information about the svn-ports-all mailing list