Update mail/dma to v0.7 from github. Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma. Please note that they will be group writeable by 'mail'. Fix: I have put a patch and a tarball or the ports directory here: http://people.freebsd.org/~bz/20120304-01-mail-dma-v0.7.diff http://people.freebsd.org/~bz/20120304-01-mail-dma-v0.7.tar.gz There's a couple of files added, and on1 removed in addition to a lot touched: M Makefile M distinfo M pkg-descr M pkg-plist A files/patch-BSDMakefile A files/patch-Makefile R files/patch-aliases_scan.l A files/patch-conf.c A files/patch-crypto.c A files/patch-dma-Makefile A files/patch-dma-mbox-create-Makefile M files/patch-dma.c A files/patch-dma.conf A files/patch-dma.h M files/patch-mail.c The changes have been built by redports: https://redports.org/buildarchive/20120304212056-60373/ and can also be checked out from there: https://redports.org/browser/bz/mail/dma?rev=2408#files
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->bz Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: bz->freebsd-ports-bugs Argh, the port has my FreeBSD.org address as maintainer but I am not a ports committer. Can someone please handle this and also adjust the MAINTAINER to the email address this was submitted from?
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
eadler 2012-03-04 23:01:08 UTC FreeBSD ports repository Modified files: mail/dma Makefile distinfo pkg-descr pkg-plist mail/dma/files patch-dma.c patch-mail.c Added files: mail/dma/files patch-BSDMakefile patch-Makefile patch-conf.c patch-crypto.c patch-dma-Makefile patch-dma-mbox-create-Makefile patch-dma.conf patch-dma.h Removed files: mail/dma/files patch-aliases_scan.l Log: Update dma to 0.7 Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma. Changes: Adds maasquerading support PR: ports/165697 Submitted by: bz Revision Changes Path 1.11 +35 -23 ports/mail/dma/Makefile 1.6 +2 -2 ports/mail/dma/distinfo 1.1 +30 -0 ports/mail/dma/files/patch-BSDMakefile (new) 1.3 +6 -0 ports/mail/dma/files/patch-Makefile (new) 1.4 +0 -22 ports/mail/dma/files/patch-aliases_scan.l (dead) 1.1 +11 -0 ports/mail/dma/files/patch-conf.c (new) 1.1 +11 -0 ports/mail/dma/files/patch-crypto.c (new) 1.1 +17 -0 ports/mail/dma/files/patch-dma-Makefile (new) 1.1 +12 -0 ports/mail/dma/files/patch-dma-mbox-create-Makefile (new) 1.4 +22 -4 ports/mail/dma/files/patch-dma.c 1.1 +11 -0 ports/mail/dma/files/patch-dma.conf (new) 1.1 +15 -0 ports/mail/dma/files/patch-dma.h (new) 1.2 +11 -11 ports/mail/dma/files/patch-mail.c 1.5 +1 -1 ports/mail/dma/pkg-descr 1.4 +2 -1 ports/mail/dma/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!