diff options
author | timur <timur@FreeBSD.org> | 2015-08-10 16:18:32 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2015-08-10 16:18:32 +0800 |
commit | eafb96954d75b4d8646acd9f50eb4fea0fdd0fc1 (patch) | |
tree | fa0ae4c6c796dc405cc3ed276ec24ae79fecab65 /net | |
parent | a840cbe96542ea2a0903e534e1d7f1e2f2d36c58 (diff) | |
download | freebsd-ports-gnome-eafb96954d75b4d8646acd9f50eb4fea0fdd0fc1.tar.gz freebsd-ports-gnome-eafb96954d75b4d8646acd9f50eb4fea0fdd0fc1.tar.zst freebsd-ports-gnome-eafb96954d75b4d8646acd9f50eb4fea0fdd0fc1.zip |
Missed updated version requirements for the the supplimentary libs.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba42/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba42/Makefile b/net/samba42/Makefile index 5cb79cbed464..b01786e0d825 100644 --- a/net/samba42/Makefile +++ b/net/samba42/Makefile @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}42 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -95,12 +95,12 @@ BUILD_DEPENDS+= talloc>=2.1.2:${PORTSDIR}/devel/talloc RUN_DEPENDS+= talloc>=2.1.2:${PORTSDIR}/devel/talloc SAMBA4_BUNDLED_LIBS+= !talloc # tevent -BUILD_DEPENDS+= tevent>=0.9.24:${PORTSDIR}/devel/tevent -RUN_DEPENDS+= tevent>=0.9.24:${PORTSDIR}/devel/tevent +BUILD_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent +RUN_DEPENDS+= tevent>=0.9.25:${PORTSDIR}/devel/tevent SAMBA4_BUNDLED_LIBS+= !tevent # tdb -BUILD_DEPENDS+= tdb>=1.3.4:${PORTSDIR}/databases/tdb -RUN_DEPENDS+= tdb>=1.3.4:${PORTSDIR}/databases/tdb +BUILD_DEPENDS+= tdb>=1.3.6:${PORTSDIR}/databases/tdb +RUN_DEPENDS+= tdb>=1.3.6:${PORTSDIR}/databases/tdb SAMBA4_BUNDLED_LIBS+= !tdb # ntdb BUILD_DEPENDS+= ntdb>=1.0:${PORTSDIR}/databases/ntdb |