Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Aug 2001 01:03:29 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29436: Update devel/p5-Date-Leapyear to 1.04
Message-ID:  <20010804050329.1949AD920@entropy.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29436
>Category:       ports
>Synopsis:       Update devel/p5-Date-Leapyear to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 21:00:07 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010804050329.1949AD920>