svn commit: r317822 - head/devel/pecl-uploadprogress
Martin Wilke
miwi at FreeBSD.org
Fri May 10 15:54:49 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list