Bug 151408 - [patch] mail/dma
Summary: [patch] 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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 14:00 UTC by Bjoern A. Zeeb
Modified: 2010-10-18 12:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (3.78 KB, patch)
2010-10-12 14:00 UTC, Bjoern A. Zeeb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern A. Zeeb 2010-10-12 14:00:12 UTC
Update port to latest developer version.  Please note that the dflybsd
version and gitorious versions are different and the virtuser file is
gone in favour of env MAIL variable.

Fix: You can also fetch the patch temporary from
http://people.freebsd.org/~bz/20101012-01-mail-dma.diff

Please note that the three patch files are gone.

I uploaded the checked out and generated tarball to public_distfiles already
and it should appear in the public distribution system the next hours.


! cvs diff: mail/dma/files/patch-aliases_scan.l was removed, no comparison available
! cvs diff: mail/dma/files/patch-dma.c was removed, no comparison available
! cvs diff: mail/dma/files/patch-spool.c was removed, no comparison available
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-12 14:00:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-18 12:39:06 UTC
bapt        2010-10-18 11:39:00 UTC

  FreeBSD ports repository

  Modified files:
    mail/dma             Makefile distinfo pkg-descr pkg-plist 
    mail/dma/files       patch-aliases_scan.l patch-dma.c 
  Added files:
    mail/dma/files       patch-mail.c 
  Removed files:
    mail/dma/files       patch-spool.c 
  Log:
  - Update port to latest developer version
  - Remove now useless patch-spool.c
  - add patch-mail.c to fix compilation on 8.1 i386
  
  Note that the dragonflybsd version and gitorious versions are different and the
  virtuser file is gone in favour of env MAIL variable.
  
  PR:             ports/151408
  Submitted by:   bz@
  
  Revision  Changes    Path
  1.8       +12 -5     ports/mail/dma/Makefile
  1.4       +3 -3      ports/mail/dma/distinfo
  1.2       +2 -2      ports/mail/dma/files/patch-aliases_scan.l
  1.3       +3 -3      ports/mail/dma/files/patch-dma.c
  1.1       +11 -0     ports/mail/dma/files/patch-mail.c (new)
  1.2       +0 -11     ports/mail/dma/files/patch-spool.c (dead)
  1.4       +1 -1      ports/mail/dma/pkg-descr
  1.3       +0 -3      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 3 Baptiste Daroussin freebsd_committer freebsd_triage 2010-10-18 12:39:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!