View | Details | Raw Unified | Return to bug 239321
Collapse All | Expand All

(-)MOVED (-1 lines)
Lines 10971-10977 Link Here
10971
devel/pecl-svn||2018-12-30|Has expired: Works only with EOL php 5.6
10971
devel/pecl-svn||2018-12-30|Has expired: Works only with EOL php 5.6
10972
devel/php-uprofiler||2018-12-30|Has expired: Works only with EOL php 5.6
10972
devel/php-uprofiler||2018-12-30|Has expired: Works only with EOL php 5.6
10973
devel/pecl-statgrab||2018-12-30|Has expired: Works only with EOL php 5.6
10973
devel/pecl-statgrab||2018-12-30|Has expired: Works only with EOL php 5.6
10974
devel/pecl-uploadprogress||2018-12-30|Has expired: Works only with EOL php 5.6
10975
devel/pecl-qb||2018-12-30|Has expired: Works only with EOL php 5.6
10974
devel/pecl-qb||2018-12-30|Has expired: Works only with EOL php 5.6
10976
devel/php-memoize||2018-12-30|Has expired: Works only with EOL php 5.6
10975
devel/php-memoize||2018-12-30|Has expired: Works only with EOL php 5.6
10977
devel/php5-blitz-devel||2018-12-30|Has expired: Works only with EOL php 5.6
10976
devel/php5-blitz-devel||2018-12-30|Has expired: Works only with EOL php 5.6
(-)devel/pecl-uploadprogress/Makefile (-6 / +6 lines)
Lines 2-22 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	uploadprogress
4
PORTNAME=	uploadprogress
5
PORTVERSION=	1.0.3
5
DISTVERSION=	1.0.3.1.a.20190424
6
PORTREVISION=	1
7
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
8
7
9
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Provides track progress of a file upload
9
COMMENT=	Provides track progress of a file upload
11
10
12
DEPRECATED=	Works only with EOL php 5.6
13
EXPIRATION_DATE=	2018-12-30
14
15
LICENSE=	PHP301
11
LICENSE=	PHP301
16
12
17
USES=		php:pecl
13
USES=		php:pecl
18
IGNORE_WITH_PHP=	71 72 73
19
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	php
17
GH_PROJECT=	pecl-php-${PORTNAME}
18
GH_TAGNAME=	80a54fa
19
20
CONFIGURE_ARGS=	--enable-uploadprogress
20
CONFIGURE_ARGS=	--enable-uploadprogress
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/pecl-uploadprogress/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (PECL/uploadprogress-1.0.3.tgz) = 69e6692d5629044396e804f82fef5861f7016a2c2150705652efb3f3c9b47df7
1
TIMESTAMP = 1563575868
2
SIZE (PECL/uploadprogress-1.0.3.tgz) = 9041
2
SHA256 (PECL/php-pecl-php-uploadprogress-1.0.3.1.a.20190424-80a54fa_GH0.tar.gz) = c55f6ee40b8ca43fd6e1571c0a1941ddf442c4bd77088b2fecc67c6d2eab70b4
3
SIZE (PECL/php-pecl-php-uploadprogress-1.0.3.1.a.20190424-80a54fa_GH0.tar.gz) = 12087
(-)devel/pecl-uploadprogress/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
An extension to track progress of a file upload.
1
An extension to track progress of a file upload.
2
2
3
WWW: https://pecl.php.net/package/uploadprogress
3
WWW: https://github.com/php/pecl-php-uploadprogress

Return to bug 239321