Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 08:51:10 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503060 - in head/sysutils/fusefs-ext2: . files
Message-ID:  <201905300851.x4U8pA34023156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu May 30 08:51:10 2019
New Revision: 503060
URL: https://svnweb.freebsd.org/changeset/ports/503060

Log:
  - Update to the latest commit including @asomers' pull request [1].
  - Pacify portlint
  
  [1] https://github.com/alperakcan/fuse-ext2/pull/98
  
  Notified by:	pfg

Deleted:
  head/sysutils/fusefs-ext2/files/
Modified:
  head/sysutils/fusefs-ext2/Makefile
  head/sysutils/fusefs-ext2/distinfo

Modified: head/sysutils/fusefs-ext2/Makefile
==============================================================================
--- head/sysutils/fusefs-ext2/Makefile	Thu May 30 08:26:54 2019	(r503059)
+++ head/sysutils/fusefs-ext2/Makefile	Thu May 30 08:51:10 2019	(r503060)
@@ -4,7 +4,7 @@
 PORTNAME=	fusefs-ext2
 PORTVERSION=	0.0.10
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -18,15 +18,18 @@ RUN_DEPENDS=	mke2fs:sysutils/e2fsprogs
 
 USES=		autoreconf libtool fuse pkgconfig localbase:ldflags
 USE_GITHUB=	yes
-GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include/e2fsprogs
-LDFLAGS+=	-L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs
 
 GH_PROJECT=	fuse-ext2
 GH_ACCOUNT=	alperakcan
-GH_TAGNAME=	677722d
+GH_TAGNAME=	ea7bacf
 
+GNU_CONFIGURE=	yes
+
+CPPFLAGS+=	-I${LOCALBASE}/include/e2fsprogs
+LDFLAGS+=	-L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs
+
 PLIST_FILES=	bin/fuse-ext2 bin/fuse-ext2.probe \
-		man/man1/fuse-ext2.1.gz
+		man/man1/fuse-ext2.1.gz \
+		libdata/pkgconfig/fuse-ext2.pc
 
 .include <bsd.port.mk>

Modified: head/sysutils/fusefs-ext2/distinfo
==============================================================================
--- head/sysutils/fusefs-ext2/distinfo	Thu May 30 08:26:54 2019	(r503059)
+++ head/sysutils/fusefs-ext2/distinfo	Thu May 30 08:51:10 2019	(r503060)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532787157
-SHA256 (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 5f1c46f6015d7b1053d0366b727bc76da5962f14886f049b1169510bd448cdf5
-SIZE (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 123158
+TIMESTAMP = 1559203265
+SHA256 (alperakcan-fuse-ext2-v0.0.10-ea7bacf_GH0.tar.gz) = 49ff2f9c243d3151174f3cb1528acb3957bd55cf52d7303a8f55709640edf491
+SIZE (alperakcan-fuse-ext2-v0.0.10-ea7bacf_GH0.tar.gz) = 123406



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