mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Update to 1.10.6
Changelog: Update pear to 1.10.6 * Fix notice undefined variable metadata_dir * fix Warning: count(): Parameter must be an array or an object * Remove is_executable check * The is_executable check in the Which method when run on Windows is unnecessary * Migrate old while(list() = each()) constructs to foreach * Fix PHP Warning: "continue" targeting switch is equivalent to "break" * proxy server auth * Correctly authenticate at proxy server * array or Countable error in 7.2 Update Archive_Tar to 1.4.3 * Cannot use result of built-in function in write context in PHP 7.2.0alpha1 Update XML_Util to 1.4.3 * Decrease minimum PEAR version to 1.9.0 to allow PEAR upgrades PR: 226216 Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
b96a706d0e
commit
d8322811af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485692
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pear
|
||||
PORTVERSION= 1.10.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.10.6
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://mirror.bsdproject.de/
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1501779031
|
||||
SHA256 (pear-1.10.5.tar.bz2) = d091520156b1576eb838a963bcd7e402645396d9b279522d6c3504f71bc556ad
|
||||
SIZE (pear-1.10.5.tar.bz2) = 416262
|
||||
TIMESTAMP = 1542993311
|
||||
SHA256 (pear-1.10.6.tar.bz2) = 6753da2eb3bd1820f40f366cfc9ebf978c5baabb84652199f5a64a9bf7ae11bd
|
||||
SIZE (pear-1.10.6.tar.bz2) = 416310
|
||||
|
Loading…
Reference in New Issue
Block a user