Index: head/ftp/yafc/Makefile =================================================================== --- head/ftp/yafc/Makefile (revision 299913) +++ head/ftp/yafc/Makefile (revision 299914) @@ -1,43 +1,44 @@ # New ports collection makefile for: yafc # Date created: 10 June 1999 # Whom: Chris Piazza # # $FreeBSD$ # 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 MAN1= yafc.1 INFO= yafc PLIST_FILES= bin/yafc \ etc/bash_completion.d/yafc PLIST_DIRSTRY= etc/bash_completion.d +.include + .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 +.include Property changes on: head/ftp/yafc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/ftp/yafc/distinfo =================================================================== --- head/ftp/yafc/distinfo (revision 299913) +++ head/ftp/yafc/distinfo (revision 299914) @@ -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 Property changes on: head/ftp/yafc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property