diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-23 07:03:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-23 07:03:21 +0000 |
commit | ddd8c8640e6bf56980b2ae40cc52b03550db34f4 (patch) | |
tree | 757664a5a353b3980c7ae816f06aebdf10615669 /net/pecl-smbclient/Makefile | |
parent | 6342be5e7df038e6e01f0020bf74efd0f6a7dd24 (diff) | |
download | ports-ddd8c8640e6bf56980b2ae40cc52b03550db34f4.tar.gz ports-ddd8c8640e6bf56980b2ae40cc52b03550db34f4.zip |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
Notes
Notes:
svn path=/head/; revision=457024
Diffstat (limited to 'net/pecl-smbclient/Makefile')
-rw-r--r-- | net/pecl-smbclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile index 53e799d8390b..8ead14b73c5a 100644 --- a/net/pecl-smbclient/Makefile +++ b/net/pecl-smbclient/Makefile @@ -2,7 +2,7 @@ PORTNAME= smbclient PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net pear MAINTAINER= kevlo@FreeBSD.org |