- the patch should be removed (tested via 'make test')

- bump PORTREVISION

PR:		ports/103653
Submitted by:	Warren Block <wblock_AT_wonkity dot com>
This commit is contained in:
Cheng-Lung Sung 2006-09-26 14:00:08 +00:00
parent 593eda3e96
commit a0520c1594
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173902
2 changed files with 2 additions and 12 deletions

View file

@ -7,12 +7,13 @@
PORTNAME= Number-Format
PORTVERSION= 1.52
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Number
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl extension for formatting numbers
PERL_CONFIGURE= yes

View file

@ -1,11 +0,0 @@
--- Format.pm.orig Fri Sep 22 08:43:28 2006
+++ Format.pm Fri Sep 22 08:43:35 2006
@@ -644,7 +644,7 @@
# Combine it all back together and return it.
$self->{int_curr_symbol} =~ s/\s*$/ /;
- my $result = ($self->{int_curr_symbol} .
+ my $result = ($self->{int_curr_symbol} . ' '
($precision ?
join($self->{mon_decimal_point}, $integer, $decimal) :
$integer));