FreeBSD Bugzilla – Attachment 246217 Details for
Bug 274839
ftp/lftp: lint to pass sanity checks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] ftp:/lftp: Lint with portclippy(1) and portfmt(1)
0001-ftp-lftp-Lint-with-portclippy-1-and-portfmt-1.patch (text/plain), 2.65 KB, created by
Älven
on 2023-11-09 19:00:19 UTC
(
hide
)
Description:
[PATCH] ftp:/lftp: Lint with portclippy(1) and portfmt(1)
Filename:
MIME Type:
Creator:
Älven
Created:
2023-11-09 19:00:19 UTC
Size:
2.65 KB
patch
obsolete
>From 4d09bc83ea29d8000c1ee9be0c20c1b27c131640 Mon Sep 17 00:00:00 2001 >From: Andrey Korobkov <alster@vinterdalen.se> >Date: Thu, 9 Nov 2023 18:44:20 +0400 >Subject: [PATCH] ftp:/lftp: Lint with portclippy(1) and portfmt(1) > >PR: 274839 >--- > ftp/lftp/Makefile | 45 ++++++++++++++++++++++----------------------- > 1 file changed, 22 insertions(+), 23 deletions(-) > >diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile >index 1e26f54061c2..20f72b26f5e9 100644 >--- a/ftp/lftp/Makefile >+++ b/ftp/lftp/Makefile >@@ -1,17 +1,17 @@ > PORTNAME= lftp > PORTVERSION= 4.9.2 > CATEGORIES= ftp >-MASTER_SITES= http://lftp.tech/ftp/ \ >- http://lftp.tech/ftp/old/ \ >- http://lftp.cybermirror.org/ \ >- http://lftp.cybermirror.org/old/ \ >+MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ > http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ > http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ > http://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ >- ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ >+ http://lftp.cybermirror.org/ \ >+ http://lftp.cybermirror.org/old/ \ >+ http://lftp.tech/ftp/ \ >+ http://lftp.tech/ftp/old/ > > MAINTAINER= martymac@FreeBSD.org >-COMMENT= Shell-like command line FTP client >+COMMENT= Shell-like command-line FTP client > WWW= https://lftp.tech/ > > LICENSE= GPLv3 >@@ -20,31 +20,30 @@ LICENSE_FILE= ${WRKSRC}/COPYING > LIB_DEPENDS= libexpat.so:textproc/expat2 \ > libidn2.so:dns/libidn2 > >-USES= compiler:c++11-lang charsetfix cpe iconv libtool localbase \ >+USES= charsetfix compiler:c++11-lang cpe iconv libtool localbase \ > readline shebangfix >-GNU_CONFIGURE= yes > CPE_VENDOR= lftp_project > >-PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ >- MIRRORS NEWS README README.debug-levels README.modules \ >- THANKS TODO >+SHEBANG_FILES= src/convert-mozilla-cookies src/verify-file src/xdg-move >+ >+GNU_CONFIGURE= yes > >-SHEBANG_FILES= src/verify-file \ >- src/convert-mozilla-cookies \ >- src/xdg-move >+PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL MIRRORS NEWS README \ >+ README.debug-levels README.modules THANKS TODO > >-OPTIONS_DEFINE= DOCS NLS >-OPTIONS_RADIO= SSL >-OPTIONS_RADIO_SSL= OPENSSL GNUTLS >+OPTIONS_DEFINE= DOCS NLS > OPTIONS_DEFAULT= OPENSSL >-OPTIONS_SUB= yes >-NLS_USES= gettext >+OPTIONS_RADIO= SSL >+OPTIONS_RADIO_SSL= GNUTLS OPENSSL >+OPTIONS_SUB= yes >+ >+GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls >+GNUTLS_USES= pkgconfig >+GNUTLS_CONFIGURE_WITH= gnutls >+NLS_USES= gettext > NLS_CONFIGURE_ENABLE= nls >+OPENSSL_USES= ssl > OPENSSL_CONFIGURE_WITH= openssl >-OPENSSL_USES= ssl >-GNUTLS_CONFIGURE_WITH= gnutls >-GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls >-GNUTLS_USES= pkgconfig > > post-install: > ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ >-- >2.42.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
martymac
)
Actions:
View
|
Diff
Attachments on
bug 274839
:
246033
|
246034
|
246100
| 246217