Date: Thu, 23 Jun 2022 05:28:44 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 801c2b13a723 - main - net/sakisafecli: various Makefile updates Message-ID: <202206230528.25N5Si8a066274@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206230528.25N5Si8a066274>