From owner-svn-ports-all@FreeBSD.ORG Sat Sep 28 17:17:42 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id D1289D14; Sat, 28 Sep 2013 17:17:42 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBB12780; Sat, 28 Sep 2013 17:17:42 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id q10so3861515pdj.6 for ; Sat, 28 Sep 2013 10:17:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=cszIoKltpsxUBGXzKI5/Pg672QJMfgd9oLyl/VqIPrI=; b=b9rsYWva5EFvU4dMCvsIhYzpSLb4ELoQ+pV5BcGfvZyd7CGLTTC9x5T/YipPOsT3lq ONhXaXh3RTb4e5mlu38KZi7/ikdSmqm2DKNupe5u2pFA8qqBws3SXXqnucvTWkLSVGbR 5jnJZigl5dV5yoQlgTzaKD5vWzkdIECqfjlM/4PX8I+ivw7P42A0FnrFTtPywgaBxxfM W/7n9jJl5FoCEQDJQxc2vOUaW9ZyoNDXygneLfUBO6pwuIpCZqMMpEEUpCMNs9q4Rfa2 c2Mtv4dwvxRK0rSIOOY07TKX/rZNnMoi3TzKaZhT9Eg9k7d6S6toUb3hjYlhoWOH+b2G /Ftw== MIME-Version: 1.0 X-Received: by 10.66.150.232 with SMTP id ul8mr18658568pab.26.1380388662137; Sat, 28 Sep 2013 10:17:42 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.70.70.106 with HTTP; Sat, 28 Sep 2013 10:17:42 -0700 (PDT) In-Reply-To: <201309281713.r8SHDKJG027864@svn.freebsd.org> References: <201309281713.r8SHDKJG027864@svn.freebsd.org> Date: Sat, 28 Sep 2013 21:17:42 +0400 X-Google-Sender-Auth: FHtqko8KhstF3cnkFzm8L8vOuvw Message-ID: Subject: Re: svn commit: r328613 - head/astro/p5-Astro-MoonPhase From: Andrej Zverev To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 28 Sep 2013 17:17:42 -0000 Could you please group your changes? Thanks On Sat, Sep 28, 2013 at 9:13 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Sep 28 17:13:20 2013 > New Revision: 328613 > URL: http://svnweb.freebsd.org/changeset/ports/328613 > > Log: > - Support STAGEDIR > > Modified: > head/astro/p5-Astro-MoonPhase/Makefile > head/astro/p5-Astro-MoonPhase/pkg-plist (contents, props changed) > > Modified: head/astro/p5-Astro-MoonPhase/Makefile > ============================================================================== > --- head/astro/p5-Astro-MoonPhase/Makefile Sat Sep 28 17:13:16 2013 (r328612) > +++ head/astro/p5-Astro-MoonPhase/Makefile Sat Sep 28 17:13:20 2013 (r328613) > @@ -12,8 +12,5 @@ COMMENT= Perl interface to calculate inf > > USES= perl5 > USE_PERL5= configure > -NO_STAGE= yes > - > -MAN3= Astro::MoonPhase.3 > > .include > > Modified: head/astro/p5-Astro-MoonPhase/pkg-plist > ============================================================================== > --- head/astro/p5-Astro-MoonPhase/pkg-plist Sat Sep 28 17:13:16 2013 (r328612) > +++ head/astro/p5-Astro-MoonPhase/pkg-plist Sat Sep 28 17:13:20 2013 (r328613) > @@ -1,5 +1,6 @@ > %%SITE_PERL%%/Astro/MoonPhase.pm > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase/.packlist > +%%PERL5_MAN3%%/Astro::MoonPhase.3.gz > @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase > @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro > @dirrmtry %%SITE_PERL%%/Astro