From owner-dev-commits-ports-all@freebsd.org Sat Apr 17 11:41:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90AEC5D1CCA; Sat, 17 Apr 2021 11:41:28 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMrkw3gyqz4bLt; Sat, 17 Apr 2021 11:41:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7143417945; Sat, 17 Apr 2021 11:41:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HBfSYG055312; Sat, 17 Apr 2021 11:41:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HBfS7e055311; Sat, 17 Apr 2021 11:41:28 GMT (envelope-from git) Date: Sat, 17 Apr 2021 11:41:28 GMT Message-Id: <202104171141.13HBfS7e055311@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 2f4fd599e65d - main - - Convert `net-p2p/lidarr' to USES=mono, sqlite - Fix some style and formatting bugs while here MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f4fd599e65da4628186a7a972839f2744fe1fd2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 11:41:28 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f4fd599e65da4628186a7a972839f2744fe1fd2 commit 2f4fd599e65da4628186a7a972839f2744fe1fd2 Author: Alexey Dokuchaev AuthorDate: 2021-04-17 11:38:54 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-04-17 11:39:23 +0000 - Convert `net-p2p/lidarr' to USES=mono,sqlite - Fix some style and formatting bugs while here PR: 253986 --- net-p2p/lidarr/Makefile | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile index 98e21f8858b9..b29f1ab8faa8 100644 --- a/net-p2p/lidarr/Makefile +++ b/net-p2p/lidarr/Makefile @@ -9,28 +9,25 @@ COMMENT= Music collection manager for Usenet and BitTorrent users LICENSE= GPLv3 -RUN_DEPENDS= mono>0:lang/mono \ - mediainfo>0:multimedia/mediainfo \ - sqlite3>0:databases/sqlite3 \ - chromaprint>0:audio/chromaprint LIB_DEPENDS= libcurl.so:ftp/curl +RUN_DEPENDS= mediainfo>0:multimedia/mediainfo \ + chromaprint>0:audio/chromaprint +USES= mono sqlite USE_RC_SUBR= lidarr -NO_ARCH= YES -NO_BUILD= YES -WRKSRC= ${WRKDIR}/Lidarr +NO_ARCH= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/Lidarr -USERS= lidarr -GROUPS= lidarr +USERS= lidarr +GROUPS= lidarr OPTIONS_DEFINE= X11 # Permits image resizing X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus -.include - do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}