pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-curlftpfs Update to version 0.9.1. C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67ac3d8ec806
branches:  trunk
changeset: 540107:67ac3d8ec806
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Thu Mar 27 14:18:50 2008 +0000

description:
Update to version 0.9.1.  Changes since 0.9:

 - Ask for a password in the terminal so that it doesn't show in ps.
 - Support different codepages.
 - Support for SOCKS proxy.
 - Bug fixes.


Add CFLAGS.NetBSD+=-D_NETBSD_SOURCE to make it build.

diffstat:

 filesystems/fuse-curlftpfs/Makefile         |   7 ++++---
 filesystems/fuse-curlftpfs/distinfo         |   8 ++++----
 filesystems/fuse-curlftpfs/patches/patch-ad |  14 --------------
 3 files changed, 8 insertions(+), 21 deletions(-)

diffs (57 lines):

diff -r f87c39ae356d -r 67ac3d8ec806 filesystems/fuse-curlftpfs/Makefile
--- a/filesystems/fuse-curlftpfs/Makefile       Thu Mar 27 13:17:40 2008 +0000
+++ b/filesystems/fuse-curlftpfs/Makefile       Thu Mar 27 14:18:50 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/01/18 05:06:33 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/27 14:18:50 bjs Exp $
 #
 
-DISTNAME=      curlftpfs-0.9
+DISTNAME=      curlftpfs-0.9.1
 PKGNAME=       fuse-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    filesystems
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=curlftpfs/}
 
@@ -15,6 +14,8 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
+CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/fuse.buildlink3.mk"
diff -r f87c39ae356d -r 67ac3d8ec806 filesystems/fuse-curlftpfs/distinfo
--- a/filesystems/fuse-curlftpfs/distinfo       Thu Mar 27 13:17:40 2008 +0000
+++ b/filesystems/fuse-curlftpfs/distinfo       Thu Mar 27 14:18:50 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/02/28 16:34:25 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2008/03/27 14:18:50 bjs Exp $
 
-SHA1 (curlftpfs-0.9.tar.gz) = cfd4a88e768be246335e5f0032728cf34571dc37
-RMD160 (curlftpfs-0.9.tar.gz) = cabb0022129fb9e7354b05efd020ab89d8345f66
-Size (curlftpfs-0.9.tar.gz) = 347657 bytes
+SHA1 (curlftpfs-0.9.1.tar.gz) = 768385f68f7e128ec9e852bbf7860a632e8e3c46
+RMD160 (curlftpfs-0.9.1.tar.gz) = bb1a156160ff4bd517410f872f68ba77c8085b11
+Size (curlftpfs-0.9.1.tar.gz) = 362542 bytes
 SHA1 (patch-aa) = bfa05b8930560ffe25c3a2b12ff9497c0c5d37c4
 SHA1 (patch-ad) = 8988796a6169b16d3b88a39017236b7dac7ddb83
diff -r f87c39ae356d -r 67ac3d8ec806 filesystems/fuse-curlftpfs/patches/patch-ad
--- a/filesystems/fuse-curlftpfs/patches/patch-ad       Thu Mar 27 13:17:40 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
-
---- ftpfs-ls.c.orig    2007-02-18 20:28:01.000000000 +0100
-+++ ftpfs-ls.c 2007-02-18 20:29:01.000000000 +0100
-@@ -6,7 +6,9 @@
-     See the file COPYING.
- */
- 
-+#ifndef __NetBSD__
- #define _XOPEN_SOURCE 600
-+#endif
- #include <time.h>
- #include <string.h>
- #include <sys/types.h>



Home | Main Index | Thread Index | Old Index