From owner-svn-ports-head@freebsd.org Mon Apr 10 15:50:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57D2BD374EE; Mon, 10 Apr 2017 15:50:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1133018D; Mon, 10 Apr 2017 15:50:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3AFoOt6009439; Mon, 10 Apr 2017 15:50:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3AFoOEs009437; Mon, 10 Apr 2017 15:50:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201704101550.v3AFoOEs009437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Apr 2017 15:50:24 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 15:50:25 -0000 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 - -.if ${OSVERSION} >= 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extra-64-ftpfs.h -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-32-ftpfs.h -.endif - -.include +.include 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, " "); \