Date: Mon, 10 Apr 2017 15:50:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438184 - in head/sysutils/fusefs-curlftpfs: . files Message-ID: <201704101550.v3AFoOEs009437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Apr 10 15:50:23 2017 New Revision: 438184 URL: https://svnweb.freebsd.org/changeset/ports/438184 Log: - Add LICENSE_FILE - Remove always true OSVERSION condition, make patch unconditional Approved by: portmgr blanket Added: head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h - copied, changed from r438183, head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h Deleted: head/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h Modified: head/sysutils/fusefs-curlftpfs/Makefile Modified: head/sysutils/fusefs-curlftpfs/Makefile ============================================================================== --- head/sysutils/fusefs-curlftpfs/Makefile Mon Apr 10 15:49:56 2017 (r438183) +++ head/sysutils/fusefs-curlftpfs/Makefile Mon Apr 10 15:50:23 2017 (r438184) @@ -12,6 +12,7 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Mount remote ftp directories LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl @@ -20,12 +21,4 @@ USES= fuse pkgconfig USE_GNOME= glib20 PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extra-64-ftpfs.h -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-32-ftpfs.h -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Copied and modified: head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h (from r438183, head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h) ============================================================================== --- head/sysutils/fusefs-curlftpfs/files/extra-64-ftpfs.h Mon Apr 10 15:49:56 2017 (r438183, copy source) +++ head/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h Mon Apr 10 15:50:23 2017 (r438184) @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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, " "); \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704101550.v3AFoOEs009437>