Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2008 21:50:47 +0800 (CST)
From:      Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126004: [MAINTAINER] www/gaeo: update to 50
Message-ID:  <200807271350.m6RDolaj046278@stucgi.cs.nctu.edu.tw>
Resent-Message-ID: <200807271400.m6RE0Ci1032569@freefall.freebsd.org>

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

>Number:         126004
>Category:       ports
>Synopsis:       [MAINTAINER] www/gaeo: update to 50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 14:00:12 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p1 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008
>Description:
- Update to 50
- Fix a patch bug

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

--- gaeo-50.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/gaeo/Makefile /amd/account/gcs/96/9655630/dev/ports/www/gaeo/Makefile
--- /usr/ports/www/gaeo/Makefile	2008-07-26 12:31:12.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/www/gaeo/Makefile	2008-07-27 16:38:18.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gaeo
-PORTVERSION=	45
+PORTVERSION=	50
 CATEGORIES=	www devel python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}-trunk-r${PORTVERSION}
@@ -23,8 +23,6 @@
 USE_PYTHON=	2.5+
 USE_ZIP=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 post-patch:
 	${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/bin/gaeo.py
 
diff -ruN --exclude=CVS /usr/ports/www/gaeo/distinfo /amd/account/gcs/96/9655630/dev/ports/www/gaeo/distinfo
--- /usr/ports/www/gaeo/distinfo	2008-07-26 12:31:12.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/www/gaeo/distinfo	2008-07-27 16:23:47.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (gaeo-trunk-r45.zip) = fd5243b6067759cd4d54bd65c5b931f7
-SHA256 (gaeo-trunk-r45.zip) = 386d7114841b5af6baeb65a28a8ab8cc69767f3f22b5367349d90d61a6c17a4d
-SIZE (gaeo-trunk-r45.zip) = 18299
+MD5 (gaeo-trunk-r50.zip) = 375a68791a07c16cc1a61064f592f497
+SHA256 (gaeo-trunk-r50.zip) = 5053eceb787e85ebf5a7f44431575145213e0fa421735dd5e3925b7bdd750635
+SIZE (gaeo-trunk-r50.zip) = 20056
diff -ruN --exclude=CVS /usr/ports/www/gaeo/files/patch-bin_gaeo.py /amd/account/gcs/96/9655630/dev/ports/www/gaeo/files/patch-bin_gaeo.py
--- /usr/ports/www/gaeo/files/patch-bin_gaeo.py	2008-07-26 12:31:12.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/www/gaeo/files/patch-bin_gaeo.py	2008-07-27 16:36:19.000000000 +0800
@@ -5,7 +5,7 @@
  
      # copy GAEO directory
 -    copytree(os.path.join(os.path.dirname(__file__), '..', 'gaeo'), os.path.join(project_home, 'gaeo'))
-+    copytree(os.path.join(os.path.dirname(__file__), '%%DATADIR%%', 'gaeo'), os.path.join(project_home, 'gaeo'))
++    copytree(os.path.join('%%DATADIR%%', 'gaeo'), os.path.join(project_home, 'gaeo'))
  
      # create the eclipse project file
      if create_eclipse_proj:
diff -ruN --exclude=CVS /usr/ports/www/gaeo/pkg-plist /amd/account/gcs/96/9655630/dev/ports/www/gaeo/pkg-plist
--- /usr/ports/www/gaeo/pkg-plist	2008-07-26 12:31:12.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/www/gaeo/pkg-plist	2008-07-27 21:48:35.000000000 +0800
@@ -8,9 +8,11 @@
 %%DATADIR%%/gaeo/dispatch/__init__.py
 %%DATADIR%%/gaeo/dispatch/dispatcher.py
 %%DATADIR%%/gaeo/dispatch/router.py
+%%DATADIR%%/gaeo/model/__init__.py
 %%DATADIR%%/gaeo/session/__init__.py
 %%DATADIR%%/gaeo/session/memcache.py
 @dirrm %%DATADIR%%/gaeo/session
+@dirrm %%DATADIR%%/gaeo/model
 @dirrm %%DATADIR%%/gaeo/dispatch
 @dirrm %%DATADIR%%/gaeo/controller
 @dirrm %%DATADIR%%/gaeo
--- gaeo-50.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?200807271350.m6RDolaj046278>