diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-11-08 13:14:12 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-11-08 13:14:12 +0800 |
commit | 6ffa0f973d8bb2c28a7289b3b189b3f1c23084ed (patch) | |
tree | d443e81551c2e3d6639b11ea1d1e823b18632559 /net/samba3 | |
parent | a06ff2b52696e47ef8c6e261a2cbef41eff57889 (diff) | |
download | freebsd-ports-gnome-6ffa0f973d8bb2c28a7289b3b189b3f1c23084ed.tar.gz freebsd-ports-gnome-6ffa0f973d8bb2c28a7289b3b189b3f1c23084ed.tar.zst freebsd-ports-gnome-6ffa0f973d8bb2c28a7289b3b189b3f1c23084ed.zip |
Add recycle bin support with WITH_RECYCLE hook
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 6 | ||||
-rw-r--r-- | net/samba3/distinfo | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index f302f1dc9ed2..bc28efbe1537 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -7,6 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ @@ -22,6 +23,11 @@ MAINTAINER= dwcjr@FreeBSD.org LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups .endif +.if defined(WITH_RECYCLE) +PATCH_SITES+= http://www.amherst.edu/~bbstone/recycle_bin/2.2.2/ +PATCHFILES+= proto.h.patch loadparm.c.patch reply.c.patch +.endif + # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba diff --git a/net/samba3/distinfo b/net/samba3/distinfo index 25e5e5feab43..5ab753cd0457 100644 --- a/net/samba3/distinfo +++ b/net/samba3/distinfo @@ -1 +1,4 @@ MD5 (samba-2.2.2.tar.gz) = d0aba688a1b6189f09f3ba0b44b1da8e +MD5 (proto.h.patch) = b8b577540c1de5202e70584a402c2d74 +MD5 (loadparm.c.patch) = df642726476af756df8a2e6c0537eb0d +MD5 (reply.c.patch) = b75a5312ad6c01c501d6e887c3a65357 |