diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-26 22:00:08 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-26 22:00:08 +0800 |
commit | 39f7f60c4a9520d6e4816a0a0530c95483a33722 (patch) | |
tree | 3e2f26d62caf84be752052e29b4ee59853dd77d6 /textproc | |
parent | 3f5e46693deae126cb239b3c33dd867f5f5964c3 (diff) | |
download | freebsd-ports-gnome-39f7f60c4a9520d6e4816a0a0530c95483a33722.tar.gz freebsd-ports-gnome-39f7f60c4a9520d6e4816a0a0530c95483a33722.tar.zst freebsd-ports-gnome-39f7f60c4a9520d6e4816a0a0530c95483a33722.zip |
- the patch should be removed (tested via 'make test')
- bump PORTREVISION
PR: ports/103653
Submitted by: Warren Block <wblock_AT_wonkity dot com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Number-Format/files/patch-Format.pm | 11 |
2 files changed, 2 insertions, 12 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index 92c4ed97b23e..ff047119201e 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -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 diff --git a/textproc/p5-Number-Format/files/patch-Format.pm b/textproc/p5-Number-Format/files/patch-Format.pm deleted file mode 100644 index d5032509deb8..000000000000 --- a/textproc/p5-Number-Format/files/patch-Format.pm +++ /dev/null @@ -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)); |