From owner-svn-ports-all@freebsd.org Wed Oct 9 10:40:24 2019 Return-Path: Delivered-To: svn-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 91C481482FF; Wed, 9 Oct 2019 10:40:24 +0000 (UTC) (envelope-from bapt@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46p9j43PqGz4FRr; Wed, 9 Oct 2019 10:40:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 584BCF38A; Wed, 9 Oct 2019 10:40:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x99AeOMD052984; Wed, 9 Oct 2019 10:40:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x99AeLav052967; Wed, 9 Oct 2019 10:40:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201910091040.x99AeLav052967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 9 Oct 2019 10:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514132 - in head/ftp: cftp curl fmirror ftpcopy ftpmirror lftp pure-ftpd spegla tnftp tnftpd vsftpd vsftpd-ext wget wzdftpd yafc X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/ftp: cftp curl fmirror ftpcopy ftpmirror lftp pure-ftpd spegla tnftp tnftpd vsftpd vsftpd-ext wget wzdftpd yafc X-SVN-Commit-Revision: 514132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2019 10:40:24 -0000 Author: bapt Date: Wed Oct 9 10:40:21 2019 New Revision: 514132 URL: https://svnweb.freebsd.org/changeset/ports/514132 Log: Drop the ipv6 virtual category for f* category as it is not relevant anymore Modified: head/ftp/cftp/Makefile head/ftp/curl/Makefile head/ftp/fmirror/Makefile head/ftp/ftpcopy/Makefile head/ftp/ftpmirror/Makefile head/ftp/lftp/Makefile head/ftp/pure-ftpd/Makefile head/ftp/spegla/Makefile head/ftp/tnftp/Makefile head/ftp/tnftpd/Makefile head/ftp/vsftpd-ext/Makefile head/ftp/vsftpd/Makefile head/ftp/wget/Makefile head/ftp/wzdftpd/Makefile head/ftp/yafc/Makefile Modified: head/ftp/cftp/Makefile ============================================================================== --- head/ftp/cftp/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/cftp/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= cftp PORTVERSION= 0.12 PORTREVISION= 4 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ ftp://sunsite.univie.ac.at/pub/nih/cftp/ Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/curl/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -106,7 +106,6 @@ HTTP2_USES= pkgconfig IDN_CONFIGURE_WITH= libidn2 IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 IMAP_CONFIGURE_ENABLE= imap -IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= OPENLDAP=yes Modified: head/ftp/fmirror/Makefile ============================================================================== --- head/ftp/fmirror/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/fmirror/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= fmirror PORTVERSION= 0.8.4 PORTREVISION= 4 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= http://BSDforge.com/projects/source/ftp/fmirror/ MAINTAINER= kiwi@oav.net Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/ftpcopy/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -3,7 +3,7 @@ PORTNAME= ftpcopy PORTVERSION= 0.6.7 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ MAINTAINER= mandree@FreeBSD.org Modified: head/ftp/ftpmirror/Makefile ============================================================================== --- head/ftp/ftpmirror/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/ftpmirror/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= ftpmirror PORTVERSION= 1.96 PORTREVISION= 5 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ MAINTAINER= garga@FreeBSD.org Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/lftp/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= lftp PORTVERSION= 4.8.4 PORTREVISION= 5 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ http://lftp.cybermirror.org/ \ Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/pure-ftpd/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.49 PORTREVISION= 1 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= https://github.com/jedisct1/pure-ftpd/releases/download/${PORTVERSION}/ \ https://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ Modified: head/ftp/spegla/Makefile ============================================================================== --- head/ftp/spegla/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/spegla/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= spegla PORTVERSION= 1.1p5 DISTVERSIONPREFIX= v -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MAINTAINER= hrs@FreeBSD.org COMMENT= Mirror program for FTP sites (written in C) Modified: head/ftp/tnftp/Makefile ============================================================================== --- head/ftp/tnftp/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/tnftp/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -3,7 +3,7 @@ PORTNAME= tnftp PORTVERSION= 20151004 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= danilo@FreeBSD.org Modified: head/ftp/tnftpd/Makefile ============================================================================== --- head/ftp/tnftpd/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/tnftpd/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -3,7 +3,7 @@ PORTNAME= tnftpd PORTVERSION= 20130325 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= cejkar@fit.vutbr.cz Modified: head/ftp/vsftpd-ext/Makefile ============================================================================== --- head/ftp/vsftpd-ext/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/vsftpd-ext/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -3,7 +3,7 @@ PORTNAME= vsftpd-ext PORTVERSION= ${UPSTREAMVERSION}.${EXTVERSION} -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= vsFTPd-${UPSTREAMVERSION}-ext${EXTVERSION} Modified: head/ftp/vsftpd/Makefile ============================================================================== --- head/ftp/vsftpd/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/vsftpd/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= vsftpd PORTVERSION= 3.0.3 PORTREVISION= 1 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= https://security.appspot.com/downloads/ \ GENTOO PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/wget/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.20.3 -CATEGORIES= ftp www ipv6 +CATEGORIES= ftp www MASTER_SITES= GNU MAINTAINER= vd@FreeBSD.org Modified: head/ftp/wzdftpd/Makefile ============================================================================== --- head/ftp/wzdftpd/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/wzdftpd/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.8.3 PORTREVISION= 6 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org Modified: head/ftp/yafc/Makefile ============================================================================== --- head/ftp/yafc/Makefile Wed Oct 9 10:37:18 2019 (r514131) +++ head/ftp/yafc/Makefile Wed Oct 9 10:40:21 2019 (r514132) @@ -4,7 +4,7 @@ PORTNAME= yafc PORTVERSION= 1.2.5 PORTREVISION= 4 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= http://www.yafc-ftp.com/downloads/ MAINTAINER= wg@FreeBSD.org