Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Feb 2008 17:42:49 -0500 (EST)
From:      Greg Larkin <glarkin@sourcehosting.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@sourcehosting.net
Subject:   ports/121241: [maintainer update] www/zend-framework: update to 1.0.4
Message-ID:  <200802292242.m1TMgnHa040940@ports.entropy.prv>
Resent-Message-ID: <200802292250.m1TMo1Xs095841@freefall.freebsd.org>

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

>Number:         121241
>Category:       ports
>Synopsis:       [maintainer update] www/zend-framework: update to 1.0.4
>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:   Fri Feb 29 22:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008
>Description:
- Update to 1.0.4
- Various cleanups/coding style improvements in Makefile
- Added owner/perms configuration for pkg_add

NOTE: This PR is dependent on ports/121240

Port maintainer (glarkin@sourcehosting.net) is cc'd.

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

--- ZendFramework-1.0.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/zend-framework.orig/Makefile /usr/ports/www/zend-framework/Makefile
--- /usr/ports/www/zend-framework.orig/Makefile	Fri Dec 14 13:45:10 2007
+++ /usr/ports/www/zend-framework/Makefile	Fri Feb 29 17:20:56 2008
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZendFramework
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	www
 MASTER_SITES=	http://framework.zend.com/releases/${DISTNAME}/ GENTOO/distfiles
 
@@ -40,8 +40,8 @@
 # a table of what PHP extensions are required for what ZF classes.
 
 .if defined(WITH_REQPHP)
-USE_PHP+=	ctype curl dom gd iconv mbstring memcache \
-		session simplexml soap xml zlib
+USE_PHP+=	apc ctype curl dom gd hash iconv mbstring \
+		memcache session simplexml soap xml zlib
 .endif
 .if defined(WITH_OPTPHP)
 USE_PHP+=	bcmath bitset json posix
@@ -72,11 +72,16 @@
 .endif
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	${CP} -R ${WRKSRC}/ ${DATADIR}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
 	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DATADIR}
+	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
+		${DATADIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
 	${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
+	@${ECHO_CMD} '@exec ${FIND} ${DATADIR} -type f -print0 | \
+		${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST}
 	${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
+	@${ECHO_CMD} '@exec ${FIND} ${DATADIR} -type d -print0 | \
+		${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN --exclude=CVS /usr/ports/www/zend-framework.orig/distinfo /usr/ports/www/zend-framework/distinfo
--- /usr/ports/www/zend-framework.orig/distinfo	Fri Dec 14 13:45:10 2007
+++ /usr/ports/www/zend-framework/distinfo	Fri Feb 29 16:42:43 2008
@@ -1,3 +1,3 @@
-MD5 (ZendFramework-1.0.3.tar.gz) = f44da5090c9a461b20372e64574b30ff
-SHA256 (ZendFramework-1.0.3.tar.gz) = b685c9314b3568b31d1c0957ea045f732b8a268807e0bb1aec185da18cbac8a9
-SIZE (ZendFramework-1.0.3.tar.gz) = 3918956
+MD5 (ZendFramework-1.0.4.tar.gz) = aeb2f0a898c024f616cea7e4488a09b8
+SHA256 (ZendFramework-1.0.4.tar.gz) = 6ffc9833d4a17ad7cfd210024dbdef9f6a7b1563f6c8dbeaf5787c8e178c4220
+SIZE (ZendFramework-1.0.4.tar.gz) = 3752635
diff -ruN --exclude=CVS /usr/ports/www/zend-framework.orig/files/pkg-message.in /usr/ports/www/zend-framework/files/pkg-message.in
--- /usr/ports/www/zend-framework.orig/files/pkg-message.in	Wed Sep 19 22:17:54 2007
+++ /usr/ports/www/zend-framework/files/pkg-message.in	Fri Feb 29 16:57:09 2008
@@ -1,7 +1,7 @@
 
 ***************************************************************
 Now you need to adjust PHP's include_path to contain
-	`%%DATADIR%%'
+	`%%DATADIR%%/library'
 
 For example, insert:
         include_path = ".:%%DATADIR%%/library"
@@ -11,4 +11,3 @@
 For more information about the Zend Framework, please visit:
 http://framework.zend.com/
 ***************************************************************
-
diff -ruN --exclude=CVS /usr/ports/www/zend-framework.orig/pkg-plist /usr/ports/www/zend-framework/pkg-plist
--- /usr/ports/www/zend-framework.orig/pkg-plist	Fri Dec 14 13:45:10 2007
+++ /usr/ports/www/zend-framework/pkg-plist	Fri Feb 29 17:06:18 2008
@@ -140,6 +140,8 @@
 %%DATADIR%%/library/Zend/Db/Adapter/Oracle/Exception.php
 %%DATADIR%%/library/Zend/Db/Adapter/Pdo/Abstract.php
 %%DATADIR%%/library/Zend/Db/Adapter/Pdo/Ibm.php
+%%DATADIR%%/library/Zend/Db/Adapter/Pdo/Ibm/Db2.php
+%%DATADIR%%/library/Zend/Db/Adapter/Pdo/Ibm/Ids.php
 %%DATADIR%%/library/Zend/Db/Adapter/Pdo/Mssql.php
 %%DATADIR%%/library/Zend/Db/Adapter/Pdo/Mysql.php
 %%DATADIR%%/library/Zend/Db/Adapter/Pdo/Oci.php
@@ -244,6 +246,7 @@
 %%DATADIR%%/library/Zend/Gdata/App/HttpException.php
 %%DATADIR%%/library/Zend/Gdata/App/IOException.php
 %%DATADIR%%/library/Zend/Gdata/App/InvalidArgumentException.php
+%%DATADIR%%/library/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php
 %%DATADIR%%/library/Zend/Gdata/App/MediaEntry.php
 %%DATADIR%%/library/Zend/Gdata/App/MediaFileSource.php
 %%DATADIR%%/library/Zend/Gdata/App/MediaSource.php
@@ -431,6 +434,7 @@
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Gender.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Hobbies.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Hometown.php
+%%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Link.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Location.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/MediaContent.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/MediaGroup.php
@@ -445,6 +449,7 @@
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/School.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Statistics.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Status.php
+%%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Token.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/Extension/Username.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/MediaEntry.php
 %%DATADIR%%/library/Zend/Gdata/YouTube/PlaylistListEntry.php
@@ -1385,11 +1390,13 @@
 %%DATADIR%%/tests/Zend/Config/XmlTest.php
 %%DATADIR%%/tests/Zend/Config/_files/allsections.ini
 %%DATADIR%%/tests/Zend/Config/_files/allsections.xml
+%%DATADIR%%/tests/Zend/Config/_files/array.xml
 %%DATADIR%%/tests/Zend/Config/_files/circular.ini
 %%DATADIR%%/tests/Zend/Config/_files/circular.xml
 %%DATADIR%%/tests/Zend/Config/_files/config.ini
 %%DATADIR%%/tests/Zend/Config/_files/config.xml
 %%DATADIR%%/tests/Zend/Config/_files/multipleinheritance.ini
+%%DATADIR%%/tests/Zend/Config/_files/nosections.ini
 %%DATADIR%%/tests/Zend/Config/_files/onetoplevelstring.xml
 %%DATADIR%%/tests/Zend/Config/_files/separator.ini
 %%DATADIR%%/tests/Zend/Config/_files/toplevelstring.xml
@@ -1429,17 +1436,10 @@
 %%DATADIR%%/tests/Zend/Controller/_files/ObController.php
 %%DATADIR%%/tests/Zend/Controller/_files/ViewController.php
 %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/controllers/IndexController.php
-%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/scripts/index/test.phtml
-%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/scripts/test.phtml
-%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/scripts/test/foo.php
 %%DATADIR%%/tests/Zend/Controller/_files/modules/foo/controllers/Admin/IndexController.php
 %%DATADIR%%/tests/Zend/Controller/_files/modules/foo/controllers/IndexController.php
+%%DATADIR%%/tests/Zend/Controller/_files/routes-root.ini
 %%DATADIR%%/tests/Zend/Controller/_files/routes.ini
-%%DATADIR%%/tests/Zend/Controller/views/scripts/custom/renderScript.php
-%%DATADIR%%/tests/Zend/Controller/views/scripts/foo-bar/baz-bat.phtml
-%%DATADIR%%/tests/Zend/Controller/views/scripts/site.phtml
-%%DATADIR%%/tests/Zend/Controller/views/scripts/view/index.phtml
-%%DATADIR%%/tests/Zend/Controller/views/scripts/view/name.phtml
 %%DATADIR%%/tests/Zend/CurrencyTest.php
 %%DATADIR%%/tests/Zend/Date/AllTests.php
 %%DATADIR%%/tests/Zend/Date/DateObjectTest.php
@@ -1645,6 +1645,7 @@
 %%DATADIR%%/tests/Zend/Gdata/AppTest.php
 %%DATADIR%%/tests/Zend/Gdata/AttendeeStatusTest.php
 %%DATADIR%%/tests/Zend/Gdata/AttendeeTypeTest.php
+%%DATADIR%%/tests/Zend/Gdata/AuthSubTest.php
 %%DATADIR%%/tests/Zend/Gdata/Calendar/AccessLevelTest.php
 %%DATADIR%%/tests/Zend/Gdata/Calendar/ColorTest.php
 %%DATADIR%%/tests/Zend/Gdata/Calendar/EventEntryTest.php
@@ -2066,10 +2067,13 @@
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/AlbumDataTest.php
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/AllTests.php
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/ArtistTest.php
+%%DATADIR%%/tests/Zend/Service/Audioscrobbler/AudioscrobblerTest.php
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/GroupTest.php
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/ProfileTest.php
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/TagDataTest.php
 %%DATADIR%%/tests/Zend/Service/Audioscrobbler/TrackDataTest.php
+%%DATADIR%%/tests/Zend/Service/Audioscrobbler/_files/errorNoUserExists
+%%DATADIR%%/tests/Zend/Service/Audioscrobbler/_files/errorResponseStatusError
 %%DATADIR%%/tests/Zend/Service/Delicious/AllTests.php
 %%DATADIR%%/tests/Zend/Service/Delicious/PostTest.php
 %%DATADIR%%/tests/Zend/Service/Delicious/PrivateDataTest.php
@@ -2120,6 +2124,7 @@
 %%DATADIR%%/tests/Zend/Translate/XmlTmTest.php
 %%DATADIR%%/tests/Zend/Translate/_files/XmlTm_test_de.xml
 %%DATADIR%%/tests/Zend/Translate/_files/XmlTm_test_en.xml
+%%DATADIR%%/tests/Zend/Translate/_files/array.php
 %%DATADIR%%/tests/Zend/Translate/_files/failed.tmx
 %%DATADIR%%/tests/Zend/Translate/_files/failed.xliff
 %%DATADIR%%/tests/Zend/Translate/_files/test_fileerror.mo
@@ -2198,18 +2203,6 @@
 %%DATADIR%%/tests/Zend/_files/_testDir1/ClassNonexistent.php
 %%DATADIR%%/tests/Zend/_files/_testDir1/Interface1.php
 %%DATADIR%%/tests/Zend/_files/_testDir2/Class2.php
-@exec mkdir -p %D/%%DATADIR%%/library/Zend/View/Filter
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/filters
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/helpers
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/default/controllers
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views/helpers
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views/scripts
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/views/filters
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/views/helpers
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Db/Table/_files
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Memory/_files
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Search/Lucene/Storage/_tempFiles
-@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Search/Lucene/_files/_index
 @dirrm %%DATADIR%%/tests/Zend/_files/_testDir2
 @dirrm %%DATADIR%%/tests/Zend/_files/_testDir1/Class1
 @dirrm %%DATADIR%%/tests/Zend/_files/_testDir1
@@ -2234,6 +2227,7 @@
 @dirrm %%DATADIR%%/tests/Zend/Service/Flickr/_files
 @dirrm %%DATADIR%%/tests/Zend/Service/Flickr
 @dirrm %%DATADIR%%/tests/Zend/Service/Delicious
+@dirrm %%DATADIR%%/tests/Zend/Service/Audioscrobbler/_files
 @dirrm %%DATADIR%%/tests/Zend/Service/Audioscrobbler
 @dirrm %%DATADIR%%/tests/Zend/Service/Amazon
 @dirrm %%DATADIR%%/tests/Zend/Service
@@ -2327,14 +2321,9 @@
 @dirrm %%DATADIR%%/tests/Zend/Db/Adapter
 @dirrm %%DATADIR%%/tests/Zend/Db
 @dirrm %%DATADIR%%/tests/Zend/Date
-@dirrm %%DATADIR%%/tests/Zend/Controller/views/scripts/view
-@dirrm %%DATADIR%%/tests/Zend/Controller/views/scripts/foo-bar
-@dirrm %%DATADIR%%/tests/Zend/Controller/views/scripts/custom
-@dirrm %%DATADIR%%/tests/Zend/Controller/views/scripts
 @dirrm %%DATADIR%%/tests/Zend/Controller/views/helpers
 @dirrm %%DATADIR%%/tests/Zend/Controller/views/filters
 @dirrm %%DATADIR%%/tests/Zend/Controller/views
-@dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views/scripts
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views/helpers
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/foo/controllers/Admin
@@ -2342,9 +2331,6 @@
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/foo
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/default/controllers
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/default
-@dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/scripts/test
-@dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/scripts/index
-@dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/scripts
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/helpers
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/filters
 @dirrm %%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views
@@ -2516,6 +2502,7 @@
 @dirrm %%DATADIR%%/library/Zend/Db/Statement
 @dirrm %%DATADIR%%/library/Zend/Db/Select
 @dirrm %%DATADIR%%/library/Zend/Db/Profiler
+@dirrm %%DATADIR%%/library/Zend/Db/Adapter/Pdo/Ibm
 @dirrm %%DATADIR%%/library/Zend/Db/Adapter/Pdo
 @dirrm %%DATADIR%%/library/Zend/Db/Adapter/Oracle
 @dirrm %%DATADIR%%/library/Zend/Db/Adapter/Mysqli
@@ -2572,3 +2559,14 @@
 @dirrm %%DATADIR%%/demos/Zend
 @dirrm %%DATADIR%%/demos
 @dirrm %%DATADIR%%
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Search/Lucene/_files/_index
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Search/Lucene/Storage/_tempFiles
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Memory/_files
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Db/Table/_files
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/views/helpers
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/views/filters
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/foo/views/helpers
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/default/controllers
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/helpers
+@exec mkdir -p %D/%%DATADIR%%/tests/Zend/Controller/_files/modules/bar/views/filters
+@exec mkdir -p %D/%%DATADIR%%/library/Zend/View/Filter
--- ZendFramework-1.0.4.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?200802292242.m1TMgnHa040940>