diff options
author | tz <tz@FreeBSD.org> | 2016-08-30 20:55:20 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-08-30 20:55:20 +0800 |
commit | 991e376f105fa6347769b4350fec6b62222fdb0b (patch) | |
tree | 24b011abff2628ca44159bc6828aabc6c7c3c80d /converters | |
parent | d0a5ce145227af6f1e1a86be367d891e1620fd2d (diff) | |
download | freebsd-ports-graphics-991e376f105fa6347769b4350fec6b62222fdb0b.tar.gz freebsd-ports-graphics-991e376f105fa6347769b4350fec6b62222fdb0b.tar.zst freebsd-ports-graphics-991e376f105fa6347769b4350fec6b62222fdb0b.zip |
lang/php56: Update from 5.6.24 to 5.6.25
PR: 212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by: pi (mentor)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/php56-iconv/Makefile | 2 | ||||
-rw-r--r-- | converters/php56-mbstring/Makefile | 2 | ||||
-rw-r--r-- | converters/php56-recode/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/converters/php56-iconv/Makefile b/converters/php56-iconv/Makefile index 39666cea588..2d2929fe49c 100644 --- a/converters/php56-iconv/Makefile +++ b/converters/php56-iconv/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/converters/php56-mbstring/Makefile b/converters/php56-mbstring/Makefile index 46c9f188a7e..d3d49f14fea 100644 --- a/converters/php56-mbstring/Makefile +++ b/converters/php56-mbstring/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/converters/php56-recode/Makefile b/converters/php56-recode/Makefile index 1a442924759..89d7963f2cf 100644 --- a/converters/php56-recode/Makefile +++ b/converters/php56-recode/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 |