Created attachment 211232 [details] SVN diff Update to 1.1.3
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/114134215
(In reply to Daniel Morante from comment #0) Is there any reason not to use the tarball (uploadprogress-1.1.3.tgz) from pecl.php.net? It's the default for pecl- ports. And Makefile looks as simple as follows: PORTNAME= uploadprogress DISTVERSION= 1.1.3 CATEGORIES= devel pear MAINTAINER= daniel@morante.net COMMENT= Provides track progress of a file upload LICENSE= PHP301 USES= php:pecl .include <bsd.port.mk>
Ah yeah, I forgot that since this is a release it was also getting published on pecl.php.net.
Created attachment 211298 [details] SVN diff
A commit references this bug: Author: sunpoet Date: Mon Feb 3 19:48:03 UTC 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) Changes: head/devel/pecl-uploadprogress/Makefile head/devel/pecl-uploadprogress/distinfo
Committed. Thanks!