From owner-svn-ports-head@FreeBSD.ORG Fri Nov 9 16:08:34 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 670E2CD; Fri, 9 Nov 2012 16:08:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 30B948FC08; Fri, 9 Nov 2012 16:08:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9G8YEI006513; Fri, 9 Nov 2012 16:08:34 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA9G8YkV006511; Fri, 9 Nov 2012 16:08:34 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211091608.qA9G8YkV006511@svn.freebsd.org> From: Bryan Drewery Date: Fri, 9 Nov 2012 16:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307236 - in head/ftp/yafc: . files X-SVN-Group: ports-head 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.14 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: Fri, 09 Nov 2012 16:08:34 -0000 Author: bdrewery Date: Fri Nov 9 16:08:33 2012 New Revision: 307236 URL: http://svnweb.freebsd.org/changeset/ports/307236 Log: - Update to 1.2.2 - Trim header PR: ports/172001 Submitted by: KATO Tsuguru Feature safe: yes Deleted: head/ftp/yafc/files/ Modified: head/ftp/yafc/Makefile head/ftp/yafc/distinfo Modified: head/ftp/yafc/Makefile ============================================================================== --- head/ftp/yafc/Makefile Fri Nov 9 15:18:10 2012 (r307235) +++ head/ftp/yafc/Makefile Fri Nov 9 16:08:33 2012 (r307236) @@ -1,15 +1,10 @@ -# New ports collection makefile for: yafc -# Date created: 10 June 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= yafc -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= ftp ipv6 -MASTER_SITES= https://github.com/downloads/sebastinas/yafc/ +MASTER_SITES= http://cloud.github.com/downloads/sebastinas/yafc/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) @@ -31,8 +26,6 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -FETCH_ARGS= -Fpr - MAN1= yafc.1 INFO= yafc PORTEXAMPLES= inputrc yafcrc @@ -46,27 +39,28 @@ PLIST_DIRSTRY= etc/bash_completion.d USE_GNOME+= intltool USE_GETTEXT= yes LDFLAGS+= -lintl -PLIST_FILES+= share/locale/sv/LC_MESSAGES/yafc.mo +PLIST_FILES+= share/locale/de/LC_MESSAGES/yafc.mo \ + share/locale/sv/LC_MESSAGES/yafc.mo .else CONFIGURE_ARGS+= --disable-nls .endif +.if ${PORT_OPTIONS:MREADLINE} +USE_READLINE= yes +.else +CONFIGURE_ARGS+= --without-readline +.endif + .if ${PORT_OPTIONS:MSSH} LIB_DEPENDS+= ssh:${PORTSDIR}/security/libssh .else CONFIGURE_ARGS+= --without-ssh .endif -.include - -.if exists(${LOCALBASE}/lib/libreadline.so) -LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline -.endif - post-install: .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} .endif -.include +.include Modified: head/ftp/yafc/distinfo ============================================================================== --- head/ftp/yafc/distinfo Fri Nov 9 15:18:10 2012 (r307235) +++ head/ftp/yafc/distinfo Fri Nov 9 16:08:33 2012 (r307236) @@ -1,2 +1,2 @@ -SHA256 (yafc-1.2.0.tar.xz) = a8ac89f6a7139158012b08fa97c7b39e465091bdf8ed8fb1fbfbc5e9f65eac40 -SIZE (yafc-1.2.0.tar.xz) = 486416 +SHA256 (yafc-1.2.2.tar.xz) = 8a131a7e3e3e8d16640db7323552108fa5d5a34e46425f1b51cf6c8b8e33f7fe +SIZE (yafc-1.2.2.tar.xz) = 415692