diff options
author | marino <marino@FreeBSD.org> | 2014-06-05 18:36:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-05 18:36:17 +0800 |
commit | d4b228b9aeaeda93ffdde3404156afba99a3647a (patch) | |
tree | 893669704a074908e7f8a99f9e85972237d9a180 /converters | |
parent | 8069175b0cad8d7dfa1691076ad3131645d0b750 (diff) | |
download | freebsd-ports-gnome-d4b228b9aeaeda93ffdde3404156afba99a3647a.tar.gz freebsd-ports-gnome-d4b228b9aeaeda93ffdde3404156afba99a3647a.tar.zst freebsd-ports-gnome-d4b228b9aeaeda93ffdde3404156afba99a3647a.zip |
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)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/igbinary/Makefile | 1 | ||||
-rw-r--r-- | converters/igbinary/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/converters/igbinary/Makefile b/converters/igbinary/Makefile index 56f0e090abf6..d8fc83b4b833 100644 --- a/converters/igbinary/Makefile +++ b/converters/igbinary/Makefile @@ -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 diff --git a/converters/igbinary/pkg-descr b/converters/igbinary/pkg-descr index e075eb0366ec..24dd9093ec7a 100644 --- a/converters/igbinary/pkg-descr +++ b/converters/igbinary/pkg-descr @@ -4,4 +4,4 @@ stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. -WWW: http://opensource.dynamoid.com/ +WWW: http://opensource.dynamoid.com |