Bug 165697 - [maintainer-update] mail/dma
Summary: [maintainer-update] mail/dma
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-04 22:10 UTC by Bjoern A.Zeeb
Modified: 2012-03-05 00:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern A.Zeeb 2012-03-04 22:10:11 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-04 22:10:54 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-04 22:10:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Bjoern A. Zeeb freebsd_committer freebsd_triage 2012-03-04 22:12:29 UTC
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?
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2012-03-04 22:41:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-03-04 23:01:22 UTC
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"
Comment 6 Eitan Adler freebsd_committer freebsd_triage 2012-03-05 00:18:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!