diff options
author | trevor <trevor@FreeBSD.org> | 2003-03-15 18:47:13 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-03-15 18:47:13 +0800 |
commit | a4736ae92287c6e98652d29f6c3ee73718436b4a (patch) | |
tree | 408454d62837ef06b1c1210bec8a01c797488205 /net/samba | |
parent | 5df0834111afb63d8cc04a54f8bf2fec75a31023 (diff) | |
download | freebsd-ports-gnome-a4736ae92287c6e98652d29f6c3ee73718436b4a.tar.gz freebsd-ports-gnome-a4736ae92287c6e98652d29f6c3ee73718436b4a.tar.zst freebsd-ports-gnome-a4736ae92287c6e98652d29f6c3ee73718436b4a.zip |
Add a set of patches which update this --except the PDF documentation--
to the SAMBA_2_2 (stable) CVS branch as of around 20:35 GMT on 14
March. Although the Samba authors say they don't consider this
production-quality, it has corrections for several bugs.
testing: built with all options except ACLs and LDAP on
4.8-RC-20030311-JPSNAP/i386; ran as a PDC and file-server with
NT 4.0 SP6a and Windows 98 SE as clients
Approved by: dwcjr (maintainer), kris (ports freeze by portmgr)
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 10 | ||||
-rw-r--r-- | net/samba/distinfo | 1 | ||||
-rw-r--r-- | net/samba/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index b55b01fcf799..4433715c70e9 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -6,13 +6,14 @@ # PORTNAME= samba -PORTVERSION= 2.2.7a +PORTVERSION= 2.2.7a.20030314 CATEGORIES= net MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ http://us4.samba.org/samba/ftp/%SUBDIR%/ \ http://us5.samba.org/samba/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} +DISTNAME= ${PORTNAME}-2.2.7a +PATCHFILES= samba-2.2.7a-vs-2.2-20030314.diff.bz2 MAINTAINER= dwcjr@FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX @@ -121,6 +122,10 @@ CONFIGURE_ARGS+= --with-winbind-auth-challenge pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.samba +post-patch: + ${FIND} ${PATCH_WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; + ${FIND} ${PATCH_WRKSRC} -type f -empty -exec ${RM} {} \; + post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc @@ -246,7 +251,6 @@ post-install: for i in ${WRKDIR}/${DISTNAME}/README \ ${WRKDIR}/${DISTNAME}/COPYING \ ${WRKDIR}/${DISTNAME}/Manifest \ - ${WRKDIR}/${DISTNAME}/Read-Manifest-Now \ ${WRKDIR}/${DISTNAME}/Roadmap \ ${WRKDIR}/${DISTNAME}/WHATSNEW.txt \ ${WRKDIR}/${DISTNAME}/docs/THANKS \ diff --git a/net/samba/distinfo b/net/samba/distinfo index 6dd452cb44a7..8cc6d884813a 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1 +1,2 @@ MD5 (samba-2.2.7a.tar.bz2) = 8db28b53c27f8cbd564382d2f5f1787c +MD5 (samba-2.2.7a-vs-2.2-20030314.diff.bz2) = aa4b36fb659a2ccf1be1c133a3b9c084 diff --git a/net/samba/pkg-plist b/net/samba/pkg-plist index 1e1858a4e2a1..05f94a53003a 100644 --- a/net/samba/pkg-plist +++ b/net/samba/pkg-plist @@ -65,7 +65,6 @@ sbin/swat %%PORTDOCS%%share/doc/samba/README %%PORTDOCS%%share/doc/samba/README.FreeBSD %%PORTDOCS%%share/doc/samba/README.swat -%%PORTDOCS%%share/doc/samba/Read-Manifest-Now %%PORTDOCS%%share/doc/samba/Registry/NT4-Locking.reg %%PORTDOCS%%share/doc/samba/Registry/NT4_PlainPassword.reg %%PORTDOCS%%share/doc/samba/Registry/Win2000_PlainPassword.reg @@ -193,7 +192,6 @@ share/examples/samba/LDAP/samba.schema share/examples/samba/LDAP/samba-schema-netscapeds4.x share/examples/samba/LDAP/samba-schema-netscapeds5.x share/examples/samba/LDAP/samba-schema.IBMSecureWay -share/examples/samba/LDAP/smbldap-tools/AUTHORS share/examples/samba/LDAP/smbldap-tools/CONTRIBUTORS share/examples/samba/LDAP/smbldap-tools/COPYING share/examples/samba/LDAP/smbldap-tools/ChangeLog @@ -201,7 +199,6 @@ share/examples/samba/LDAP/smbldap-tools/FILES share/examples/samba/LDAP/smbldap-tools/INFRASTRUCTURE share/examples/samba/LDAP/smbldap-tools/INSTALL share/examples/samba/LDAP/smbldap-tools/Makefile -share/examples/samba/LDAP/smbldap-tools/NEWS share/examples/samba/LDAP/smbldap-tools/README share/examples/samba/LDAP/smbldap-tools/TODO share/examples/samba/LDAP/smbldap-tools/cgi/README |