From owner-svn-ports-head@FreeBSD.ORG Fri Jun 13 14:19:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D22961C for ; Fri, 13 Jun 2014 14:19:53 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0ACDC20B0 for ; Fri, 13 Jun 2014 14:19:52 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id a13so577113igq.3 for ; Fri, 13 Jun 2014 07:19:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+CD/svBpbY/iwVH5XoEeWTQQLypCaBlOwZxv+ieZGJ8=; b=EXEYD965iGAs9zb2+UhMYwDAhDxB7uStc2iJZf63HT44V7FV65BzFPZrlNVBTH82Jp yEyKPFeQIc/L2Ux9tl/k7RLp/itRxtWk8Fp4lcxLVFPP9XGO8XywR8OHfr18aUYUuk5w UbjwOQSW1akHqg96yDBRF3IpUvpXBq5A1DYCU/Rc/F5EuxXc0MFmHiYsmYXCyT71fMbS H117XER1pceHaU6Otwvxjsz/w5aOS9jd6/x9/+pl580dGS5czgG0v+0XHW4LAGIi1uzb N6z0PqIyHipa1HDiS5Hdg0GcoZ5wutQ8o7bSwxFM+dAMql3KAdDpr/ML6dP2Y/bMSq9Q XbFQ== X-Gm-Message-State: ALoCoQnTf7Mw+iCcl5nD6Nar2g5ubgUkDOZqVYOuCBTmvb9gPuJk9VN3KH9kDLsWq4Yj9IEZwlxv MIME-Version: 1.0 X-Received: by 10.43.156.77 with SMTP id ll13mr3533822icc.59.1402669191640; Fri, 13 Jun 2014 07:19:51 -0700 (PDT) Received: by 10.43.53.134 with HTTP; Fri, 13 Jun 2014 07:19:51 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <201406131417.s5DEHQMo033086@svn.freebsd.org> References: <201406131417.s5DEHQMo033086@svn.freebsd.org> Date: Fri, 13 Jun 2014 22:19:51 +0800 Message-ID: Subject: Re: svn commit: r357683 - head/audio/kstreamripper From: Vanilla Hsu To: "Vanilla I. Shu" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 13 Jun 2014 14:19:53 -0000 ops, forgot to add "Approved by: portmgr@" 2014-06-13 22:17 GMT+08:00 Vanilla I. Shu : > Author: vanilla > Date: Fri Jun 13 14:17:25 2014 > New Revision: 357683 > URL: http://svnweb.freebsd.org/changeset/ports/357683 > QAT: https://qat.redports.org/buildarchive/r357683/ > > Log: > 1: Stagify. > 2: switch to tar:bzip2 > > Modified: > head/audio/kstreamripper/Makefile > > Modified: head/audio/kstreamripper/Makefile > > ============================================================================== > --- head/audio/kstreamripper/Makefile Fri Jun 13 14:04:57 2014 > (r357682) > +++ head/audio/kstreamripper/Makefile Fri Jun 13 14:17:25 2014 > (r357683) > @@ -12,9 +12,7 @@ COMMENT= Program for recording streams f > > RUN_DEPENDS= > ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper > > -USE_BZIP2= yes > -NO_STAGE= yes > -USES= cmake > +USES= cmake tar:bzip2 > USE_KDE4= kdelibs kdehier kdeprefix automoc4 > USE_QT4= qmake_build moc_build rcc_build uic_build > > >