diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-05-20 08:27:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-05-20 08:27:29 +0000 |
commit | cc137a49e95339da3fffd346f89ebb099489cedc (patch) | |
tree | f2bd36f58deff5be870f46f3a1312a1a03c412a4 /lang/php5/Makefile | |
parent | - Fix post-patch (unbalanced quotes) (diff) |
Update to 5.2.2 release.
PR: ports/112527
Submitted by: Nick Barkas<snb@threerings.net>
Approved by: portmgr (linimon)
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index f07aa4aa87ca..1c4e337a489a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php5 -PORTVERSION= 5.2.1 -PORTREVISION?= 3 +PORTVERSION= 5.2.2 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ |