Bug 142805 - [PATCH] mail/relay-ctrl: use $SUB_FILES to dynamically adjust pkg-message & install
Summary: [PATCH] mail/relay-ctrl: use $SUB_FILES to dynamically adjust pkg-message & i...
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 02:20 UTC by Sevan Janiyan
Modified: 2010-01-31 04:00 UTC (History)
0 users

See Also:


Attachments
relay-ctrl-3.1.1_1.patch (5.67 KB, patch)
2010-01-14 02:20 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2010-01-14 02:20:01 UTC
No need to invoke sed manually, SUB_FILES will take care of this.

Added file(s):
- files/pkg-install.in
- files/pkg-message.in

Removed file(s):
- pkg-install.in
- pkg-message

Generated with FreeBSD Port Tools 0.99
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-14 02:55:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-31 03:50:24 UTC
pgollucci    2010-01-31 03:50:15 UTC

  FreeBSD ports repository

  Modified files:
    mail/relay-ctrl      Makefile pkg-plist 
  Added files:
    mail/relay-ctrl/files pkg-install.in pkg-message.in 
  Removed files:
    mail/relay-ctrl      pkg-install.in pkg-message 
  Log:
  - use $SUB_FILES to dynamically adjust pkg-message & install
  
  PR:             ports/142805
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  
  Revision  Changes    Path
  1.4       +3 -8      ports/mail/relay-ctrl/Makefile
  1.1       +63 -0     ports/mail/relay-ctrl/files/pkg-install.in (new)
  1.1       +4 -0      ports/mail/relay-ctrl/files/pkg-message.in (new)
  1.3       +0 -63     ports/mail/relay-ctrl/pkg-install.in (dead)
  1.2       +0 -4      ports/mail/relay-ctrl/pkg-message (dead)
  1.4       +4 -4      ports/mail/relay-ctrl/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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-31 03:54:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!