From owner-svn-ports-all@freebsd.org Sun Oct 25 13:22:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B19E944F0AC; Sun, 25 Oct 2020 13:22:25 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJzCj3vDqz43NR; Sun, 25 Oct 2020 13:22:25 +0000 (UTC) (envelope-from se@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ED54A2AA; Sun, 25 Oct 2020 13:22:25 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09PDMPCq077086; Sun, 25 Oct 2020 13:22:25 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09PDMOMd077085; Sun, 25 Oct 2020 13:22:24 GMT (envelope-from se@FreeBSD.org) Message-Id: <202010251322.09PDMOMd077085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Sun, 25 Oct 2020 13:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553265 - head/sysutils/fusefs-libs X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/sysutils/fusefs-libs X-SVN-Commit-Revision: 553265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2020 13:22:25 -0000 Author: se Date: Sun Oct 25 13:22:24 2020 New Revision: 553265 URL: https://svnweb.freebsd.org/changeset/ports/553265 Log: Clean-up Makefile Use release archive as suggested by section 5.4.3 in Porter's Handbook. [1] Remove --prefix= as this is already passed by the framework. [1] While here re-arrange the definitions and targets based on portclippy. No change to the generated package, thus no change to the port revision. PR: 250041 Submitted by: daniel.engberg.lists@pyret.net [1] Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/distinfo Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Sun Oct 25 12:35:21 2020 (r553264) +++ head/sysutils/fusefs-libs/Makefile Sun Oct 25 13:22:24 2020 (r553265) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= fusefs -DISTVERSIONPREFIX= fuse- DISTVERSION= 2.9.9 PORTREVISION= 1 CATEGORIES= sysutils +MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/ PKGNAMESUFFIX= -libs +DISTNAME= fuse-${DISTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= FUSE allows filesystem implementation in userspace @@ -16,19 +17,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB IGNORE_DragonFly= fusefs has not been implemented on DragonFly -PORTSCOUT= limit:^2\. - -USE_GITHUB= yes -GH_ACCOUNT= libfuse -GH_PROJECT= libfuse - USES= autoreconf gettext-tools iconv libtool +USE_LDCONFIG= yes + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip -USE_LDCONFIG= yes + +PORTSCOUT= limit:^2\. + PLIST_SUB= VERSION=${PORTVERSION} PORTDOCS= * @@ -37,11 +35,11 @@ OPTIONS_DEFINE= DOCS pre-configure: ${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} -post-install: - ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse - do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs ${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs + +post-install: + ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse .include Modified: head/sysutils/fusefs-libs/distinfo ============================================================================== --- head/sysutils/fusefs-libs/distinfo Sun Oct 25 12:35:21 2020 (r553264) +++ head/sysutils/fusefs-libs/distinfo Sun Oct 25 13:22:24 2020 (r553265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546701052 -SHA256 (libfuse-libfuse-fuse-2.9.9_GH0.tar.gz) = e57a24721177c3b3dd71cb9239ca46b4dee283db9388d48f7ccd256184982194 -SIZE (libfuse-libfuse-fuse-2.9.9_GH0.tar.gz) = 212017 +TIMESTAMP = 1601617112 +SHA256 (fuse-2.9.9.tar.gz) = d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5 +SIZE (fuse-2.9.9.tar.gz) = 1813177