From petef@entropy.databits.net  Fri Aug  3 20:54:39 2001
Return-Path: <petef@entropy.databits.net>
Received: from entropy.databits.net (electron.databits.net [207.29.204.16])
	by hub.freebsd.org (Postfix) with ESMTP id 43B4137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Aug 2001 20:54:38 -0700 (PDT)
	(envelope-from petef@entropy.databits.net)
Received: by entropy.databits.net (Postfix, from userid 1001)
	id 1949AD920; Sat,  4 Aug 2001 01:03:29 -0400 (EDT)
Message-Id: <20010804050329.1949AD920@entropy.databits.net>
Date: Sat,  4 Aug 2001 01:03:29 -0400 (EDT)
From: Pete Fritchman <petef@databits.net>
Reply-To: Pete Fritchman <petef@databits.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update devel/p5-Date-Leapyear to 1.04
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29436
>Category:       ports
>Synopsis:       Update devel/p5-Date-Leapyear to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 21:00:07 PDT 2001
>Closed-Date:    Sat Aug 4 21:44:20 PDT 2001
>Last-Modified:  Sat Aug 04 21:44:49 PDT 2001
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

- update to version 1.04
- improve pkg-{comment,descr}
- don't fail on deinstall if other Date:: modules are installed (fix pkg-plist)

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/4-full/p5-Date-Leapyear-1.02.log

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Date-Leapyear/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/07/11 18:28:55	1.1
+++ Makefile	2001/08/04 04:55:57
@@ -7,13 +7,15 @@
 #
 
 PORTNAME=	Date-Leapyear
-PORTVERSION=	1.02
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Date
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
+
+WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION:S/0//}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Date-Leapyear/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2001/07/11 18:28:56	1.1
+++ distinfo	2001/08/04 04:53:17
@@ -1 +1 @@
-MD5 (Date-Leapyear-1.02.tar.gz) = 0e0d99734440674369cfd3648e5efed2
+MD5 (Date-Leapyear-1.04.tar.gz) = 78b54d8bcb7783fdf7f3aeb1de3b0153
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Date-Leapyear/pkg-comment,v
retrieving revision 1.1
diff -u -r1.1 pkg-comment
--- pkg-comment	2001/07/11 18:28:56	1.1
+++ pkg-comment	2001/08/04 04:59:23
@@ -1 +1 @@
-Is a particular year a leap year? 
+Perl module to determine if a particular year a leap year
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Date-Leapyear/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2001/07/11 18:28:56	1.1
+++ pkg-descr	2001/08/04 04:59:18
@@ -1 +1,4 @@
-Is a particular year a leap year? 
+Date::Leapyear is a Perl module which exports one function: isleap(),
+which returns a 1 or 0 if the year is a leap year or not, respectively.
+
+WWW: http://search.cpan.org/search?dist=Date-Leapyear
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Date-Leapyear/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2001/07/11 18:28:56	1.1
+++ pkg-plist	2001/08/04 05:01:29
@@ -1,5 +1,5 @@
 lib/perl5/site_perl/%%PERL_VER%%/Date/Leapyear.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Leapyear/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Leapyear
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sat Aug 4 21:44:20 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29436 
>Unformatted:
