Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 13:29:44 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553266 - head/sysutils/fusefs-libs3
Message-ID:  <202010251329.09PDTiuc077511@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sun Oct 25 13:29:43 2020
New Revision: 553266
URL: https://svnweb.freebsd.org/changeset/ports/553266

Log:
  Clean-up Makefile
  
  Use release archive as suggested by section 5.4.3 in Porter's Handbook. [1]
  Add USES= iconv and LDFLAGS to properly detect iconv. [1]
  
  While here change order of definitions as requested by portclippy.
  
  No change to the generated package, thus no change to the port revision.
  
  PR:		250252
  Submitted by:	daniel.engberg.lists@pyret.net [1]

Modified:
  head/sysutils/fusefs-libs3/Makefile
  head/sysutils/fusefs-libs3/distinfo

Modified: head/sysutils/fusefs-libs3/Makefile
==============================================================================
--- head/sysutils/fusefs-libs3/Makefile	Sun Oct 25 13:22:24 2020	(r553265)
+++ head/sysutils/fusefs-libs3/Makefile	Sun Oct 25 13:29:43 2020	(r553266)
@@ -2,9 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	fusefs-libs3
-DISTVERSIONPREFIX=	fuse-
 DISTVERSION=	3.10.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
+MASTER_SITES=	https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/
+DISTNAME=	fuse-${DISTVERSION}
 
 MAINTAINER=	se@FreeBSD.org
 COMMENT=	FUSE library version 3 for filesystems implemented in userspace
@@ -13,13 +15,12 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler meson
+USES=		compiler iconv meson tar:xz
 USE_LDCONFIG=	yes
-PLIST_SUB=	VERSION=${PORTVERSION}
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	libfuse
-GH_PROJECT=	libfuse
+LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
+
+PLIST_SUB=	VERSION=${PORTVERSION}
 
 .include <bsd.port.pre.mk>
 

Modified: head/sysutils/fusefs-libs3/distinfo
==============================================================================
--- head/sysutils/fusefs-libs3/distinfo	Sun Oct 25 13:22:24 2020	(r553265)
+++ head/sysutils/fusefs-libs3/distinfo	Sun Oct 25 13:29:43 2020	(r553266)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602242053
-SHA256 (libfuse-libfuse-fuse-3.10.0_GH0.tar.gz) = 52bbb52035f7eeaa54d139e21805d357f848f6e02ac956831d04988165a92c7b
-SIZE (libfuse-libfuse-fuse-3.10.0_GH0.tar.gz) = 773832
+TIMESTAMP = 1602349107
+SHA256 (fuse-3.10.0.tar.xz) = 26517954567f237a7dbcb532755ba0d2c77575c5d90db7566b6e40ec05b0a039
+SIZE (fuse-3.10.0.tar.xz) = 1899596



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010251329.09PDTiuc077511>