From owner-svn-ports-all@freebsd.org Thu Jun 25 22:00:44 2015 Return-Path: Delivered-To: svn-ports-all@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 138A198C22E; Thu, 25 Jun 2015 22:00:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D6BCB124B; Thu, 25 Jun 2015 22:00:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PM0hV3059087; Thu, 25 Jun 2015 22:00:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PM0hLP059078; Thu, 25 Jun 2015 22:00:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506252200.t5PM0hLP059078@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 25 Jun 2015 22:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390604 - in head/sysutils/avfs: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 25 Jun 2015 22:00:44 -0000 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 - -.if ${PORT_OPTIONS:MFUSE} -SHEBANG_FILES= scripts/umountavfs scripts/mountavfs -.endif +FUSE_USES= fuse .include 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