diff options
author | sem <sem@FreeBSD.org> | 2005-10-17 01:28:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-10-17 01:28:00 +0800 |
commit | da7c8c0d14926ead459dcd0840b662ae3f4e57b3 (patch) | |
tree | 19be9406b9b1ef2497ee89ff91c4c1a870754d08 /net/samba3 | |
parent | 23e0a401da179847723fd815c50db0301944e8ce (diff) | |
download | freebsd-ports-gnome-da7c8c0d14926ead459dcd0840b662ae3f4e57b3.tar.gz freebsd-ports-gnome-da7c8c0d14926ead459dcd0840b662ae3f4e57b3.tar.zst freebsd-ports-gnome-da7c8c0d14926ead459dcd0840b662ae3f4e57b3.zip |
- Update to 3.0.20b
Changes:
o A crash bug in winbindd
o Reporting files as read-only instead of returning the
correct error code of "access denied"
o File system quota support defects
o Stability problems with winbindd.
o Crash bugs caused by incompatibilities on 64-bit systems.
o User Manager interoperability problems.
PR: ports/87517
Submitted by: maintainer
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 6 | ||||
-rw-r--r-- | net/samba3/distinfo | 4 | ||||
-rw-r--r-- | net/samba3/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 390ed6cd5c4e..0e3e1ae311f3 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION?= 3.0.20 +PORTVERSION?= 3.0.20b PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= net @@ -21,6 +21,8 @@ CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* USE_ICONV= yes GNU_CONFIGURE= yes +#USE_AUTOHEADER_VER= 259 +#USE_AUTOCONF_VER= 259 LATEST_LINK?= ${PKGNAMEPREFIX}${PORTNAME}3${PKGNAMESUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} @@ -296,7 +298,7 @@ post-patch: @${RM} -rf ${WRKDIR}/${DISTNAME}/swat/lang -@${MV} -f ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages-3 \ ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages - @${RM} -f ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages/libsmbclient.8 + @${RM} -f ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages/libsmbclient.8.html @${FIND} ${WRKSRC} -name CVS -o -name .cvsignore | ${XARGS} ${RM} @${FIND} ${WRKDIR}/${DISTNAME} -type d | ${XARGS} ${CHMOD} u+w,a+rx @${FIND} ${WRKDIR}/${DISTNAME} -type f | ${XARGS} ${CHMOD} u+w,a+r diff --git a/net/samba3/distinfo b/net/samba3/distinfo index 79573d88bd22..89b5f43f6cd9 100644 --- a/net/samba3/distinfo +++ b/net/samba3/distinfo @@ -1,2 +1,2 @@ -MD5 (samba-3.0.20.tar.gz) = 68e72ab16334c329901816febc43217a -SIZE (samba-3.0.20.tar.gz) = 17182336 +MD5 (samba-3.0.20b.tar.gz) = 39c0cae08fe0224cb003aa0af97d3050 +SIZE (samba-3.0.20b.tar.gz) = 17165513 diff --git a/net/samba3/pkg-plist b/net/samba3/pkg-plist index 6fbef4ea6bd3..40676bcc201e 100644 --- a/net/samba3/pkg-plist +++ b/net/samba3/pkg-plist @@ -379,7 +379,6 @@ share/swat/help/Samba3-HOWTO/winbind.html share/swat/help/manpages/editreg.1.html share/swat/help/manpages/findsmb.1.html share/swat/help/manpages/index.html -share/swat/help/manpages/libsmbclient.8.html share/swat/help/manpages/lmhosts.5.html share/swat/help/manpages/log2pcap.1.html share/swat/help/manpages/mount.cifs.8.html |