git: 801c2b13a723 - main - net/sakisafecli: various Makefile updates

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 23 Jun 2022 05:28:44 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=801c2b13a723a443b043faaaec60bafe295cbcdb

commit 801c2b13a723a443b043faaaec60bafe295cbcdb
Author:     qorg11 <teru-sama@riseup.net>
AuthorDate: 2022-06-22 16:22:20 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-23 05:25:48 +0000

    net/sakisafecli: various Makefile updates
    
     * Update maintainer email address
     * Use localbase
     * Add dependency
     * Pet linters
    
    PR:     264806
    Reported by:    teru-sama@riseup.net (maintainer)
---
 net/sakisafecli/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile
index c058f38735eb..95a6004cb67c 100644
--- a/net/sakisafecli/Makefile
+++ b/net/sakisafecli/Makefile
@@ -1,17 +1,21 @@
 PORTNAME=	sakisafe
 DISTVERSION=	2.0.7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://git.qorg11.net/sakisafe.git/snapshot/
 
-MAINTAINER=	teru-sama@ebin.city
-COMMENT=	Client for many file-sharing websites.
+MAINTAINER=	teru-sama@riseup.net
+COMMENT=	Client for many file-sharing websites
 
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	libconfig.so:devel/libconfig \
-		libcurl.so:ftp/curl
+		libcurl.so:ftp/curl \
+		libnghttp2.so:www/libnghttp2
 
-CFLAGS=		-I/usr/local/include -fPIC
+USES=		localbase ssl
+
+CFLAGS+=	-fPIC
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli