aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-17 23:27:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-17 23:27:08 +0000
commitd42b12b27d37e6c31ab17cb61578949e13d444c9 (patch)
tree4e3ba6c815fe22f816748b209efd9d13c03fd811
parent0a825a6b1dc27019cbb77fa098a8e84cf24ca79e (diff)
downloadports-d42b12b27d37e6c31ab17cb61578949e13d444c9.tar.gz
ports-d42b12b27d37e6c31ab17cb61578949e13d444c9.zip
Notes
-rw-r--r--lang/php53/Makefile.ext2
-rw-r--r--security/php5-mcrypt/Makefile1
-rw-r--r--security/php53-mcrypt/Makefile1
-rw-r--r--security/php55-mcrypt/Makefile1
-rw-r--r--security/php56-mcrypt/Makefile1
5 files changed, 5 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index cf9a18ebd2a9..d2271e7a5805 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -175,7 +175,7 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls
.if ${PHP_MODNAME} == "mcrypt"
LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
- libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
.endif
diff --git a/security/php5-mcrypt/Makefile b/security/php5-mcrypt/Makefile
index 0bfe722f97aa..719f81c735d4 100644
--- a/security/php5-mcrypt/Makefile
+++ b/security/php5-mcrypt/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php5
diff --git a/security/php53-mcrypt/Makefile b/security/php53-mcrypt/Makefile
index ac2bf03af598..7e344bfde53f 100644
--- a/security/php53-mcrypt/Makefile
+++ b/security/php53-mcrypt/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php53
diff --git a/security/php55-mcrypt/Makefile b/security/php55-mcrypt/Makefile
index be47403f2d36..0d6e8a523525 100644
--- a/security/php55-mcrypt/Makefile
+++ b/security/php55-mcrypt/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/security/php56-mcrypt/Makefile b/security/php56-mcrypt/Makefile
index babb042a389f..9ce481f4ab8f 100644
--- a/security/php56-mcrypt/Makefile
+++ b/security/php56-mcrypt/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php56