Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 16:33:02 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323244 - head/devel/pear
Message-ID:  <201307181633.r6IGX2fp088281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Jul 18 16:33:02 2013
New Revision: 323244
URL: http://svnweb.freebsd.org/changeset/ports/323244

Log:
  - Reroll pear-1.9.4 to update dependencys and fix some bugs and make it compatible with php5.4/5
  - Bump PORTREVISION
  
  Changelog:
  Update Archiv_TAR to 1.3.11
  	* Fix Bug #19746: Broken with PHP 5.5 [mrook]
  	* Implement Feature #11258: Custom date/time in files added on-the-fly [mrook]
  
  Update Console_Getopt to 1.3.1
  	* fix Bug #4475: An ambiguous error occurred when specifying similar longoption name.
  	* fix Bug #10055: Not failing properly on short options missing required values
  	* fix Bug #11068: No way to read plain "-" option [cardoe]
  	* Implement Request #13140: [PATCH] to skip unknown parameters. [patch by rquadling, improved on by dufuz]
  
  Update Structures_Graph to 1.0.4
  	* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]

Modified:
  head/devel/pear/Makefile
  head/devel/pear/distinfo   (contents, props changed)

Modified: head/devel/pear/Makefile
==============================================================================
--- head/devel/pear/Makefile	Thu Jul 18 16:19:19 2013	(r323243)
+++ head/devel/pear/Makefile	Thu Jul 18 16:33:02 2013	(r323244)
@@ -3,9 +3,9 @@
 
 PORTNAME=	pear
 PORTVERSION=	1.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://bsdcrew.de/distfiles/
+MASTER_SITES=	http://miwibox.org/distfiles/
 
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR framework for PHP

Modified: head/devel/pear/distinfo
==============================================================================
--- head/devel/pear/distinfo	Thu Jul 18 16:19:19 2013	(r323243)
+++ head/devel/pear/distinfo	Thu Jul 18 16:33:02 2013	(r323244)
@@ -1,2 +1,2 @@
-SHA256 (pear-1.9.4.tar.bz2) = a6a0de8edbefa661ca06e2357cd83bebd331e60338f0bcd54f51bf32f376863f
-SIZE (pear-1.9.4.tar.bz2) = 328672
+SHA256 (pear-1.9.4.tar.bz2) = dbff7047b70035e9b65adf8e0beaf834db2e1bf161f526bd4d87e204fd47b604
+SIZE (pear-1.9.4.tar.bz2) = 322695



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