Bug 142622 - [PATCH] japanese/ja-zangband: use $SUB_FILES to dynamically adjust pkg-message
Summary: [PATCH] japanese/ja-zangband: use $SUB_FILES to dynamically adjust pkg-message
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-11 01:00 UTC by Sevan Janiyan
Modified: 2010-01-12 04:10 UTC (History)
0 users

See Also:


Attachments
ja-zangband-2.4.0.j020104_2.patch (2.82 KB, patch)
2010-01-11 01:00 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-11 01:00:11 UTC
There's no need to invoke sed manually, use $SUB_FILES to take care of things automatically.

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

Removed file(s):
- files/MESSAGE.in

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

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-12 04:04:44 UTC
pgollucci    2010-01-12 04:04:35 UTC

  FreeBSD ports repository

  Modified files:
    japanese/zangband    Makefile 
  Added files:
    japanese/zangband/files pkg-message.in 
  Removed files:
    japanese/zangband/files MESSAGE.in 
  Log:
  - SUB_FILES += pkg-message
  
  PR:             ports/142622
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  
  Revision  Changes    Path
  1.13      +2 -2      ports/japanese/zangband/Makefile
  1.2       +0 -15     ports/japanese/zangband/files/MESSAGE.in (dead)
  1.1       +15 -0     ports/japanese/zangband/files/pkg-message.in (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 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-12 04:04:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!