diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-27 12:40:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-27 12:40:59 +0800 |
commit | 1513e5e59aa2a5f0e17f503480cd59ed7d121e45 (patch) | |
tree | bc9c2813a3fff2e512272151ce5dcb6f172e1d7f /lang | |
parent | 38e0962f2bdc87fbc45da93e33022a8ffa17f025 (diff) | |
download | freebsd-ports-graphics-1513e5e59aa2a5f0e17f503480cd59ed7d121e45.tar.gz freebsd-ports-graphics-1513e5e59aa2a5f0e17f503480cd59ed7d121e45.tar.zst freebsd-ports-graphics-1513e5e59aa2a5f0e17f503480cd59ed7d121e45.zip |
- Update to 6.2.12
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pugs/Makefile | 6 | ||||
-rw-r--r-- | lang/pugs/distinfo | 6 | ||||
-rw-r--r-- | lang/pugs/pkg-plist | 7 |
3 files changed, 10 insertions, 9 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile index 03391bef76e..53649b60545 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 87323ee7fc7..c7f9ec12479 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 53f0a787c08..a0ef16d5000 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 |