diff -urN Ports.orig/Makefile Ports.new2/Makefile --- Ports.orig/Makefile 2012-05-08 04:32:45.000000000 +0900 +++ Ports.new2/Makefile 2012-06-18 15:34:22.000000000 +0900 @@ -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 @@ -31,12 +31,12 @@ .endif post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} -PLIST_FILES+= %%EXAMPLESDIR%%/inputrc.sample \ - %%EXAMPLESDIR%%/yafcrc.sample +PLIST_FILES+= %%EXAMPLESDIR%%/inputrc \ + %%EXAMPLESDIR%%/yafcrc PLIST_DIRS+= %%EXAMPLESDIR%% .endif diff -urN Ports.orig/distinfo Ports.new2/distinfo --- Ports.orig/distinfo 2012-05-08 04:32:45.000000000 +0900 +++ Ports.new2/distinfo 2012-06-14 17:45:45.000000000 +0900 @@ -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