From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 30 04:00:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE67E106568B for ; Wed, 30 Sep 2009 04:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C0A498FC18 for ; Wed, 30 Sep 2009 04:00:13 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8U40DIW030961 for ; Wed, 30 Sep 2009 04:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8U40DLZ030960; Wed, 30 Sep 2009 04:00:13 GMT (envelope-from gnats) Date: Wed, 30 Sep 2009 04:00:13 GMT Message-Id: <200909300400.n8U40DLZ030960@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Scot Hetzel Cc: Subject: Re: ports/139241: upgrade graphics/php5-chartdirector to version 5.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2009 04:00:14 -0000 The following reply was made to PR ports/139241; it has been noted by GNATS. From: Scot Hetzel To: Dave Cornejo Cc: bug-followup@freebsd.org Subject: Re: ports/139241: upgrade graphics/php5-chartdirector to version 5.0.2 Date: Tue, 29 Sep 2009 22:22:36 -0500 I had received the following message from Advanced Software Engineering, they are now providing versioned files so that the port won't break when they put newer versions on the server. If you could resubmit your patch to use the versioned files, then I'll approve the upgrade, as my system is currently down. NOTE: DISTNAME will need to be changed to: DISTVERSION=${PORTVERSION:} .if ${ARCH} == "amd64" DISTNAME= chartdir_php_freebsd_64_${DISTVERSION} .else DISTNAME= chartdir_php_freebsd_${DISTVERSION} .endif Scot On Sun, Sep 13, 2009 at 7:37 PM, Peter Kwan wrote: > Hi, > > I am from Advanced Software Engineering, the developer for the ChartDirector > software. > > First of all, I must thank you very much for creating the FreeBSD ports for > ChartDirector. > > I notice that our current file naming method makes maintaining the FreeBSD > ports difficult, because the file names as published on our web site are not > versioned. They always point to the latest version, which may change from > time to time. > > On the other hand, the FreeBSD ports verifies the file sizes and checksums > of the download files, and the ports will no longer accept the files if they > are changed. > > In fact, we have just changed the distribution files to ChartDirector Ver > 5.0.2. I have tested myself and it does break the php4-chartdirector-5.0.1 > and php5-chartdirector-5.0.1 ports. > > To solve the problem once and for all, I have created versions file names > for the FreeBSD versions of ChartDirector, which will never change and will > stay on our site for a long long time. > > The files for "ChartDirector Ver 5.0.1" are now available as: > > http://download2.advsofteng.com/chartdir_php_freebsd_501.tar.gz > http://download2.advsofteng.com/chartdir_php_freebsd_64_501.tar.gz > > The files for "ChartDirector Ver 5.0.2" are now available as: > > http://download2.advsofteng.com/chartdir_php_freebsd_502.tar.gz > http://download2.advsofteng.com/chartdir_php_freebsd_64_502.tar.gz > > I have created the updated "distlist" for the Ver 5.0.1 and Ver 5.0.2 as > attached. You may use them to update the "distlist" in the FreeBSD ports web > site. > > The MASTER_SITES for downloading the above files are: > > http://download2.advsofteng.com/ > http://www.advsofteng.com/ > > (Note: The http://download.advsofteng.com/ is modified to > http://www.advsofteng.com/, which is a different server.) > > Please let me know if there is anything I can help to make maintaining the > FreeBSD ports easier. > > Should you need further information, please feel free to contact me. > > Regards > Peter Kwan >