Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 21:25:38 GMT
From:      David Cornejo <dave@dogwood.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144077: upgrade php5-chartdirector to version 5.0.2_1
Message-ID:  <201002182125.o1ILPc3H035300@www.freebsd.org>
Resent-Message-ID: <201002182130.o1ILU1Ed082076@freefall.freebsd.org>

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

>Number:         144077
>Category:       ports
>Synopsis:       upgrade php5-chartdirector to version 5.0.2_1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 18 21:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     David Cornejo
>Release:        FreeBSD 8
>Organization:
Dogwood Media
>Environment:
FreeBSD magic.dogwood.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Feb 16 13:14:28 HST 2010     dave@magic.dogwood.com:/usr/obj/usr/src/sys/PLAIN  i386

>Description:
Port only worked through FreeBSD 7 on i386, this adds support for FreeBSD 8.  The amd64 version is unchanged though this patch fixes a misnamed dist file for it.

>How-To-Repeat:

>Fix:
Apply attached patch


Patch attached with submission follows:

diff -u ../php5-chartdirector.orig/Makefile ./Makefile
--- ../php5-chartdirector.orig/Makefile	2009-11-17 08:54:30.000000000 -1000
+++ ./Makefile	2010-02-18 11:15:24.000000000 -1000
@@ -7,9 +7,9 @@
 
 PORTNAME=	chartdirector
 PORTVERSION=	5.0.2
+PORTREVISION=	1
 CATEGORIES?=	graphics
-MASTER_SITES=	http://download.advsofteng.com/ \
-		http://download2.advsofteng.com/
+MASTER_SITES=	http://www.advsofteng.com/
 PKGNAMEPREFIX?=	php5-
 
 MAINTAINER=	swhetzel@gmail.com
@@ -30,9 +30,9 @@
 DISTVERSION=	${PORTVERSION:C/\.//g}
 
 .if ${ARCH} == "amd64"
-DISTNAME=	chartdir_php_freebsd_64_${DISTVERSION}
+DISTNAME=	chartdir_php_freebsd_${DISTVERSION}_64
 .else
-DISTNAME=	chartdir_php_freebsd_${DISTVERSION}
+DISTNAME=	chartdir_php_freebsd_${DISTVERSION}a
 .endif
 
 .if ${PHP_VER} == 5
diff -u ../php5-chartdirector.orig/distinfo ./distinfo
--- ../php5-chartdirector.orig/distinfo	2009-11-17 08:54:30.000000000 -1000
+++ ./distinfo	2010-02-18 10:58:09.000000000 -1000
@@ -1,6 +1,6 @@
-MD5 (chartdir_php_freebsd_502.tar.gz) = aa76e7e6d020c9d30f1700df4d4bc2ca
-SHA256 (chartdir_php_freebsd_502.tar.gz) = 3a36d14a4ab45d4e3ebc446900d787decce5a0d011d2ce0aee9ece7a44b6600d
-SIZE (chartdir_php_freebsd_502.tar.gz) = 7226544
-MD5 (chartdir_php_freebsd_64_502.tar.gz) = d3e6f220464ec3e7e62276165e82716e
-SHA256 (chartdir_php_freebsd_64_502.tar.gz) = a7ae984d322483e2a7c5a279877e840b9f7b7fa858b2f86afe8fae939f32b257
-SIZE (chartdir_php_freebsd_64_502.tar.gz) = 6786510
+MD5 (chartdir_php_freebsd_502a.tar.gz) = bc4b5b432cec1a43101a6f0bf6305711
+SHA256 (chartdir_php_freebsd_502a.tar.gz) = f50ca75b6c8f2f84b59884f3ebf465eb11e4dd7dd5917f9f9d2cc7ebb782ebe8
+SIZE (chartdir_php_freebsd_502a.tar.gz) = 7226256
+MD5 (chartdir_php_freebsd_502_64.tar.gz) = d3e6f220464ec3e7e62276165e82716e
+SHA256 (chartdir_php_freebsd_502_64.tar.gz) = a7ae984d322483e2a7c5a279877e840b9f7b7fa858b2f86afe8fae939f32b257
+SIZE (chartdir_php_freebsd_64_502_64.tar.gz) = 6786510
Common subdirectories: ../php5-chartdirector.orig/files and ./files


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



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