From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 14 02:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8926124A for ; Tue, 14 Jan 2014 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75B85107C for ; Tue, 14 Jan 2014 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E200I6013122 for ; Tue, 14 Jan 2014 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0E200IM013121; Tue, 14 Jan 2014 02:00:00 GMT (envelope-from gnats) Date: Tue, 14 Jan 2014 02:00:00 GMT Message-Id: <201401140200.s0E200IM013121@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mike Bowie Subject: Re: ports/184475: finance/php-tclink version bump to 4.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mike Bowie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 02:00:01 -0000 The following reply was made to PR ports/184475; it has been noted by GNATS. From: Mike Bowie To: William Grzybowski , Mike Bowie Cc: "bug-followup@FreeBSD.org" Subject: Re: ports/184475: finance/php-tclink version bump to 4.0.2 Date: Mon, 13 Jan 2014 17:49:06 -0800 This is a multi-part message in MIME format. --------------090508060200000607000300 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit My bad... I thought my previous patch to 4.0.0 had been accepted along the way. This should take 3.4.4 straight to 4.0.2 cleanly. Thanks, Mike. On 12/4/13, 1:55 PM, William Grzybowski wrote: > On Wed, Dec 4, 2013 at 7:53 PM, Mike Bowie > wrote: > > Thanks William, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=145922 should give it > some context. > > > > Thanks, I may have not made myself clear but I need a patch that applies > to the current ports tree, not the context of why. > > > On 12/4/13, 1:42 PM, William Grzybowski wrote: > > Hi, > > That patch makes no sense, current version is 3.4.4 > > -- > William Grzybowski > ------------------------------__------------ > Curitiba/PR - Brasil > > > > > > -- > William Grzybowski > ------------------------------------------ > Curitiba/PR - Brasil -- Mike Bowie Chief Electron Disturbance Facilitation Officer (CTO) RocketSpace, Inc Office: 415 625 3155 Direct: 415 230 2214 Mobile: 213 222 8966 Fax: 415 373 3988 E-mail: mbowie@rocket-space.com Web: www.rocket-space.com Tweet: @mike_bowie --------------090508060200000607000300 Content-Type: text/plain; charset=UTF-8; x-mac-type="54455854"; x-mac-creator="522A6368"; name="php-tclink-344-402.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="php-tclink-344-402.diff" diff -ru php-tclink.orig/Makefile php-tclink/Makefile --- php-tclink.orig/Makefile 2013-02-01 12:26:05.000000000 -0800 +++ php-tclink/Makefile 2014-01-13 17:39:03.000000000 -0800 @@ -1,14 +1,10 @@ -# New ports collection makefile for: php-tclink -# Date created: 27 May 2008 -# Whom: -# -# $FreeBSD: ports/finance/php-tclink/Makefile,v 1.3 2010/05/12 20:13:10 pav Exp $ -# +# Created by: +# $FreeBSD: finance/php-tclink/Makefile 327727 2013-09-20 17:18:38Z bapt $ PORTNAME= tclink -PORTVERSION= 3.4.4 +PORTVERSION= 4.0.2 CATEGORIES= finance -MASTER_SITES= http://www.trustcommerce.com/downloads/ +MASTER_SITES= https://vault.trustcommerce.com/downloads/ PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION}-php @@ -18,5 +14,7 @@ USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes +DEFAULT_PHP_VER=53 +NO_STAGE= yes .include diff -ru php-tclink.orig/distinfo php-tclink/distinfo --- php-tclink.orig/distinfo 2013-02-01 12:26:05.000000000 -0800 +++ php-tclink/distinfo 2014-01-13 17:39:56.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (tclink-3.4.4-php.tar.gz) = bd8d6fa484f919bbae200b034368522db13226cb77656840791672de988c8281 -SIZE (tclink-3.4.4-php.tar.gz) = 73859 +SHA256 (tclink-4.0.2-php.tar.gz) = 33d443bdbfe3abdbf18d9c99e0940f31df8975f9e83bb55a84b9b4aa824f0aaa +SIZE (tclink-4.0.2-php.tar.gz) = 29587 Only in php-tclink.orig: files --------------090508060200000607000300--