aboutsummaryrefslogtreecommitdiff
path: root/devel/ioncube/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-20 01:24:47 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-20 01:24:47 +0000
commite93c21c24b44793dc3388cb8cfa3a3b3cc17b3c3 (patch)
treeb237a0e92d8238b8162f666a5b86b4bb26a48310 /devel/ioncube/Makefile
parentfcd83ce7161a163f9e8113f2a93b476223bf2834 (diff)
Notes
Diffstat (limited to 'devel/ioncube/Makefile')
-rw-r--r--devel/ioncube/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/ioncube/Makefile b/devel/ioncube/Makefile
index a4942df644c5..8c07e3bde0c1 100644
--- a/devel/ioncube/Makefile
+++ b/devel/ioncube/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ioncube
-DISTVERSION= 4.0.1
+DISTVERSION= 4.0.2
CATEGORIES= devel
MASTER_SITES= http://downloads2.ioncube.com/loader_downloads/ \
- http://dl.dropbox.com/u/4211495/ioncube/4.0.1/
+ http://dl.dropbox.com/u/4211495/ioncube/4.0.2/
DISTFILES= ${PORTNAME}_loaders_fre_${VER}_${ARCH_DIST}${EXTRACT_SUFX}
MAINTAINER= svyatoslav.lempert@gmail.com
@@ -23,11 +23,6 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
-# ionCube have no build for PHP 5.3 FreeBSD 6.x amd64
-.if ${OSVERSION} < 700000 && ${ARCH} == amd64 && ${PHP_VER} == 5
-BROKEN= Does not work with PHP 5.3 on FreeBSD 6 amd64
-.endif
-
# Detect OS Version
.if ${OSVERSION} >= 800000
VER= 8
@@ -35,9 +30,6 @@ VER= 8
.if (${OSVERSION} >= 700000 && ${OSVERSION} < 800000)
VER= 7
.endif
-.if ${OSVERSION} < 700000
-VER= 6
-.endif
# Detect OS Architecture
.if ${ARCH} == amd64