Bug 103114 - [patch] port mail/milter-regex rc.d support
Summary: [patch] port mail/milter-regex rc.d support
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-10 22:30 UTC by Derek Marcotte
Modified: 2006-11-02 07:00 UTC (History)
0 users

See Also:


Attachments
milter-regex.patch (8.32 KB, patch)
2006-09-10 22:30 UTC, Derek Marcotte
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Marcotte 2006-09-10 22:30:18 UTC
	Add support for rc.d style startup scripts for mail/milter-regex port.
I was in touch with dhartmei@FreeBSD.org, who was listed as maintainer for
this port.  

He says:

"I can't commit to the ports tree, please send the patch to the ports
mailing list instead and ask someone with ports privileges to commit it.

While they're at it, they can also change the maintainer line so it
points to the list instead, please :)"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-10 22:30:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhartmei

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-15 05:20:18 UTC
Responsible Changed
From-To: dhartmei->freebsd-ports-bugs

That you can't commit to the ports tree doesn't mean that you can't 
say "This PR is fine, please commit it" and reassign it back to 
freebsd-ports-bugs.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-15 06:23:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-11-02 06:53:00 UTC
clsung      2006-11-02 06:52:54 UTC

  FreeBSD ports repository

  Modified files:
    mail/milter-regex    Makefile 
  Added files:
    mail/milter-regex    pkg-message pkg-plist 
    mail/milter-regex/files milterregex.sh.in patch-milter-regex.8 
                            patch-milter-regex.c 
  Removed files:
    mail/milter-regex    pkg-install 
  Log:
  - Add support for rc.d style startup scripts for mail/milter-regex port.
  - reset maintainership
  
  PR:             ports/103114
  Submitted by:   Derek Marcotte <derekm dot nospam_AT_rogers dot com>
  Approved by:    maintainer (dhartmei)
  
  Revision  Changes    Path
  1.13      +12 -2     ports/mail/milter-regex/Makefile
  1.1       +42 -0     ports/mail/milter-regex/files/milterregex.sh.in (new)
  1.1       +25 -0     ports/mail/milter-regex/files/patch-milter-regex.8 (new)
  1.3       +85 -0     ports/mail/milter-regex/files/patch-milter-regex.c (new)
  1.3       +0 -55     ports/mail/milter-regex/pkg-install (dead)
  1.1       +11 -0     ports/mail/milter-regex/pkg-message (new)
  1.1       +3 -0      ports/mail/milter-regex/pkg-plist (new)
_______________________________________________
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 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-02 06:53:05 UTC
State Changed
From-To: open->closed

Committed. Thank You.