Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 15:54:49 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317822 - head/devel/pecl-uploadprogress
Message-ID:  <201305101554.r4AFsnPC039553@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri May 10 15:54:48 2013
New Revision: 317822
URL: http://svnweb.freebsd.org/changeset/ports/317822

Log:
  - Let it work with php5X
  
  PR:		178430
  Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>

Modified:
  head/devel/pecl-uploadprogress/Makefile   (contents, props changed)

Modified: head/devel/pecl-uploadprogress/Makefile
==============================================================================
--- head/devel/pecl-uploadprogress/Makefile	Fri May 10 15:48:16 2013	(r317821)
+++ head/devel/pecl-uploadprogress/Makefile	Fri May 10 15:54:48 2013	(r317822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pecl-uploadprogress
-# Date created:			2006/12/06
-# Whom:				chinsan
-#
+# Created by: chinsan
 # $FreeBSD$
-#
 
 PORTNAME=	uploadprogress
 PORTVERSION=	1.0.2
@@ -19,7 +15,6 @@ COMMENT=	Provides track progress of a fi
 USE_PHP=	yes
 USE_PHPEXT=	yes
 IGNORE_WITH_PHP=4
-DEFAULT_PHP_VER=53
 
 CONFIGURE_ARGS=	--enable-uploadprogress
 



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