From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:42:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 507BF697; Tue, 28 Apr 2015 15:42:46 +0000 (UTC) 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 248DA1EBD; Tue, 28 Apr 2015 15:42:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SFgkZh050122; Tue, 28 Apr 2015 15:42:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SFgjmH050118; Tue, 28 Apr 2015 15:42:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504281542.t3SFgjmH050118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Apr 2015 15:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384909 - in head/sysutils/rinse: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:42:46 -0000 Author: jbeich Date: Tue Apr 28 15:42:44 2015 New Revision: 384909 URL: https://svnweb.freebsd.org/changeset/ports/384909 Log: - Update to 3.0.9 ChangeLog (trimmed): - Add check if extract command failed Modified: head/sysutils/rinse/Makefile head/sysutils/rinse/distinfo head/sysutils/rinse/files/patch-bin__rinse Modified: head/sysutils/rinse/Makefile ============================================================================== --- head/sysutils/rinse/Makefile Tue Apr 28 15:16:09 2015 (r384908) +++ head/sysutils/rinse/Makefile Tue Apr 28 15:42:44 2015 (r384909) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rinse -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.9 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,11 +14,9 @@ LICENSE= ARTPERL10 RUN_DEPENDS= p5-Term-Size>0:${PORTSDIR}/devel/p5-Term-Size \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PORTSCOUT= skipv:3.0.7 # only debian/control changed - NO_ARCH= yes NO_BUILD= yes -USES= perl5 shebangfix +USES= perl5 shebangfix tar:xz USE_PERL5= run SHEBANG_FILES= bin/* tests/* MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" VERSION=${DISTVERSION} Modified: head/sysutils/rinse/distinfo ============================================================================== --- head/sysutils/rinse/distinfo Tue Apr 28 15:16:09 2015 (r384908) +++ head/sysutils/rinse/distinfo Tue Apr 28 15:42:44 2015 (r384909) @@ -1,2 +1,2 @@ -SHA256 (rinse_3.0.6.tar.gz) = a4821ec18720168bade8aa336bde110fd265b65dc04ad76069de8ad68bd626a1 -SIZE (rinse_3.0.6.tar.gz) = 30068 +SHA256 (rinse_3.0.9.tar.xz) = 05dd734bfe6dea321596acc9e898eeadd535a0ceb3ea7004aa70372843c326ad +SIZE (rinse_3.0.9.tar.xz) = 25940 Modified: head/sysutils/rinse/files/patch-bin__rinse ============================================================================== --- head/sysutils/rinse/files/patch-bin__rinse Tue Apr 28 15:16:09 2015 (r384908) +++ head/sysutils/rinse/files/patch-bin__rinse Tue Apr 28 15:42:44 2015 (r384909) @@ -22,7 +22,7 @@ # Run the unpacking command. # my $cmd = -- "rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>/dev/null >/dev/null"; +- "rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract --extract-over-symlinks --make-directories --no-absolute-filenames --preserve-modification-time) 2>/dev/null >/dev/null"; + "bsdtar xPf $file --chroot -C $CONFIG{'directory'}"; if ( $file =~ /(fedora|centos|redhat|mandriva)-release-/ ) { my $rpmname = basename($file);