aboutsummaryrefslogtreecommitdiff
path: root/lang/pugs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-07-14 08:34:16 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-07-14 08:34:16 +0000
commitcaf62b4b2d24b2e3a135d7e327d69ad0a17a9868 (patch)
treea6e0c066764653b2a17a96b5719e50e270403e50 /lang/pugs
parent62c895839f7cdbdd020de85946004473cb72d7f5 (diff)
downloadports-caf62b4b2d24b2e3a135d7e327d69ad0a17a9868.tar.gz
ports-caf62b4b2d24b2e3a135d7e327d69ad0a17a9868.zip
Notes
Diffstat (limited to 'lang/pugs')
-rw-r--r--lang/pugs/Makefile6
-rw-r--r--lang/pugs/distinfo4
-rw-r--r--lang/pugs/pkg-plist9
3 files changed, 14 insertions, 5 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile
index f794ccba83a7..5ba7401b5f6c 100644
--- a/lang/pugs/Makefile
+++ b/lang/pugs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pugs
-PORTVERSION= 6.2.3
+PORTVERSION= 6.2.8
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
@@ -22,7 +22,9 @@ BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
-MAN3= Perl6::Pugs.3
+MAN3= Perl6::Pugs.3 \
+ Inline::Pugs.3 \
+ pugs::hack.3 pugs::run.3
.include <bsd.port.pre.mk>
diff --git a/lang/pugs/distinfo b/lang/pugs/distinfo
index f1a80f96efde..eb5f3a7d7e34 100644
--- a/lang/pugs/distinfo
+++ b/lang/pugs/distinfo
@@ -1,2 +1,2 @@
-MD5 (Perl6-Pugs-6.2.3.tar.gz) = 2ddc097bf8f19ad0d46f7f70ad042ae3
-SIZE (Perl6-Pugs-6.2.3.tar.gz) = 894640
+MD5 (Perl6-Pugs-6.2.8.tar.gz) = 116967089fd97ac54e19b90db4e76335
+SIZE (Perl6-Pugs-6.2.8.tar.gz) = 1309147
diff --git a/lang/pugs/pkg-plist b/lang/pugs/pkg-plist
index ce6e24ac1b1f..8722e2000232 100644
--- a/lang/pugs/pkg-plist
+++ b/lang/pugs/pkg-plist
@@ -1,10 +1,17 @@
bin/pugs
bin/pugscc
-%%SITE_PERL%%/Perl6/Pugs.pm
+%%SITE_PERL%%/Inline/Pugs.pm
%%SITE_PERL%%/Perl6/MakeMaker.pm
+%%SITE_PERL%%/Perl6/Pugs.pm
+%%SITE_PERL%%/Perl6/Pugs/Config.pm
+%%SITE_PERL%%/Perl6/Pugs/MiniYAML.pm
+%%SITE_PERL%%/pugs/hack.pod
+%%SITE_PERL%%/pugs/run.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs
@unexec rmdir %D/lib/perl6/mach 2>/dev/null || true
@unexec rmdir %D/lib/perl6 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Inline 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/pugs 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Perl6 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6 2>/dev/null || true