FreeBSD Bugzilla – Attachment 141954 Details for
Bug 188883
[PATCH] graphics/py-aafigure: stage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-aafigure-0.5.patch
py-aafigure-0.5.patch (text/plain), 1.53 KB, created by
Bartek Rutkowski
on 2014-04-22 13:40:00 UTC
(
hide
)
Description:
py-aafigure-0.5.patch
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2014-04-22 13:40:00 UTC
Size:
1.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351821) >+++ Makefile (working copy) >@@ -8,14 +8,14 @@ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= tota@FreeBSD.org >-COMMENT= An ASCII art to image converter written in Python >+COMMENT= ASCII art to image converter written in Python > >+LICENSE= BSD >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ > ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 > >-LICENSE= BSD >-LICENSE_FILE= ${WRKSRC}/LICENSE.txt >- > USE_PYTHON= yes > USE_PYDISTUTILS= yes > >@@ -25,15 +25,14 @@ > PORTDOCS= README.txt > PORTEXAMPLES= * > >-NO_STAGE= yes > post-install: > .if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} > .endif > .if !defined(NOPORTEXAMPLES) >- ${MKDIR} ${EXAMPLESDIR} >- cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} > .endif > > .include <bsd.port.mk> >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 351821) >+++ pkg-descr (working copy) >@@ -4,4 +4,4 @@ > This project provides a Python package, a command line script as well as > Docutils and MoinMoin plugins. > >-WWW: https://launchpad.net/aafigure/ >+WWW: https://launchpad.net/aafigure/
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 188883
: 141954