Bug 96297 - [Maintainer] update www/py-webware to 0.9.1
Summary: [Maintainer] update www/py-webware to 0.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 04:00 UTC by Choe, Cheng-Dae
Modified: 2006-04-26 09:11 UTC (History)
0 users

See Also:


Attachments
file.diff (165.48 KB, patch)
2006-04-25 04:00 UTC, Choe, Cheng-Dae
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Choe, Cheng-Dae 2006-04-25 04:00:35 UTC
- Update www/py-webware to 0.9.1

Fix: PORTNAME=	webware
-PORTVERSION=	0.9
+PORTVERSION=	0.9.1
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	webware
@@ -20,9 +20,6 @@
 
 USE_PYTHON=	yes
 NO_BUILD=	yes
-USE_REINPLACE=	yes
-
-USE_REINPLACE=	yes
 
 WEBWARE_USER?=	webkit
 WEBWARE_GROUP?=	${WEBWARE_USER}
@@ -34,6 +31,7 @@
 		WEBWARE_GROUP=${WEBWARE_GROUP} \
 		WEBWARE_MASTER_DIR=${WEBWARE_MASTER_DIR} \
 		WEBKIT_HOME_DIR=${WEBKIT_HOME_DIR}
+DATADIR=	${PREFIX}/share/webware
 
 .include <bsd.port.pre.mk>
 
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-25 04:59:12 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-25 21:03:50 UTC
State Changed
From-To: open->feedback

Plist is not correct, it lists one nonextant file, and omits several other files: 

1698681        4 drwxr-xr-x    4 root             wheel                 512 Apr 25 20:02 usr/local/www/webkit 
1698683        4 drwxr-xr-x    2 root             wheel                 512 Apr 25 20:02 usr/local/www/webkit/Configs 
1698687        4 -rw-r-----    1 root             wheel                  42 Apr 25 20:02 usr/local/www/webkit/Configs/FCGIAdapter.config 
1698688        4 -rw-r-----    1 root             wheel                  42 Apr 25 20:02 usr/local/www/webkit/Configs/ModPythonAdapter.config 
1698689        4 -rw-r-----    1 root             wheel                  90 Apr 25 20:02 usr/local/www/webkit/Configs/OneShotAdapter.config 
1698690       12 -rw-r-----    1 root             wheel                4651 Apr 25 20:02 usr/local/www/webkit/Configs/Application.config 
1698691        4 -rw-r-----    1 root             wheel                 281 Apr 25 20:02 usr/local/www/webkit/Configs/AppServer.config 
1698692        4 -rw-r-----    1 root             wheel                  42 Apr 25 20:02 usr/local/www/webkit/Configs/CGIAdapter.config 
1698693        4 -rwxr-xr-x    1 root             wheel                 710 Apr 25 20:02 usr/local/www/webkit/AppServer 
1698694        8 -rwxr-xr-x    1 root             wheel                3212 Apr 25 20:02 usr/local/www/webkit/webkit 
1698695        4 -rw-r--r--    1 root             wheel                 603 Apr 25 20:02 usr/local/www/webkit/404Text.txt 
1698696        4 -rwxr-xr-x    1 root             wheel                 671 Apr 25 20:02 usr/local/www/webkit/Launch.py 
1698697        4 -rwxr-xr-x    1 root             wheel                1933 Apr 25 20:02 usr/local/www/webkit/WebKit.cgi 
1698698        4 drwxr-xr-x    2 root             wheel                 512 Apr 25 20:02 usr/local/www/webkit/MyContext 
1698699        4 -rw-r--r--    1 root             wheel                 952 Apr 25 20:02 usr/local/www/webkit/MyContext/Main.py 
1698700        4 -rw-r--r--    1 root             wheel                 147 Apr 25 20:02 usr/local/www/webkit/MyContext/__init__.py 

Please fix. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-25 21:03:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-26 09:11:46 UTC
State Changed
From-To: feedback->closed

Committed, thanks!