diff options
author | sylvio <sylvio@FreeBSD.org> | 2012-06-25 08:05:19 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2012-06-25 08:05:19 +0800 |
commit | 72911f85d2352e99eb89a044d157d6ec52108be0 (patch) | |
tree | 1e2e2a56c51e7517d0ad052945f6381a46601440 /ftp/yafc | |
parent | 2db57bc487320f1935159b6da4fb61f5786ceab1 (diff) | |
download | freebsd-ports-gnome-72911f85d2352e99eb89a044d157d6ec52108be0.tar.gz freebsd-ports-gnome-72911f85d2352e99eb89a044d157d6ec52108be0.tar.zst freebsd-ports-gnome-72911f85d2352e99eb89a044d157d6ec52108be0.zip |
- Update to 1.2.0
PR: ports/169058
Submitted by: Norihiko Murase <mur1080224@inter7.jp>
Diffstat (limited to 'ftp/yafc')
-rw-r--r-- | ftp/yafc/Makefile | 21 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 4 |
2 files changed, 13 insertions, 12 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index eff52e92ea4a..009b33050406 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -6,17 +6,17 @@ # PORTNAME= yafc -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= ftp MASTER_SITES= https://github.com/downloads/sebastinas/yafc/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ - --with-krb5=no --with-gssapi=no +CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \ + --with-krb5=no --disable-nls FETCH_ARGS= -Fpr @@ -26,18 +26,19 @@ PLIST_FILES= bin/yafc \ etc/bash_completion.d/yafc PLIST_DIRSTRY= etc/bash_completion.d +.include <bsd.port.pre.mk> + .if exists(${LOCALBASE}/lib/libreadline.so.6) LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline .endif post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR} - -PLIST_FILES+= %%EXAMPLESDIR%%/inputrc.sample \ - %%EXAMPLESDIR%%/yafcrc.sample + ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} +PLIST_FILES+= %%EXAMPLESDIR%%/inputrc \ + %%EXAMPLESDIR%%/yafcrc PLIST_DIRS+= %%EXAMPLESDIR%% .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index bfc35199244a..091cb53b0877 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -1,2 +1,2 @@ -SHA256 (yafc-1.1.3.tar.bz2) = bcd9027081798b1e76fa2af6f900c333c7ab0e9fcd804b1f36f54879b3d377a7 -SIZE (yafc-1.1.3.tar.bz2) = 542126 +SHA256 (yafc-1.2.0.tar.xz) = a8ac89f6a7139158012b08fa97c7b39e465091bdf8ed8fb1fbfbc5e9f65eac40 +SIZE (yafc-1.2.0.tar.xz) = 486416 |