From owner-svn-ports-head@freebsd.org Sat Oct 31 12:14:41 2015 Return-Path: Delivered-To: svn-ports-head@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 34A47A229B0 for ; Sat, 31 Oct 2015 12:14:41 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB3A21E41 for ; Sat, 31 Oct 2015 12:14:40 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by vkgs66 with SMTP id s66so62221869vkg.1 for ; Sat, 31 Oct 2015 05:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet_net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=tnEFlct6X400NNPgLsaq7dvZBhizycl8NnUFm61CPYA=; b=NERPBwevJ6vO3Fu7bPsA/ahUrVrZ6vse6MKTHl3IwYhpQP0dxk2fjG5NHCfcIQfkbJ ECRizmaZNQGTdnHnO4TKRJwu8IjkxIUk9srU9UDB5fPIL2q3G60KFD7/S96QQ3WMlrbJ 9h9gX41p9a3Ox/106DLYn4PGvCTP0WJqqNZAKNcj8sBrEvEI94SNpN+er9eL+svOwDEi kO/DkFONh6Ncmu5LKWOB4z8QkIqvbFxpcmlaw2XvyUqdZD7AbBTifbgzX4ZIW80HaWxV 0pE8P3P9ms3OsfdKyrIl9mbrCrhfMXbEBClcP6QMRHZNoSpXeaOeN6NHCIPVbrYWTu1c xmLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=tnEFlct6X400NNPgLsaq7dvZBhizycl8NnUFm61CPYA=; b=CmUzUFNK6Mhv+0YSF8z2wtN0GJsNhmF0GRvOXYPpoZy7Ghi77wPFf1FfWGk9/3TDER aSfqcRFOOSKkOTNYYU1lqWiG9PjDd6YArU/D6fN4zY2YdvBsG/x8GfJ1PIBAIcsfAdxv fp1Tjvb8bIKcLVn8R2lUzNYrbcFa5cs43dKAxZXw3YX52EJOd/aN6NBVdwxZGRsKiRp/ jX7pvF9Fn8LlEP/HkR87poiOMW4FUdgtv1hLhwPvoj5y0J1EhN4LYDVse2SLVfwy5N5j FJgb3Zb0+iQ9k+BRBdU/OwMd7MXyNIFE3vfIOzu9JqeWM8aPb08gKO+c+jbgZ4sDICZM D02A== X-Gm-Message-State: ALoCoQnh1C92vASm1ikuZ3xJzRaFaMGoQd11JdmQXBgoqRDY+o1INJUttmeI5KyyPggggJ8i1qjE X-Received: by 10.31.52.193 with SMTP id b184mr8063694vka.136.1446293679964; Sat, 31 Oct 2015 05:14:39 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.226.68 with HTTP; Sat, 31 Oct 2015 05:14:00 -0700 (PDT) In-Reply-To: <201510311119.t9VBJVf4010773@repo.freebsd.org> References: <201510311119.t9VBJVf4010773@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 Oct 2015 20:14:00 +0800 X-Google-Sender-Auth: k9MOgY3E5TBoD0gd2ar523RIJVo Message-ID: Subject: Re: svn commit: r400567 - head/devel/p5-DateTime-Format-Natural To: Muhammad Moinur Rahman Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sat, 31 Oct 2015 12:14:41 -0000 On Sat, Oct 31, 2015 at 7:19 PM, Muhammad Moinur Rahman wrote: > Author: bofh > Date: Sat Oct 31 11:19:31 2015 > New Revision: 400567 > URL: https://svnweb.freebsd.org/changeset/ports/400567 > > Log: > devel/p5-DateTime-Format-Natural: Update version 1.02=>1.03 > > - Mark NO_ARCH as there is no ARCH dependent files > - Modify test to match new TEST framework > > Modified: > head/devel/p5-DateTime-Format-Natural/Makefile > head/devel/p5-DateTime-Format-Natural/distinfo > > Modified: head/devel/p5-DateTime-Format-Natural/Makefile > > ============================================================================== > --- head/devel/p5-DateTime-Format-Natural/Makefile Sat Oct 31 > 10:52:39 2015 (r400566) > +++ head/devel/p5-DateTime-Format-Natural/Makefile Sat Oct 31 > 11:19:31 2015 (r400567) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= DateTime-Format-Natural > -PORTVERSION= 1.02 > -PORTREVISION= 2 > +PORTVERSION= 1.03 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -26,8 +25,9 @@ TEST_DEPENDS= p5-Test-MockTime>=0:${PORT > > USES= perl5 > USE_PERL5= modbuild > +NO_ARCH= yes > > -regression-test: build > - @cd ${WRKSRC} && ./Build test > +do-test: > + @cd ${WRKSRC} && ./${PL_BUILD} test > This is duplicate of do-test: in Mk/Uses/perl5.mk.