svn commit: r356625 - head/converters/igbinary

John Marino marino at FreeBSD.org
Thu Jun 5 10:36:17 UTC 2014


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 at 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


More information about the svn-ports-head mailing list