Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 02:10:09 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95683: [PATCH] devel/py-ui: happify portlint
Message-ID:  <200604130910.k3D9A9VW016183@Laptop.mine.box>
Resent-Message-ID: <200604130920.k3D9KEY2035196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95683
>Category:       ports
>Synopsis:       [PATCH] devel/py-ui: happify portlint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 09:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Make portlint(1) happy
- Take maintainership

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py24-ui-0.95_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-ui/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-ui/Makefile
--- /usr/ports/devel/py-ui/Makefile	Sun Jan 15 16:40:37 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-ui/Makefile	Thu Apr 13 02:08:43 2006
@@ -15,7 +15,7 @@
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pyui${PORTVERSION:S/.//}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	alex@foxybanana.com
 COMMENT=	A user interface library written in Python
 
 RUN_DEPENDS=	\
@@ -27,6 +27,8 @@
 USE_ZIP=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+
+DOCSDIR=	${LOCALBASE}/share/doc/py-ui
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -ruN --exclude=CVS /usr/ports/devel/py-ui/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-ui/pkg-plist
--- /usr/ports/devel/py-ui/pkg-plist	Wed Jan 21 15:04:57 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-ui/pkg-plist	Thu Apr 13 02:08:19 2006
@@ -94,31 +94,31 @@
 lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.py
 lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.pyc
 lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.pyo
-%%PORTDOCS%%share/doc/py-ui/dependencies.jpg
-%%PORTDOCS%%share/doc/py-ui/pyui.base.html
-%%PORTDOCS%%share/doc/py-ui/pyui.colors.html
-%%PORTDOCS%%share/doc/py-ui/pyui.core.html
-%%PORTDOCS%%share/doc/py-ui/pyui.database.html
-%%PORTDOCS%%share/doc/py-ui/pyui.desktop.html
-%%PORTDOCS%%share/doc/py-ui/pyui.dialogs.html
-%%PORTDOCS%%share/doc/py-ui/pyui.entry.html
-%%PORTDOCS%%share/doc/py-ui/pyui.greenTheme.html
-%%PORTDOCS%%share/doc/py-ui/pyui.grid.html
-%%PORTDOCS%%share/doc/py-ui/pyui.html
-%%PORTDOCS%%share/doc/py-ui/pyui.html.html
-%%PORTDOCS%%share/doc/py-ui/pyui.layouts.html
-%%PORTDOCS%%share/doc/py-ui/pyui.locals.html
-%%PORTDOCS%%share/doc/py-ui/pyui.renderer3d.html
-%%PORTDOCS%%share/doc/py-ui/pyui.rendererBase.html
-%%PORTDOCS%%share/doc/py-ui/pyui.renderers.openglGlut.html
-%%PORTDOCS%%share/doc/py-ui/pyui.renderers.openglPygame.html
-%%PORTDOCS%%share/doc/py-ui/pyui.renderers.pygame2D.html
-%%PORTDOCS%%share/doc/py-ui/pyui.sheet.html
-%%PORTDOCS%%share/doc/py-ui/pyui.theme.html
-%%PORTDOCS%%share/doc/py-ui/pyui.tree.html
-%%PORTDOCS%%share/doc/py-ui/pyui.viewer.html
-%%PORTDOCS%%share/doc/py-ui/pyui.widgets.html
-%%PORTDOCS%%@dirrm share/doc/py-ui
+%%PORTDOCS%%%%DOCSDIR%%/dependencies.jpg
+%%PORTDOCS%%%%DOCSDIR%%/pyui.base.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.colors.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.core.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.database.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.desktop.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.dialogs.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.entry.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.greenTheme.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.grid.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.html.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.layouts.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.locals.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.renderer3d.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.rendererBase.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.openglGlut.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.openglPygame.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.pygame2D.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.sheet.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.theme.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.tree.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.viewer.html
+%%PORTDOCS%%%%DOCSDIR%%/pyui.widgets.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui/themes
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui
--- py24-ui-0.95_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604130910.k3D9A9VW016183>