Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 22:00:43 +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: r390604 - in head/sysutils/avfs: . files
Message-ID:  <201506252200.t5PM0hLP059078@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 25 22:00:42 2015
New Revision: 390604
URL: https://svnweb.freebsd.org/changeset/ports/390604

Log:
  - Update to 1.0.3
  - Fix shebangs
  - Add missing run-depends
  
  PR:		200880
  Submitted by:	mp39590@gmail.com

Deleted:
  head/sysutils/avfs/files/patch-src_Makefile.in
Modified:
  head/sysutils/avfs/Makefile
  head/sysutils/avfs/distinfo
  head/sysutils/avfs/pkg-plist

Modified: head/sysutils/avfs/Makefile
==============================================================================
--- head/sysutils/avfs/Makefile	Thu Jun 25 21:57:49 2015	(r390603)
+++ head/sysutils/avfs/Makefile	Thu Jun 25 22:00:42 2015	(r390604)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	avfs
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/avf/${PORTNAME}/${PORTVERSION}
 
@@ -13,9 +13,14 @@ COMMENT=	Virtual File System library
 LICENSE=	LGPL20 GPLv2
 LICENSE_COMB=	multi
 
-USES=		libtool pkgconfig tar:bz2
+RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+
+USES=		libtool pkgconfig tar:bz2 shebangfix perl5
+USE_PERL5=	run
+SHEBANG_FILES=	extfs/uimg scripts/umountavfs scripts/mountavfs
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	PERL="${PERL}"
 
 INSTALL_TARGET=	install-strip
 
@@ -23,13 +28,6 @@ OPTIONS_DEFINE=	DEBUG FUSE
 OPTIONS_SUB=	yes
 DEBUG_CONFIGURE_ENABLE=	debug
 FUSE_CONFIGURE_ENABLE=	fuse
-FUSE_USES=	fuse shebangfix
-FUSE_RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MFUSE}
-SHEBANG_FILES=	scripts/umountavfs scripts/mountavfs
-.endif
+FUSE_USES=	fuse
 
 .include <bsd.port.mk>

Modified: head/sysutils/avfs/distinfo
==============================================================================
--- head/sysutils/avfs/distinfo	Thu Jun 25 21:57:49 2015	(r390603)
+++ head/sysutils/avfs/distinfo	Thu Jun 25 22:00:42 2015	(r390604)
@@ -1,2 +1,2 @@
-SHA256 (avfs-1.0.2.tar.bz2) = 52693953e8290281d441a898040c5ac2989f11bc1fcb83ca5063c37a125a1c9a
-SIZE (avfs-1.0.2.tar.bz2) = 723051
+SHA256 (avfs-1.0.3.tar.bz2) = c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8
+SIZE (avfs-1.0.3.tar.bz2) = 722861

Modified: head/sysutils/avfs/pkg-plist
==============================================================================
--- head/sysutils/avfs/pkg-plist	Thu Jun 25 21:57:49 2015	(r390603)
+++ head/sysutils/avfs/pkg-plist	Thu Jun 25 22:00:42 2015	(r390604)
@@ -35,11 +35,11 @@ lib/avfs/extfs/uc1541
 lib/avfs/extfs/ucab
 lib/avfs/extfs/ucpio
 lib/avfs/extfs/udar
+lib/avfs/extfs/uextrar
 lib/avfs/extfs/uha
 lib/avfs/extfs/uimg
 lib/avfs/extfs/ulha
 lib/avfs/extfs/upp
-lib/avfs/extfs/urar
 lib/avfs/extfs/uxdms
 lib/avfs/extfs/uxpk
 lib/avfs/extfs/uzip



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