git: 2f4fd599e65d - main - - Convert `net-p2p/lidarr' to USES=mono, sqlite - Fix some style and formatting bugs while here

Alexey Dokuchaev danfe at FreeBSD.org
Sat Apr 17 11:41:28 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f4fd599e65da4628186a7a972839f2744fe1fd2

commit 2f4fd599e65da4628186a7a972839f2744fe1fd2
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-04-17 11:38:54 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
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 <bsd.port.options.mk>
-
 do-install:
 	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
 	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}


More information about the dev-commits-ports-all mailing list