Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 06:47:51 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513328 - in head: . devel devel/pecl-uploadprogress
Message-ID:  <201909300647.x8U6lpqR085248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Sep 30 06:47:51 2019
New Revision: 513328
URL: https://svnweb.freebsd.org/changeset/ports/513328

Log:
  devel/pecl-uploadprogress: Resurrect port with fixes for php7X
  
  The port was removed due to PHP 5.6 being EOL.
  
  A project hosting an updated version is available on PHP's Github:
  https://github.com/php/pecl-php-uploadprogress.
  
  PR:		239321
  Submitted by:	Daniel Morante <daniel@morante.net>

Added:
  head/devel/pecl-uploadprogress/
     - copied from r488629, head/devel/pecl-uploadprogress/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/pecl-uploadprogress/Makefile
  head/devel/pecl-uploadprogress/distinfo
  head/devel/pecl-uploadprogress/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Sep 30 06:11:46 2019	(r513327)
+++ head/MOVED	Mon Sep 30 06:47:51 2019	(r513328)
@@ -10965,7 +10965,6 @@ devel/pecl-msgpack0|devel/pecl-msgpack|2018-12-30|Has 
 devel/pecl-svn||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/php-uprofiler||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/pecl-statgrab||2018-12-30|Has expired: Works only with EOL php 5.6
-devel/pecl-uploadprogress||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/pecl-qb||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/php-memoize||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/php5-blitz-devel||2018-12-30|Has expired: Works only with EOL php 5.6

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep 30 06:11:46 2019	(r513327)
+++ head/devel/Makefile	Mon Sep 30 06:47:51 2019	(r513328)
@@ -3893,6 +3893,7 @@
     SUBDIR += pecl-request
     SUBDIR += pecl-swoole
     SUBDIR += pecl-sync
+    SUBDIR += pecl-uploadprogress
     SUBDIR += pecl-uuid
     SUBDIR += pecl-uv
     SUBDIR += pecl-vld

Modified: head/devel/pecl-uploadprogress/Makefile
==============================================================================
--- head/devel/pecl-uploadprogress/Makefile	Fri Dec 28 21:32:12 2018	(r488629)
+++ head/devel/pecl-uploadprogress/Makefile	Mon Sep 30 06:47:51 2019	(r513328)
@@ -2,20 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	uploadprogress
-PORTVERSION=	1.0.3
-PORTREVISION=	1
+DISTVERSION=	1.0.3.1.a.20190424
 CATEGORIES=	devel pear
 
-MAINTAINER=	joneum@FreeBSD.org
+MAINTAINER=	daniel@morante.net
 COMMENT=	Provides track progress of a file upload
 
-DEPRECATED=	Works only with EOL php 5.6
-EXPIRATION_DATE=	2018-12-30
-
 LICENSE=	PHP301
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	71 72 73
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	php
+GH_PROJECT=	pecl-php-${PORTNAME}
+GH_TAGNAME=	80a54fa
 
 CONFIGURE_ARGS=	--enable-uploadprogress
 

Modified: head/devel/pecl-uploadprogress/distinfo
==============================================================================
--- head/devel/pecl-uploadprogress/distinfo	Fri Dec 28 21:32:12 2018	(r488629)
+++ head/devel/pecl-uploadprogress/distinfo	Mon Sep 30 06:47:51 2019	(r513328)
@@ -1,2 +1,3 @@
-SHA256 (PECL/uploadprogress-1.0.3.tgz) = 69e6692d5629044396e804f82fef5861f7016a2c2150705652efb3f3c9b47df7
-SIZE (PECL/uploadprogress-1.0.3.tgz) = 9041
+TIMESTAMP = 1563575868
+SHA256 (PECL/php-pecl-php-uploadprogress-1.0.3.1.a.20190424-80a54fa_GH0.tar.gz) = c55f6ee40b8ca43fd6e1571c0a1941ddf442c4bd77088b2fecc67c6d2eab70b4
+SIZE (PECL/php-pecl-php-uploadprogress-1.0.3.1.a.20190424-80a54fa_GH0.tar.gz) = 12087

Modified: head/devel/pecl-uploadprogress/pkg-descr
==============================================================================
--- head/devel/pecl-uploadprogress/pkg-descr	Fri Dec 28 21:32:12 2018	(r488629)
+++ head/devel/pecl-uploadprogress/pkg-descr	Mon Sep 30 06:47:51 2019	(r513328)
@@ -1,3 +1,3 @@
 An extension to track progress of a file upload.
 
-WWW: https://pecl.php.net/package/uploadprogress
+WWW: https://github.com/php/pecl-php-uploadprogress



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