[Midnightbsd-cvs] mports [21002] trunk/sysutils/fusefs-curlftpfs: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 5 11:56:55 EST 2016
Revision: 21002
http://svnweb.midnightbsd.org/mports/?rev=21002
Author: laffer1
Date: 2016-02-05 11:54:55 -0500 (Fri, 05 Feb 2016)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/sysutils/fusefs-curlftpfs/Makefile
trunk/sysutils/fusefs-curlftpfs/distinfo
trunk/sysutils/fusefs-curlftpfs/pkg-descr
Added Paths:
-----------
trunk/sysutils/fusefs-curlftpfs/files/
trunk/sysutils/fusefs-curlftpfs/files/patch-32-ftpfs.h
Modified: trunk/sysutils/fusefs-curlftpfs/Makefile
===================================================================
--- trunk/sysutils/fusefs-curlftpfs/Makefile 2016-02-05 16:48:59 UTC (rev 21001)
+++ trunk/sysutils/fusefs-curlftpfs/Makefile 2016-02-05 16:54:55 UTC (rev 21002)
@@ -2,7 +2,7 @@
PORTNAME= curlftpfs
PORTVERSION= 0.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMEPREFIX= fusefs-
@@ -9,15 +9,16 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Mount remote ftp directories
+
LICENSE= gpl2
-LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
- curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs \
+ libcurl.so:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+USES= fuse pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/curlftpfs
+PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
Modified: trunk/sysutils/fusefs-curlftpfs/distinfo
===================================================================
--- trunk/sysutils/fusefs-curlftpfs/distinfo 2016-02-05 16:48:59 UTC (rev 21001)
+++ trunk/sysutils/fusefs-curlftpfs/distinfo 2016-02-05 16:54:55 UTC (rev 21002)
@@ -1,4 +1,2 @@
-MD5 (curlftpfs-0.9.2.tar.gz) = b452123f755114cd4461d56c648d9f12
SHA256 (curlftpfs-0.9.2.tar.gz) = 4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958
-RMD160 (curlftpfs-0.9.2.tar.gz) = 16740731fc75b4249a8fddcae355ad1a9d408061
SIZE (curlftpfs-0.9.2.tar.gz) = 365503
Added: trunk/sysutils/fusefs-curlftpfs/files/patch-32-ftpfs.h
===================================================================
--- trunk/sysutils/fusefs-curlftpfs/files/patch-32-ftpfs.h (rev 0)
+++ trunk/sysutils/fusefs-curlftpfs/files/patch-32-ftpfs.h 2016-02-05 16:54:55 UTC (rev 21002)
@@ -0,0 +1,11 @@
+--- ftpfs.h.orig 2008-04-25 19:32:30.000000000 +0900
++++ ftpfs.h 2012-12-21 18:18:20.000000000 +0900
+@@ -75,7 +75,7 @@
+ do { if (level <= ftpfs.debug) {\
+ int i = 0; \
+ while (++i < level) fprintf(stderr, " "); \
+- fprintf(stderr, "%ld ", time(NULL));\
++ fprintf(stderr, "%d ", time(NULL));\
+ fprintf(stderr, __FILE__ ":%d ", __LINE__);\
+ fprintf(stderr, args);\
+ }\
Property changes on: trunk/sysutils/fusefs-curlftpfs/files/patch-32-ftpfs.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/sysutils/fusefs-curlftpfs/pkg-descr
===================================================================
--- trunk/sysutils/fusefs-curlftpfs/pkg-descr 2016-02-05 16:48:59 UTC (rev 21001)
+++ trunk/sysutils/fusefs-curlftpfs/pkg-descr 2016-02-05 16:54:55 UTC (rev 21002)
@@ -1,4 +1,4 @@
-CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and
+CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
libcurl.
CurlFtpFS differentiates itself from other FTP filesystems because it
More information about the Midnightbsd-cvs
mailing list