svn commit: r489502 - head/deskutils/copyq

Fernando Apesteguía fernape at FreeBSD.org
Sun Jan 6 15:41:09 UTC 2019


Author: fernape
Date: Sun Jan  6 15:41:07 2019
New Revision: 489502
URL: https://svnweb.freebsd.org/changeset/ports/489502

Log:
  deskutils/copyq: update to 3.7.2
  
  While here, add USE_LDCONFIG.
  
  Too many changes since 3.6.1 to list them here.
  
  ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v3.7.2
  
  Reported by:	portscout

Modified:
  head/deskutils/copyq/Makefile
  head/deskutils/copyq/distinfo
  head/deskutils/copyq/pkg-plist

Modified: head/deskutils/copyq/Makefile
==============================================================================
--- head/deskutils/copyq/Makefile	Sun Jan  6 15:33:44 2019	(r489501)
+++ head/deskutils/copyq/Makefile	Sun Jan  6 15:41:07 2019	(r489502)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	copyq
-PORTVERSION=	3.6.1
+PORTVERSION=	3.7.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
 
@@ -12,6 +12,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake qt:5
+USE_LDCONFIG=	yes
 USE_XORG=	ice sm x11 xext xfixes xtst
 USE_QT=		core gui network script svg widgets x11extras xml \
 		buildtools_build linguist_build qmake_build \

Modified: head/deskutils/copyq/distinfo
==============================================================================
--- head/deskutils/copyq/distinfo	Sun Jan  6 15:33:44 2019	(r489501)
+++ head/deskutils/copyq/distinfo	Sun Jan  6 15:41:07 2019	(r489502)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540572316
-SHA256 (hluk-CopyQ-v3.6.1_GH0.tar.gz) = 79bb76c0afcfd769932a9d3b6cfa985dadc1b71443be2277ef0367fa6a4a658f
-SIZE (hluk-CopyQ-v3.6.1_GH0.tar.gz) = 2906930
+TIMESTAMP = 1546702467
+SHA256 (hluk-CopyQ-v3.7.2_GH0.tar.gz) = 6cf65381aa0909719449ecc5b75d88ca61063411ed0cf1c7943781c175eca8ab
+SIZE (hluk-CopyQ-v3.7.2_GH0.tar.gz) = 2882944

Modified: head/deskutils/copyq/pkg-plist
==============================================================================
--- head/deskutils/copyq/pkg-plist	Sun Jan  6 15:33:44 2019	(r489501)
+++ head/deskutils/copyq/pkg-plist	Sun Jan  6 15:41:07 2019	(r489502)
@@ -1,5 +1,4 @@
 bin/copyq
-%%PLUGINS%%lib/copyq/plugins/libitemdata.so
 %%PLUGINS%%lib/copyq/plugins/libitemencrypted.so
 %%PLUGINS%%lib/copyq/plugins/libitemfakevim.so
 %%PLUGINS%%lib/copyq/plugins/libitemimage.so


More information about the svn-ports-head mailing list