From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 10:36:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8B398F1; Thu, 5 Jun 2014 10:36:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B68522982; Thu, 5 Jun 2014 10:36:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55AaH4A085696; Thu, 5 Jun 2014 10:36:17 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55AaHCU085694; Thu, 5 Jun 2014 10:36:17 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406051036.s55AaHCU085694@svn.freebsd.org> From: John Marino Date: Thu, 5 Jun 2014 10:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356625 - head/converters/igbinary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 10:36:17 -0000 Author: marino Date: Thu Jun 5 10:36:17 2014 New Revision: 356625 URL: http://svnweb.freebsd.org/changeset/ports/356625 QAT: https://qat.redports.org/buildarchive/r356625/ Log: converters/igbinary: Add pecl- prefix for consistency While here, update the WWW link. PR: ports/187656 Submitted by: daniel Tested by: robak approved by: maintainer timeout (3 months) Modified: head/converters/igbinary/Makefile head/converters/igbinary/pkg-descr Modified: head/converters/igbinary/Makefile ============================================================================== --- head/converters/igbinary/Makefile Thu Jun 5 10:21:03 2014 (r356624) +++ head/converters/igbinary/Makefile Thu Jun 5 10:36:17 2014 (r356625) @@ -6,6 +6,7 @@ PORTVERSION= 1.1.1 CATEGORIES= converters MASTER_SITES= http://opensource.dynamoid.com/ \ http://files.gslin.org/~gslin/Software/ +PKGNAMEPREFIX= pecl- MAINTAINER= gslin@gslin.org COMMENT= Replacement for the standard PHP serializer Modified: head/converters/igbinary/pkg-descr ============================================================================== --- head/converters/igbinary/pkg-descr Thu Jun 5 10:21:03 2014 (r356624) +++ head/converters/igbinary/pkg-descr Thu Jun 5 10:36:17 2014 (r356625) @@ -4,4 +4,4 @@ stores PHP data structures in a compact significant when using memcached or similar memory based storages for serialized data. -WWW: http://opensource.dynamoid.com/ +WWW: http://opensource.dynamoid.com