diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-17 12:52:05 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-17 12:52:05 +0000 |
commit | 49a4b5f74d1eb709190cd4affee445ccd0712ae8 (patch) | |
tree | b82922d9fc9aabeac41d1a9f428c6ae38ab94394 /ftp/yafc | |
parent | e7d86ef6395bb57c4ef4340c1772105b2ae354e1 (diff) | |
download | ports-49a4b5f74d1eb709190cd4affee445ccd0712ae8.tar.gz ports-49a4b5f74d1eb709190cd4affee445ccd0712ae8.zip |
Notes
Diffstat (limited to 'ftp/yafc')
-rw-r--r-- | ftp/yafc/Makefile | 7 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 84266c1f141a..5d441b870a91 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= yafc -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= ftp ipv6 MASTER_SITES= http://www.yafc-ftp.com/upload/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wg@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) LICENSE= GPLv2 # (or later) -OPTIONS_DEFINE= BASH EXAMPLES NLS SSH +OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE OPTIONS_DEFAULT=BASH NLS SSH USE_XZ= yes @@ -36,6 +36,7 @@ PLIST_FILES= bin/yafc .if ${PORT_OPTIONS:MNLS} USE_GNOME+= intltool USES+= gettext +CONFIGURE_ARGS+= --with-gettext=${LOCALBASE} PLIST_FILES+= share/locale/de/LC_MESSAGES/yafc.mo \ share/locale/sv/LC_MESSAGES/yafc.mo .else diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index 561610187f12..e09614c270bd 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -1,2 +1,2 @@ -SHA256 (yafc-1.2.4.tar.xz) = 05617edfd477c07e50c0773ca8b21d94e8cbd5b624ad0d0eb6f712563b32676e -SIZE (yafc-1.2.4.tar.xz) = 362112 +SHA256 (yafc-1.2.5.tar.xz) = df93b1b8795b49852d555b57b775da4af4fe10baa420b0321f80689f94c45d81 +SIZE (yafc-1.2.5.tar.xz) = 364664 |