Bug 147732 - [patch] port mail/postfix-current update from 20100323 to 20100603
Summary: [patch] port mail/postfix-current update from 20100323 to 20100603
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 19:50 UTC by Olli Hauer
Modified: 2010-07-30 04:40 UTC (History)
1 user (show)

See Also:


Attachments
patch_mail_postfix-current.txt (32.83 KB, text/plain)
2010-06-09 19:50 UTC, Olli Hauer
no flags Details
postfix-current.diff (34.01 KB, patch)
2010-06-20 05:33 UTC, Sahil Tandon
no flags Details | Diff
patch_postfix-current_Makefile_sqlite.diff (809 bytes, patch)
2010-06-20 16:41 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2010-06-09 19:50:01 UTC
- update postfix-current-2.8 from 20100323 to 20100603
- use new rewritten Makefile and patches from postfix 
- fix start script default vars
- get rid off patchfiles with '::' in filename
 ( http://wiki.freebsd.org/PortsLongtermTargets section 'Not using :: in patchfile name' )
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-09 19:50:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Sahil Tandon freebsd_committer freebsd_triage 2010-06-20 05:33:51 UTC
Snapshot 20100618 was recently released; see attached diff.

-- 
Sahil Tandon <sahil@FreeBSD.org>
Comment 3 Olli Hauer 2010-06-20 16:41:01 UTC
On 2010-06-20 06:33, Sahil Tandon wrote:
> Snapshot 20100618 was recently released; see attached diff.
> 

Hi Sahil,

thanks for the update.

I've extend the last patch from you with an option for SQlite,
build is OK but I have not tested SQlite as backend.

Maybe it is also time to remove the old "option file import" and force to use
'make config'.
I guess users who are still using options know them exactly since a make clean
removes the file ;)


olli
Comment 4 Sahil Tandon freebsd_committer freebsd_triage 2010-06-20 17:03:03 UTC
On Sun, 2010-06-20 at 17:41:01 +0200, olli hauer wrote:

> I've extend the last patch from you with an option for SQlite,
> build is OK but I have not tested SQlite as backend.

Woops!  My patch completely excluded that crucial portion; thanks.

> Maybe it is also time to remove the old "option file import" and force
> to use 'make config'.  I guess users who are still using options know
> them exactly since a make clean removes the file ;)

Indeed, but I'll defer to mnag@ on that one. :-)
Comment 5 Sahil Tandon freebsd_committer freebsd_triage 2010-07-27 01:54:55 UTC
Responsible Changed
From-To: mnag->sahil

steal
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-07-30 04:39:31 UTC
sahil       2010-07-30 03:39:18 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix-current Makefile distinfo pkg-plist 
    mail/postfix-current/files patch-makedefs postfix.sh.in 
  Added files:
    mail/postfix-current/files pkg-install.in pkg-message.in 
  Removed files:
    mail/postfix-current pkg-install pkg-message 
    mail/postfix-current/files patch-conf::main.cf 
                               patch-conf::post-install 
                               patch-src::global::mail_params.h 
  Log:
  - Update to 2.8-20100707
  - Fix whitespace in Makefile header
  - Refactor port to ease maintenance (adopted from mail/postfix)
  - Remove unnecessary patches
  - Add option to install into base
  
  PR:             ports/147732
  Submitted by:   olli hauer <ohauer@gmx.de>
  Approved by:    maintainer timeout (> 14 days)
  
  Revision  Changes    Path
  1.245     +130 -81   ports/mail/postfix-current/Makefile
  1.180     +3 -3      ports/mail/postfix-current/distinfo
  1.4       +0 -80     ports/mail/postfix-current/files/patch-conf::main.cf (dead)
  1.2       +0 -11     ports/mail/postfix-current/files/patch-conf::post-install (dead)
  1.5       +4 -6      ports/mail/postfix-current/files/patch-makedefs
  1.3       +0 -38     ports/mail/postfix-current/files/patch-src::global::mail_params.h (dead)
  1.1       +158 -0    ports/mail/postfix-current/files/pkg-install.in (new)
  1.1       +27 -0     ports/mail/postfix-current/files/pkg-message.in (new)
  1.9       +4 -4      ports/mail/postfix-current/files/postfix.sh.in
  1.25      +0 -167    ports/mail/postfix-current/pkg-install (dead)
  1.7       +0 -25     ports/mail/postfix-current/pkg-message (dead)
  1.62      +21 -35    ports/mail/postfix-current/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 7 Sahil Tandon freebsd_committer freebsd_triage 2010-07-30 04:39:44 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!