diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-26 17:41:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-26 17:41:27 +0800 |
commit | 6bdae136ed209087ccd557466e9a8adeafc8b2a7 (patch) | |
tree | 7edceca033a34680ea3ee826cc26ae61d1c5652a /print/pecl-ps/Makefile | |
parent | 8aaebe7dc9e1425b3027d0a38061bb48c2f2f46b (diff) | |
download | freebsd-ports-gnome-6bdae136ed209087ccd557466e9a8adeafc8b2a7.tar.gz freebsd-ports-gnome-6bdae136ed209087ccd557466e9a8adeafc8b2a7.tar.zst freebsd-ports-gnome-6bdae136ed209087ccd557466e9a8adeafc8b2a7.zip |
- Fix segfault on amd64
- Bump PORTREVISION
PR: 127533
Submitted by: Alan Garfield <alan@fromorbit.com> (maintainer)
Diffstat (limited to 'print/pecl-ps/Makefile')
-rw-r--r-- | print/pecl-ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index b5646354743b..529de075e9aa 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -7,7 +7,7 @@ PORTNAME= ps PORTVERSION= 1.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- |