From owner-svn-ports-head@freebsd.org Wed Feb 26 16:30:48 2020 Return-Path: Delivered-To: svn-ports-head@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 7227825CE2A; Wed, 26 Feb 2020 16:30:48 +0000 (UTC) (envelope-from wg@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 48SLrl3Mj1z3xRp; Wed, 26 Feb 2020 16:30:47 +0000 (UTC) (envelope-from wg@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 02FCA2234; Wed, 26 Feb 2020 16:30:46 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01QGUkSC060395; Wed, 26 Feb 2020 16:30:46 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01QGUkTS060392; Wed, 26 Feb 2020 16:30:46 GMT (envelope-from wg@FreeBSD.org) Message-Id: <202002261630.01QGUkTS060392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 26 Feb 2020 16:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527172 - in head/ftp/yafc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/ftp/yafc: . files X-SVN-Commit-Revision: 527172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2020 16:30:48 -0000 Author: wg Date: Wed Feb 26 16:30:45 2020 New Revision: 527172 URL: https://svnweb.freebsd.org/changeset/ports/527172 Log: ftp/yafc: unbreak and update to 1.3.7 PR: 243843 Submitted by: m.ne [at] gmx net Added: head/ftp/yafc/files/ head/ftp/yafc/files/patch-m4_glib-gettext.m4 (contents, props changed) Modified: head/ftp/yafc/Makefile head/ftp/yafc/distinfo Modified: head/ftp/yafc/Makefile ============================================================================== --- head/ftp/yafc/Makefile Wed Feb 26 14:32:39 2020 (r527171) +++ head/ftp/yafc/Makefile Wed Feb 26 16:30:45 2020 (r527172) @@ -2,50 +2,57 @@ # $FreeBSD$ PORTNAME= yafc -PORTVERSION= 1.2.5 -PORTREVISION= 4 +DISTVERSIONPREFIX= v +DISTVERSION= 1.3.7 CATEGORIES= ftp -MASTER_SITES= http://www.yafc-ftp.com/downloads/ MAINTAINER= wg@FreeBSD.org COMMENT= Yet another FTP client, similar to ftp(1) -BROKEN= unfetchable - LICENSE= GPLv2+ -OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE -OPTIONS_DEFAULT=BASH SSH +BUILD_DEPENDS= glib>0:devel/glib20 -USES= gmake ssl tar:xz +USES= autoreconf gmake makeinfo pkgconfig ssl tar:xz +USE_GITHUB= yes +GH_ACCOUNT= sebastinas + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-krb5=no \ + --with-openssl=${OPENSSLBASE} \ + --with-socks5=no \ + --with-socks=no CONFIGURE_ENV= ac_cv_ipv6=yes -CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \ - --with-krb5=no --with-openssl=${OPENSSLBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PORTEXAMPLES= inputrc yafcrc +INFO= yafc PLIST_FILES= bin/yafc \ man/man1/yafc.1.gz -INFO= yafc +PORTEXAMPLES= inputrc yafcrc +OPTIONS_DEFINE= BASH EXAMPLES NLS READLINE SSH +OPTIONS_DEFAULT= BASH SSH + +BASH_CONFIGURE_OFF= --with-bash-completion=no +BASH_CONFIGURE_ON= --with-bash-completion=yes +BASH_PLIST_FILES= etc/bash_completion.d/yafc + NLS_USES= gettext gnome NLS_USE= GNOME=intltool NLS_CONFIGURE_WITH= gettext=${LOCALBASE} NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/yafc.mo \ share/locale/sv/LC_MESSAGES/yafc.mo -READLINE_USES= readline -READLINE_CONFIGURE_WITH=readline +READLINE_USES= readline +READLINE_CONFIGURE_WITH= readline SSH_LIB_DEPENDS= libssh.so:security/libssh SSH_CONFIGURE_OFF= --without-ssh -BASH_CONFIGURE_ON= --with-bash-completion=yes -BASH_PLIST_FILES= etc/bash_completion.d/yafc -BASH_CONFIGURE_OFF= --with-bash-completion=no +pre-configure-NLS-on: + @(cd ${WRKSRC} && ${LOCALBASE}/bin/glib-gettextize -f -c) post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/ftp/yafc/distinfo ============================================================================== --- head/ftp/yafc/distinfo Wed Feb 26 14:32:39 2020 (r527171) +++ head/ftp/yafc/distinfo Wed Feb 26 16:30:45 2020 (r527172) @@ -1,2 +1,3 @@ -SHA256 (yafc-1.2.5.tar.xz) = df93b1b8795b49852d555b57b775da4af4fe10baa420b0321f80689f94c45d81 -SIZE (yafc-1.2.5.tar.xz) = 364664 +TIMESTAMP = 1579745625 +SHA256 (sebastinas-yafc-v1.3.7_GH0.tar.gz) = 332fca7508c2187e45bc7b3c8f1e7288e9cf8109636945035caa628a347869ff +SIZE (sebastinas-yafc-v1.3.7_GH0.tar.gz) = 237011 Added: head/ftp/yafc/files/patch-m4_glib-gettext.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/yafc/files/patch-m4_glib-gettext.m4 Wed Feb 26 16:30:45 2020 (r527172) @@ -0,0 +1,13 @@ +--- m4/glib-gettext.m4.orig 2020-01-23 10:12:04 UTC ++++ m4/glib-gettext.m4 +@@ -36,8 +36,8 @@ dnl We go to great lengths to make sure that aclocal w + dnl try to pull in the installed version of these macros + dnl when running aclocal in the glib directory. + dnl +-m4_copy([AC_DEFUN],[glib_DEFUN]) +-m4_copy([AC_REQUIRE],[glib_REQUIRE]) ++m4_copy_force([AC_DEFUN],[glib_DEFUN]) ++m4_copy_force([AC_REQUIRE],[glib_REQUIRE]) + dnl + dnl At the end, if we're not within glib, we'll define the public + dnl definitions in terms of our private definitions.