aboutsummaryrefslogtreecommitdiff
path: root/lang/pugs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-04-06 01:23:26 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-04-06 01:23:26 +0000
commit6fbecb173036fe736491417d93fe2fa47788eb55 (patch)
tree67f1781780a6689dd61c8d31dde192eaa19ed62d /lang/pugs
parent2191819903f211726faa327ea3ceb2a2d198543a (diff)
downloadports-6fbecb173036fe736491417d93fe2fa47788eb55.tar.gz
ports-6fbecb173036fe736491417d93fe2fa47788eb55.zip
Notes
Diffstat (limited to 'lang/pugs')
-rw-r--r--lang/pugs/Makefile5
-rw-r--r--lang/pugs/distinfo4
-rw-r--r--lang/pugs/pkg-plist7
3 files changed, 6 insertions, 10 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile
index 03bd75cd30dc..37204ee55b6c 100644
--- a/lang/pugs/Makefile
+++ b/lang/pugs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pugs
-PORTVERSION= 6.0.11
+PORTVERSION= 6.0.14
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
@@ -31,8 +31,9 @@ post-configure:
-e '/^INSTALLARCHLIB/s,${PREFIX}/lib,${PREFIX}/lib/perl6/mach,' \
${WRKSRC}/Makefile
+# we don't want HTTP::Headers.3 LWP::Simple.3
post-patch:
- @${REINPLACE_CMD} -e '/-isrc$$/s,-isrc,-isrc -L${PREFIX}/lib,' \
+ @${REINPLACE_CMD} -e 's#blib6/man3$$#/dev/null#' \
${WRKSRC}/Makefile.PL
.if !defined(NOPORTDOCS)
diff --git a/lang/pugs/distinfo b/lang/pugs/distinfo
index 53a93eaf50c5..3ef5457f9a0b 100644
--- a/lang/pugs/distinfo
+++ b/lang/pugs/distinfo
@@ -1,2 +1,2 @@
-MD5 (Perl6-Pugs-6.0.11.tar.gz) = 0ff4b1f4b93d2288894e975f0e4926a1
-SIZE (Perl6-Pugs-6.0.11.tar.gz) = 315826
+MD5 (Perl6-Pugs-6.0.14.tar.gz) = 7b59e0e2ecf7bac7ea5e9f4e61e30633
+SIZE (Perl6-Pugs-6.0.14.tar.gz) = 590415
diff --git a/lang/pugs/pkg-plist b/lang/pugs/pkg-plist
index f161c55ea138..ce6e24ac1b1f 100644
--- a/lang/pugs/pkg-plist
+++ b/lang/pugs/pkg-plist
@@ -1,13 +1,8 @@
-bin/kwid
bin/pugs
bin/pugscc
-lib/perl6/Kwid.pm
-lib/perl6/perlkwid.kwid
-lib/perl6/Test.pm
%%SITE_PERL%%/Perl6/Pugs.pm
-%%SITE_PERL%%/Pugs/MakeMaker.pm
+%%SITE_PERL%%/Perl6/MakeMaker.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs/.packlist
-@dirrm %%SITE_PERL%%/Pugs
@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