Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 19:48:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525087 - head/devel/pecl-uploadprogress
Message-ID:  <202002031948.013Jm36p079023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  3 19:48:02 2020
New Revision: 525087
URL: https://svnweb.freebsd.org/changeset/ports/525087

Log:
  Update to 1.1.3
  
  - While I'm here:
    - Change to default pecl- ports layout
    - Add LICENSE_FILE
  
  Changes:	https://pecl.php.net/package-changelog.php?package=uploadprogress
  PR:		243769
  Submitted by:	Daniel Morante <daniel@morante.net> (maintainer)

Modified:
  head/devel/pecl-uploadprogress/Makefile
  head/devel/pecl-uploadprogress/distinfo

Modified: head/devel/pecl-uploadprogress/Makefile
==============================================================================
--- head/devel/pecl-uploadprogress/Makefile	Mon Feb  3 19:47:57 2020	(r525086)
+++ head/devel/pecl-uploadprogress/Makefile	Mon Feb  3 19:48:02 2020	(r525087)
@@ -2,21 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	uploadprogress
-DISTVERSION=	1.0.3.1.a.20190424
+DISTVERSION=	1.1.3
 CATEGORIES=	devel pear
 
 MAINTAINER=	daniel@morante.net
 COMMENT=	Provides track progress of a file upload
 
 LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	php
-GH_PROJECT=	pecl-php-${PORTNAME}
-GH_TAGNAME=	80a54fa
-
-CONFIGURE_ARGS=	--enable-uploadprogress
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-uploadprogress/distinfo
==============================================================================
--- head/devel/pecl-uploadprogress/distinfo	Mon Feb  3 19:47:57 2020	(r525086)
+++ head/devel/pecl-uploadprogress/distinfo	Mon Feb  3 19:48:02 2020	(r525087)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1580559065
+SHA256 (PECL/uploadprogress-1.1.3.tgz) = bcbf96631d257113ef7e85d21870d9b937bed9e00d68a6f1c0accab089af0e69
+SIZE (PECL/uploadprogress-1.1.3.tgz) = 14798



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