From owner-svn-ports-all@FreeBSD.ORG Thu Feb 19 19:58:48 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46BE28C1; Thu, 19 Feb 2015 19:58:48 +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 31C1C9C8; Thu, 19 Feb 2015 19:58:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJwmnl063505; Thu, 19 Feb 2015 19:58:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJwlaf063503; Thu, 19 Feb 2015 19:58:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191958.t1JJwlaf063503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379382 - head/archivers/rar 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.18-1 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, 19 Feb 2015 19:58:48 -0000 Author: sunpoet Date: Thu Feb 19 19:58:47 2015 New Revision: 379382 URL: https://svnweb.freebsd.org/changeset/ports/379382 QAT: https://qat.redports.org/buildarchive/r379382/ Log: - Update to 5.2.1 - Add missing RUN_DEPENDS (compat9x) for FreeBSD 10 and above [1] PR: 196886 Obtained from: Ralf van der Enden [1] Approved by: maintainer (timeout, 1 month) Modified: head/archivers/rar/Makefile head/archivers/rar/distinfo Modified: head/archivers/rar/Makefile ============================================================================== --- head/archivers/rar/Makefile Thu Feb 19 19:58:42 2015 (r379381) +++ head/archivers/rar/Makefile Thu Feb 19 19:58:47 2015 (r379382) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rar -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.1 PORTEPOCH= 3 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -37,6 +37,10 @@ IGNORE= requires a kernel with compiled- .endif .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 +RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${STAGEDIR}${PREFIX}/bin/rar ${INSTALL_MAN} ${WRKSRC}/rar.txt ${STAGEDIR}${PREFIX}/man/cat1/rar.1 Modified: head/archivers/rar/distinfo ============================================================================== --- head/archivers/rar/distinfo Thu Feb 19 19:58:42 2015 (r379381) +++ head/archivers/rar/distinfo Thu Feb 19 19:58:47 2015 (r379382) @@ -1,2 +1,2 @@ -SHA256 (rarbsd-5.1.0.tar.gz) = 812920b9b7d4abcfbb34d8ef75155554522a4e148c174596f457a9d415e0a152 -SIZE (rarbsd-5.1.0.tar.gz) = 1396387 +SHA256 (rarbsd-5.2.1.tar.gz) = d4c60e754f2a9933946dd47e9102effa229ab5a6df799e2b86daa68669a9da54 +SIZE (rarbsd-5.2.1.tar.gz) = 1402872