aboutsummaryrefslogtreecommitdiff
path: root/lang/pugs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-27 04:40:59 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-27 04:40:59 +0000
commit5434f9bce809b43186472f89386098a1c7e28888 (patch)
treeec9cfc7c8dfddc2dafe03f22849435edce5d9dfc /lang/pugs
parent406cd741008bd4e30001f06a38e66ff89512b186 (diff)
downloadports-5434f9bce809b43186472f89386098a1c7e28888.tar.gz
ports-5434f9bce809b43186472f89386098a1c7e28888.zip
Notes
Diffstat (limited to 'lang/pugs')
-rw-r--r--lang/pugs/Makefile6
-rw-r--r--lang/pugs/distinfo6
-rw-r--r--lang/pugs/pkg-plist7
3 files changed, 10 insertions, 9 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile
index 03391bef76e0..53649b605453 100644
--- a/lang/pugs/Makefile
+++ b/lang/pugs/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= pugs
-PORTVERSION= 6.2.11
+PORTVERSION= 6.2.12
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
+MASTER_SITE_SUBDIR= Perl6
DISTNAME= Perl6-Pugs-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
@@ -24,7 +24,7 @@ PERL_CONFIGURE= yes
MAN3= Perl6::Pugs.3 \
Inline::Pugs.3 \
- pugs::hack.3 pugs::run.3
+ Pugs::Doc::Run.3 Pugs::Doc::Hack.3
.include <bsd.port.pre.mk>
diff --git a/lang/pugs/distinfo b/lang/pugs/distinfo
index 87323ee7fc75..c7f9ec124798 100644
--- a/lang/pugs/distinfo
+++ b/lang/pugs/distinfo
@@ -1,3 +1,3 @@
-MD5 (Perl6-Pugs-6.2.11.tar.gz) = c42d71a46fcc3f07cc2b0a13779cccbc
-SHA256 (Perl6-Pugs-6.2.11.tar.gz) = 2ba7c4130eb022a0c1f39459ca9b0f5a82e288a8e24b7f76c4309983c67f4720
-SIZE (Perl6-Pugs-6.2.11.tar.gz) = 2930469
+MD5 (Perl6-Pugs-6.2.12.tar.gz) = 99e15186586cbb8ce607ac74b748d072
+SHA256 (Perl6-Pugs-6.2.12.tar.gz) = 183a69ce59feff34fa5b0bf755f5b5d4f1e319b568f7a6c9dd45d4c835004373
+SIZE (Perl6-Pugs-6.2.12.tar.gz) = 2693459
diff --git a/lang/pugs/pkg-plist b/lang/pugs/pkg-plist
index 53f0a787c08c..a0ef16d5000c 100644
--- a/lang/pugs/pkg-plist
+++ b/lang/pugs/pkg-plist
@@ -3,11 +3,12 @@ bin/pugscc
%%SITE_PERL%%/Inline/Pugs.pm
%%SITE_PERL%%/Perl6/MakeMaker.pm
%%SITE_PERL%%/Perl6/Pugs.pm
-%%SITE_PERL%%/pugs/hack.pod
-%%SITE_PERL%%/pugs/run.pod
+%%SITE_PERL%%/Pugs/Doc/Hack.pod
+%%SITE_PERL%%/Pugs/Doc/Run.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs
@dirrmtry %%SITE_PERL%%/Inline
-@dirrmtry %%SITE_PERL%%/pugs
+@dirrmtry %%SITE_PERL%%/Pugs/Doc
+@dirrmtry %%SITE_PERL%%/Pugs
@dirrmtry %%SITE_PERL%%/Perl6
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6