summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-09-27 08:31:58 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-09-27 08:31:58 +0000
commitb97f4dcc3a1b65539ecb1deb3f2f3b57e9ea7839 (patch)
treed805f87c01e88809871cf9b9851ba01afb7daaf3 /lang/php5
parentFix name typo and pkg-descr of rubygem-bundler_ext (diff)
Modernise databases/freetds port
- Retire databases/freetds-msdblib port (no longer needed, recently updated upstream version has necessary compat option which is now enabled in the freetds port) - Fix LIB_DEPENDS in dependent ports - Bump PORTREVISION in freetds and dependent ports PR: 193850 Submitted by: 5u623l20@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=369379
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php5/Makefile.ext4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 22cdd9d460a1..2ea6c6ccbd4e 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= php5
PORTVERSION= 5.4.33
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 2bd34ba59ea4..dd15b6851644 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "mssql"
-LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds-msdblib
+LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+=--with-mssql=${LOCALBASE}
.endif
@@ -557,7 +557,7 @@ post-extract:
.if ${PHP_MODNAME} == "pdo_dblib"
. if ${PORT_OPTIONS:MMSSQL}
-LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds-msdblib
+LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds
. else
LIB_DEPENDS+= libct.so:${PORTSDIR}/databases/freetds
. endif