From owner-svn-ports-head@freebsd.org Sun Jan 6 15:41:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CE5E14922A0; Sun, 6 Jan 2019 15:41:09 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 981DB82E9D; Sun, 6 Jan 2019 15:41:08 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AB582544; Sun, 6 Jan 2019 15:41:08 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x06Ff84W032618; Sun, 6 Jan 2019 15:41:08 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x06Ff8KM032615; Sun, 6 Jan 2019 15:41:08 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201901061541.x06Ff8KM032615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sun, 6 Jan 2019 15:41:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489502 - head/deskutils/copyq X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/deskutils/copyq X-SVN-Commit-Revision: 489502 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 981DB82E9D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2019 15:41:09 -0000 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