ports/109050: [PATCH] textproc/p5-Time-Human: update to 1.03

Li-Wen Hsu lwhsu at lwhsu.org
Sun Feb 11 15:20:15 UTC 2007


>Number:         109050
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Time-Human: update to 1.03
>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:   Sun Feb 11 15:20:14 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 1.03

Port maintainer (roam at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Time-Human-1.03.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Time-Human/Makefile /home/lwhsu/ports/textproc/p5-Time-Human/Makefile
--- /usr/ports/textproc/p5-Time-Human/Makefile	Tue Jun 29 17:07:17 2004
+++ /home/lwhsu/ports/textproc/p5-Time-Human/Makefile	Sun Feb 11 22:48:22 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Time-Human
-PORTVERSION=	1.02
-PORTREVISION=	1
+PORTVERSION=	1.03
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Time
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Time-Human/distinfo /home/lwhsu/ports/textproc/p5-Time-Human/distinfo
--- /usr/ports/textproc/p5-Time-Human/distinfo	Tue Jan 24 11:10:01 2006
+++ /home/lwhsu/ports/textproc/p5-Time-Human/distinfo	Sun Feb 11 22:49:06 2007
@@ -1,3 +1,3 @@
-MD5 (Time-Human-1.02.tar.gz) = ca11066959cb38fb8876e2f2fdeb6863
-SHA256 (Time-Human-1.02.tar.gz) = 13db2a89d0e22edf601b640be7ddc31c765d53f00f3ba09b0a477448dafe5e79
-SIZE (Time-Human-1.02.tar.gz) = 2771
+MD5 (Time-Human-1.03.tar.gz) = 0e869154c54593305cb1366285c8cac5
+SHA256 (Time-Human-1.03.tar.gz) = 90e9812b89eb2f5773b3c0872a9b8bfb61fda3c6a4570d1a6610771926d7f976
+SIZE (Time-Human-1.03.tar.gz) = 3442
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Time-Human/files/Human.pm-5005.patch /home/lwhsu/ports/textproc/p5-Time-Human/files/Human.pm-5005.patch
--- /usr/ports/textproc/p5-Time-Human/files/Human.pm-5005.patch	Tue Jun 29 17:07:17 2004
+++ /home/lwhsu/ports/textproc/p5-Time-Human/files/Human.pm-5005.patch	Sun Feb 11 23:00:49 2007
@@ -1,8 +1,6 @@
---- Human.pm.orig	Thu May 30 14:01:27 2002
-+++ Human.pm	Tue Jun 29 11:52:35 2004
-@@ -1,12 +1,15 @@
-+#!/usr/bin/perl -w
-+
+--- Human.pm.orig	Sun Feb 11 22:58:56 2007
++++ Human.pm	Sun Feb 11 23:00:27 2007
+@@ -1,12 +1,13 @@
  package Time::Human;
  
 -require 5.005_62;
@@ -19,7 +17,7 @@
  
  # Items to export into callers namespace by default. Note: do not export
  # names by default without a very good reason. Use EXPORT_OK instead.
-@@ -15,19 +18,19 @@
+@@ -15,19 +16,19 @@
  # This allows declaration	use Time::Human ':all';
  # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
  # will save memory.
@@ -36,15 +34,15 @@
      humanize
  	
  );
--our $VERSION = '1.02';
-+$VERSION = '1.02';
+-our $VERSION = '1.03';
++$VERSION = '1.03';
  
 -our %templates = (
 +%templates = (
  
      English => {
          numbers  => [ qw(one two three four five six seven eight nine ten eleven twelve) ],
-@@ -43,9 +46,9 @@
+@@ -43,9 +44,9 @@
      }
  );
  
--- p5-Time-Human-1.03.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list