From 2666f09849e136240ad5ed17b8fe7cdd6141cd6e Mon Sep 17 00:00:00 2001 From: pawel Date: Thu, 12 Feb 2015 15:57:24 +0000 Subject: - Update to version 0.3.11 [1] - Pass maintainership to submitter [1] - Convert to options subs and helpers PR: 197179 [1] Submitted by: chris@bsdjunk.com [1] --- ftp/bareftp/Makefile | 27 ++++++---------------- ftp/bareftp/distinfo | 4 ++-- ...atch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs | 13 +++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index 1996465..82e617d 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= bareftp -PORTVERSION= 0.3.10 -PORTREVISION= 1 +PORTVERSION= 0.3.11 CATEGORIES= ftp MASTER_SITES= http://www.bareftp.org/release/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@bsdjunk.com COMMENT= FTP client made in C sharp GNU_CONFIGURE= yes @@ -24,24 +23,12 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= GNOMEKEYRING NLS OPTIONS_DEFAULT=GNOMEKEYRING +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MGNOMEKEYRING} -KEYRING_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-sharp-1.0.pc -BUILD_DEPENDS+= ${KEYRING_DETECT}:${PORTSDIR}/security/gnome-keyring-sharp -RUN_DEPENDS+= ${KEYRING_DETECT}:${PORTSDIR}/security/gnome-keyring-sharp -.else -CONFIGURE_ARGS+= --without-gnomekeyring -.endif - -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +GNOMEKEYRING_CONFIGURE_WITH= gnomekeyring +GNOMEKEYRING_BUILD_DEPENDS= gnome-keyring-sharp>0:${PORTSDIR}/security/gnome-keyring-sharp +GNOMEKEYRING_RUN_DEPENDS= gnome-keyring-sharp>0:${PORTSDIR}/security/gnome-keyring-sharp +NLS_CONFIGURE_ENABLE= nls # TODO # Ugly way but configure ignore "--localedir=" fu* ;/ diff --git a/ftp/bareftp/distinfo b/ftp/bareftp/distinfo index 8deeab7..bbabb3a 100644 --- a/ftp/bareftp/distinfo +++ b/ftp/bareftp/distinfo @@ -1,2 +1,2 @@ -SHA256 (bareftp-0.3.10.tar.gz) = d36f10485762d93e38e81618981b540f2130945d7f41c7c0b60b6a0c059cd849 -SIZE (bareftp-0.3.10.tar.gz) = 618615 +SHA256 (bareftp-0.3.11.tar.gz) = cafc6cd6f71ee6e6151cadc517349646977d90b372850e194ad505d89aa6682f +SIZE (bareftp-0.3.11.tar.gz) = 630784 diff --git a/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs b/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs new file mode 100644 index 0000000..6788da4 --- /dev/null +++ b/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs @@ -0,0 +1,13 @@ +--- src/bareFTP.Protocol.Ftp/ftp/ListParser.cs.bak 2015-01-29 07:46:28.278935333 -0800 ++++ src/bareFTP.Protocol.Ftp/ftp/ListParser.cs 2015-01-29 07:47:03.217939461 -0800 +@@ -22,7 +22,9 @@ + + using System; + using System.Collections.Generic; +-using System.Text;z ++using System.Text; ++using System.Globalization; ++ + namespace bareFTP.Protocol.Ftp + { + public class ListParser -- cgit v1.1