Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 17:21:14 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485692 - head/devel/pear
Message-ID:  <201811231721.wANHLEqq054167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Fri Nov 23 17:21:14 2018
New Revision: 485692
URL: https://svnweb.freebsd.org/changeset/ports/485692

Log:
  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

Modified:
  head/devel/pear/Makefile
  head/devel/pear/distinfo

Modified: head/devel/pear/Makefile
==============================================================================
--- head/devel/pear/Makefile	Fri Nov 23 17:08:39 2018	(r485691)
+++ head/devel/pear/Makefile	Fri Nov 23 17:21:14 2018	(r485692)
@@ -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}

Modified: head/devel/pear/distinfo
==============================================================================
--- head/devel/pear/distinfo	Fri Nov 23 17:08:39 2018	(r485691)
+++ head/devel/pear/distinfo	Fri Nov 23 17:21:14 2018	(r485692)
@@ -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



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