aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2005-05-04 14:30:28 +0800
committerclsung <clsung@FreeBSD.org>2005-05-04 14:30:28 +0800
commit66640d731d571b80b71febf0ef1934948cf873c4 (patch)
treecd170f79702e7cd5d8bd91366706b717589c6e46 /lang
parentb335eb28da42e263b9b0f39f6e8441404475bc96 (diff)
downloadfreebsd-ports-gnome-66640d731d571b80b71febf0ef1934948cf873c4.tar.gz
freebsd-ports-gnome-66640d731d571b80b71febf0ef1934948cf873c4.tar.zst
freebsd-ports-gnome-66640d731d571b80b71febf0ef1934948cf873c4.zip
- update to 6.2.1
Diffstat (limited to 'lang')
-rw-r--r--lang/pugs/Makefile2
-rw-r--r--lang/pugs/distinfo4
-rw-r--r--lang/pugs/files/patch-inc-Module-Install-Pugs.pm13
3 files changed, 3 insertions, 16 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile
index eb72cb35e98c..79630b0f7231 100644
--- a/lang/pugs/Makefile
+++ b/lang/pugs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pugs
-PORTVERSION= 6.2.0
+PORTVERSION= 6.2.1
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
diff --git a/lang/pugs/distinfo b/lang/pugs/distinfo
index 65ed072053ff..a8dc25e27737 100644
--- a/lang/pugs/distinfo
+++ b/lang/pugs/distinfo
@@ -1,2 +1,2 @@
-MD5 (Perl6-Pugs-6.2.0.tar.gz) = 8d5438d49db872ffe2394fd4995d335b
-SIZE (Perl6-Pugs-6.2.0.tar.gz) = 642482
+MD5 (Perl6-Pugs-6.2.1.tar.gz) = ed9547be194585f101dae62575634ea2
+SIZE (Perl6-Pugs-6.2.1.tar.gz) = 732656
diff --git a/lang/pugs/files/patch-inc-Module-Install-Pugs.pm b/lang/pugs/files/patch-inc-Module-Install-Pugs.pm
deleted file mode 100644
index 82f2f0397de8..000000000000
--- a/lang/pugs/files/patch-inc-Module-Install-Pugs.pm
+++ /dev/null
@@ -1,13 +0,0 @@
---- inc/Module/Install/Pugs.pm (revision 12842)
-+++ inc/Module/Install/Pugs.pm (local)
-@@ -75,8 +75,8 @@
- File::Spec->catfile($path, "man1");
- $self->makemaker_args->{INST_MAN3DIR} =
- File::Spec->catfile($path, "man3");
-- $self->makemaker_args->{MAN1PODS} = {};
-- $self->makemaker_args->{MAN3PODS} = {};
-+ $self->makemaker_args->{MAN1PODS} = {} if $perl_version == 6;
-+ $self->makemaker_args->{MAN3PODS} = {} if $perl_version == 6;
- $self->{MM}{INST_AUTODIR} = '$(INST_LIB)/$(BASEEXT)';
- $self->{MM}{INST_ARCHAUTODIR} = '$(INST_ARCHLIB)/$(FULLEXT)';
- }