FreeBSD Bugzilla – Attachment 108268 Details for
Bug 149107
[PATCH] lang/rakudo Add perl6 documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.23 KB, created by
zahatski
on 2010-07-30 14:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
zahatski
Created:
2010-07-30 14:40:03 UTC
Size:
1.23 KB
patch
obsolete
>diff -urN /usr/ports/lang/rakudo/Makefile rakudo/Makefile >--- /usr/ports/lang/rakudo/Makefile 2010-07-29 22:05:19.000000000 +0400 >+++ rakudo/Makefile 2010-07-30 17:22:43.000000000 +0400 >@@ -2,13 +2,13 @@ > > PORTNAME= rakudo > PORTVERSION= 2010.07 >-PORTREVISION= 1 > PORTEPOCH= 1 >+PORTREVISION= 2 > CATEGORIES= lang > MASTER_SITES= http://cloud.github.com/downloads/rakudo/star/ > DISTNAME= ${PORTNAME}-star-${PORTVERSION} >@@ -45,6 +45,11 @@ > > post-install: > ${INSTALL_MAN} ${WRKSRC}/perl6.1 ${MAN1PREFIX}/man/man1/perl6.1 >+.if !defined(NOPORTDOCS) >+ ${MKDIR} ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/docs/UsingPerl6-draft.pdf ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/docs/cheatsheet.txt ${DOCSDIR} >+.endif > > test: build > ${MAKE} -C ${WRKSRC} test >diff -urN /usr/ports/lang/rakudo/pkg-plist rakudo/pkg-plist >--- /usr/ports/lang/rakudo/pkg-plist 2010-07-29 22:05:19.000000000 +0400 >+++ rakudo/pkg-plist 2010-07-30 17:24:04.000000000 +0400 >@@ -89,6 +89,8 @@ > share/doc/rakudo/README > share/doc/rakudo/ROADMAP > share/doc/rakudo/S11-Modules-proposal.pod >+share/doc/rakudo/UsingPerl6-draft.pdf >+share/doc/rakudo/cheatsheet.txt > @dirrm share/doc/rakudo > @dirrm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/YAML > @dirrm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149107
: 108268