Index: head/sysutils/fusefs-curlftpfs/Makefile =================================================================== --- head/sysutils/fusefs-curlftpfs/Makefile (revision 438183) +++ head/sysutils/fusefs-curlftpfs/Makefile (revision 438184) @@ -1,31 +1,24 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= curlftpfs PORTVERSION= 0.9.2 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMEPREFIX= fusefs- MAINTAINER= rodrigo@FreeBSD.org COMMENT= Mount remote ftp directories LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes USES= fuse pkgconfig USE_GNOME= glib20 PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz -.include - -.if ${OSVERSION} >= 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extra-64-ftpfs.h -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-32-ftpfs.h -.endif - -.include +.include Index: head/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h =================================================================== --- head/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h (revision 438183) +++ head/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h (nonexistent) @@ -1,11 +0,0 @@ ---- 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: head/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h =================================================================== --- head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h (revision 438183) +++ head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h (nonexistent) @@ -1,11 +0,0 @@ ---- 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, "%lld ", time(NULL));\ - fprintf(stderr, __FILE__ ":%d ", __LINE__);\ - fprintf(stderr, args);\ - }\ Property changes on: head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h =================================================================== --- head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h (nonexistent) +++ head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h (revision 438184) @@ -0,0 +1,11 @@ +--- ftpfs.h.orig 2008-04-25 10:32:30 UTC ++++ ftpfs.h +@@ -75,7 +75,7 @@ extern struct ftpfs ftpfs; + do { if (level <= ftpfs.debug) {\ + int i = 0; \ + while (++i < level) fprintf(stderr, " "); \ +- fprintf(stderr, "%ld ", time(NULL));\ ++ fprintf(stderr, "%lld ", time(NULL));\ + fprintf(stderr, __FILE__ ":%d ", __LINE__);\ + fprintf(stderr, args);\ + }\ Property changes on: head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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