Revision: 124949 https://trac.macports.org/changeset/124949 Author: ryandesign@macports.org Date: 2014-08-31 18:43:09 -0700 (Sun, 31 Aug 2014) Log Message: ----------- php5-igbinary: replaced_by php53-igbinary Modified Paths: -------------- trunk/dports/php/php5-igbinary/Portfile Modified: trunk/dports/php/php5-igbinary/Portfile =================================================================== --- trunk/dports/php/php5-igbinary/Portfile 2014-09-01 01:42:48 UTC (rev 124948) +++ trunk/dports/php/php5-igbinary/Portfile 2014-09-01 01:43:09 UTC (rev 124949) @@ -1,28 +1,12 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 -PortGroup php5extension 1.0 -php5extension.setup igbinary 1.1.1 pecl -revision 1 -categories-append net devel -license BSD PHP-3.01 -platforms darwin freebsd openbsd -maintainers pixilla openmaintainer +replaced_by php53-igbinary +PortGroup obsolete 1.0 -description PHP serializer. - -long_description Igbinary is a drop in replacement for the standard PHP \ - serializer. Instead of time and space consuming textual \ - representation, igbinary stores PHP data structures in \ - a compact binary form. Savings are significant when \ - using memcached or similar memory based storages for \ - serialized data. - -checksums rmd160 5168d9fe8d61144e42e8a06ed85278a9012c7c76 \ - sha256 b84158410bde9db42e7a96c4e947da4569519ab4e7e19a5e3d1db698aac94101 - -# 1.1.1 was stealth-updated in the process of moving to PECL -dist_subdir ${name}/${version}_1 - -test.run yes +name php5-igbinary +version 1.2.1 +categories php +license BSD PHP-3.01