From clsung@dragon2.net  Tue Oct 14 04:53:29 2003
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 63BE716A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Oct 2003 04:53:29 -0700 (PDT)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 698C943FD7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Oct 2003 04:53:28 -0700 (PDT)
	(envelope-from clsung@dragon2.net)
Received: from localhost (unknown [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP
	id A886115668; Tue, 14 Oct 2003 11:54:48 +0000 (GMT)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 48291-06; Tue, 14 Oct 2003 19:54:48 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id 356491565F; Tue, 14 Oct 2003 19:54:48 +0800 (CST)
Message-Id: <20031014115448.356491565F@mail.dragon2.net>
Date: Tue, 14 Oct 2003 19:54:48 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@tiger2.net
Subject: Update port: astro/p5-Astro-Sunrise from 0.8 to 0.85
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57997
>Category:       ports
>Synopsis:       Update port: astro/p5-Astro-Sunrise from 0.8 to 0.85
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 14 05:00:23 PDT 2003
>Closed-Date:    Thu Dec 04 12:29:03 CET 2003
>Last-Modified:  Thu Dec 04 12:29:03 CET 2003
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- Update port.
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/astro/p5-Astro-Sunrise/Makefile ./p5-Astro-Sunrise/Makefile
--- /usr/ports/astro/p5-Astro-Sunrise/Makefile	Thu Mar  6 03:27:42 2003
+++ ./p5-Astro-Sunrise/Makefile	Tue Oct 14 19:50:42 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Astro-Sunrise
-PORTVERSION=	0.8
+PORTVERSION=	0.85
 CATEGORIES=	astro perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Astro
@@ -15,7 +15,7 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl extension for computing the sunrise/sunset on a given day
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
 
 PERL_CONFIGURE=	yes
 
diff -ruN /usr/ports/astro/p5-Astro-Sunrise/distinfo ./p5-Astro-Sunrise/distinfo
--- /usr/ports/astro/p5-Astro-Sunrise/distinfo	Thu Mar  6 03:27:42 2003
+++ ./p5-Astro-Sunrise/distinfo	Tue Oct 14 19:49:25 2003
@@ -1 +1 @@
-MD5 (Astro-Sunrise-0.8.tar.gz) = 6e4bc075ca09c8ec1a75fcac1341e5f8
+MD5 (Astro-Sunrise-0.85.tar.gz) = c94262a07a02ddab5ad60f37393128b8
diff -ruN /usr/ports/astro/p5-Astro-Sunrise/pkg-plist ./p5-Astro-Sunrise/pkg-plist
--- /usr/ports/astro/p5-Astro-Sunrise/pkg-plist	Tue Sep  9 20:56:24 2003
+++ ./p5-Astro-Sunrise/pkg-plist	Tue Oct 14 19:52:38 2003
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Sunrise/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Astro/Sunrise.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Sunrise
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Astro 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Sunrise/.packlist
+%%SITE_PERL%%/Astro/Sunrise.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Sunrise
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Oct 14 21:47:56 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57997 
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Thu Dec 4 12:28:38 CET 2003 
State-Changed-Why:  
Updated to 0.91, thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57997 
>Unformatted:
