Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 21:34:19 +0100 (BST)
From:      Neil Darlow <neil@darlow.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102159: Update of www/xaraya for version and PHP5 brokenness
Message-ID:  <20060816203419.77E87102C6E@router.darlow.co.uk>
Resent-Message-ID: <200608162040.k7GKeGaa011159@freefall.freebsd.org>

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

>Number:         102159
>Category:       ports
>Synopsis:       Update of www/xaraya for version and PHP5 brokenness
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 16 20:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Neil Darlow
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD router.darlow.co.uk 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Sat Jul 8 23:40:45 BST 2006 root@router.darlow.co.uk:/usr/obj/usr/src/sys/ROUTER i386
>Description:
Current port is outdated and marked as broken for PHP5.
		This port has minor changes:
		1) Corrected copy for all documentation now supplied in docs directory
		2) Relocated bundled example tools from DATADIR to EXAMPLESDIR to better reflect usage
		3) Install bundled example tools under EXAMPLESDIR without tools directory itself
>How-To-Repeat:
	
>Fix:
diff -ur xaraya.orig/Makefile xaraya/Makefile
--- xaraya.orig/Makefile        Wed Jul  5 19:22:57 2006
+++ xaraya/Makefile     Mon Aug  7 21:25:13 2006
@@ -8,11 +8,11 @@
 # extension would be used by default.

 PORTNAME=      xaraya
-PORTVERSION=   1.0.0r3
+PORTVERSION=   1.1.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
-DISTNAME=      ${PORTNAME}-1.0.0-rc3-base
+DISTNAME=      ${PORTNAME}-1.1.1-base

 MAINTAINER=    ports@FreeBSD.org
 COMMENT=       Framework to create fully dynamic Content Mangement Solutions
@@ -22,9 +22,8 @@
 .else
 USE_PHP=       mysql
 .endif
-IGNORE_WITH_PHP=       5
 NO_BUILD=      yes
-WRKSRC=                ${WRKDIR}/${PORTNAME}-1.0.0-rc3
+WRKSRC=                ${WRKDIR}/${PORTNAME}-1.1.1

 # May user to override this
 XARAYADIR?=    www/xaraya
@@ -36,15 +35,13 @@
        ${MKDIR} ${PREFIX}/${XARAYADIR}
        ${CP} -r ${WRKSRC}/html/* ${PREFIX}/${XARAYADIR}
 .if !defined(NOTOOLS)
-       ${MKDIR} ${DATADIR}
-       ${CP} -r ${WRKSRC}/tools ${DATADIR}
+       ${MKDIR} ${EXAMPLESDIR}
+       ${CP} -r ${WRKSRC}/tools/* ${EXAMPLESDIR}
 .endif
        ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${XARAYADIR}
 .if !defined(NOPORTDOCS)
        ${MKDIR} ${DOCSDIR}
        ${CP} -r ${WRKSRC}/docs/* ${DOCSDIR}
-       ${CP} ${WRKSRC}/INSTALL.txt ${WRKSRC}/LICENSE.txt \
-               ${WRKSRC}/CREDITS.txt ${DOCSDIR}
 .endif

 # Create plist
@@ -69,9 +66,9 @@
                ${SORT} -r >> ${TMPPLIST}
 .endif
 .if !defined(NOTOOLS)
-       @${FIND} ${DATADIR} ! -type d | ${SED} -e \
+       @${FIND} ${EXAMPLESDIR} ! -type d | ${SED} -e \
                's,^${PREFIX}/,,' >> ${TMPPLIST}
-       @${FIND} ${DATADIR} -type d | ${SED} -e \
+       @${FIND} ${EXAMPLESDIR} -type d | ${SED} -e \
                's,^${PREFIX}/,@dirrm ,' | \
                ${SORT} -r >> ${TMPPLIST}
 .endif
diff -ur xaraya.orig/distinfo xaraya/distinfo
--- xaraya.orig/distinfo        Tue Jan 24 03:14:18 2006
+++ xaraya/distinfo     Mon Aug  7 20:58:14 2006
@@ -1,3 +1,3 @@
-MD5 (xaraya-1.0.0-rc3-base.tar.gz) = 8c5c68588972c0738e6ec717b04dabd9
-SHA256 (xaraya-1.0.0-rc3-base.tar.gz) = 337ba4ecb3a38c3c385a0906651e16e2f498425c23b405b7f6d7834f4f79a434
-SIZE (xaraya-1.0.0-rc3-base.tar.gz) = 4283144
+MD5 (xaraya-1.1.1-base.tar.gz) = 76c8ad84ef20f714ed2e827f0a16bc00
+SHA256 (xaraya-1.1.1-base.tar.gz) = 84864a7cea794e6735d22f54071974eb6fa871108edcc968ad939f247d041079
+SIZE (xaraya-1.1.1-base.tar.gz) = 4753639

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



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