Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 16:08:34 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307236 - in head/ftp/yafc: . files
Message-ID:  <201211091608.qA9G8YkV006511@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tkato432@yahoo.com>
  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 <cpiazza@FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza@FreeBSD.org>
 # $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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211091608.qA9G8YkV006511>