From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 30 17:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DC59106566C for ; Wed, 30 Nov 2011 17:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6CB28FC16 for ; Wed, 30 Nov 2011 17:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pAUHUATI009384 for ; Wed, 30 Nov 2011 17:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pAUHUAhT009382; Wed, 30 Nov 2011 17:30:10 GMT (envelope-from gnats) Resent-Date: Wed, 30 Nov 2011 17:30:10 GMT Resent-Message-Id: <201111301730.pAUHUAhT009382@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE391065675 for ; Wed, 30 Nov 2011 17:26:42 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 0901F8FC17 for ; Wed, 30 Nov 2011 17:26:41 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id A379046DA; Thu, 1 Dec 2011 01:26:39 +0800 (CST) Message-Id: <20111130172639.A379046DA@sunpoet.net> Date: Thu, 1 Dec 2011 01:26:39 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/162971: [PATCH] devel/p5-DateTime-Event-Chinese: update to 1.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 17:30:11 -0000 >Number: 162971 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Event-Chinese: update to 1.00 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 30 17:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011 >Description: - Update to 1.00 Changes: http://search.cpan.org/dist/DateTime-Event-Chinese/Changes Port maintainer (markun@onohara.to) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DateTime-Event-Chinese-1.00.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime-Event-Chinese/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 20 Jun 2011 08:36:06 -0000 1.2 +++ Makefile 30 Nov 2011 17:26:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Event-Chinese -PORTVERSION= 0.05 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI @@ -15,17 +15,9 @@ MAINTAINER= markun@onohara.to COMMENT= DateTime Extension for Calculating Important Chinese Dates -BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Event-Lunar>=0.06:${PORTSDIR}/devel/p5-DateTime-Event-Lunar \ - p5-DateTime-Event-SolarTerm>=0.05:${PORTSDIR}/devel/p5-DateTime-Event-SolarTerm \ - p5-DateTime-Util-Astro>=0.11:${PORTSDIR}/devel/p5-DateTime-Util-Astro \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ +BUILD_DEPENDS= p5-DateTime-Astro>=0:${PORTSDIR}/devel/p5-DateTime-Astro \ p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round -RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Event-Lunar>=0.06:${PORTSDIR}/devel/p5-DateTime-Event-Lunar \ - p5-DateTime-Event-SolarTerm>=0.05:${PORTSDIR}/devel/p5-DateTime-Event-SolarTerm \ - p5-DateTime-Util-Astro>=0.11:${PORTSDIR}/devel/p5-DateTime-Util-Astro \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-DateTime-Astro>=0:${PORTSDIR}/devel/p5-DateTime-Astro \ p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime-Event-Chinese/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 20 Jun 2011 08:36:06 -0000 1.2 +++ distinfo 30 Nov 2011 17:26:06 -0000 @@ -1,2 +1,2 @@ -SHA256 (DateTime-Event-Chinese-0.05.tar.gz) = 2d33aa7f1607ac68a45c2a723dc0e041d07e1f8b590b02b6015a04886e53dd64 -SIZE (DateTime-Event-Chinese-0.05.tar.gz) = 21873 +SHA256 (DateTime-Event-Chinese-1.00.tar.gz) = 76a843fe65b69aefdd10ed18f1a686455c222c9571499b13f34412aa4a9e0054 +SIZE (DateTime-Event-Chinese-1.00.tar.gz) = 21122 --- p5-DateTime-Event-Chinese-1.00.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: