Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2020 20:13:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251074] mail/nullmailer: update to 2.2
Message-ID:  <bug-251074-7788-tPpADztFam@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251074-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251074-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251074

Chris Hutchinson <portmaster@bsdforge.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |portmaster@bsdforge.com

--- Comment #3 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Uffe Jakobsen from comment #2)
I feel your pain. I'm @ ~160 ports.
Here's a quickie that'll produce a usable svn diff
for all intents and purposes:
( the following presumes you do NOT already have a DEV
folder in your home directory)

$ cd ~
$ svn co --depth empty svn://svn.freebsd.org/ports/head DEV
$ svn up --set-depth empty DEV/mail
$ svn up DEV/mail/nullmailer

# apply your patch. Then...
$ cd DEV/mail
$ svn diff --ignore-properties > mail_nullmailer.diff

Then simply upload (attach) mail_nullmailer.diff to this
pr, and depreciating the one here currently.

All told, svn will only be pulling in a few k. So space
need not be a concern.

Hope this helps! :-)

--Chris

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251074-7788-tPpADztFam>