Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 10:36:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356625 - head/converters/igbinary
Message-ID:  <201406051036.s55AaHCU085694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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