Bug 143103 - [PATCH] net/citrix_ica: use $SUB_FILES & $SUB_LIST to update scripts
Summary: [PATCH] net/citrix_ica: use $SUB_FILES & $SUB_LIST to update scripts
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-23 04:10 UTC by Sevan Janiyan
Modified: 2010-01-25 15:20 UTC (History)
1 user (show)

See Also:


Attachments
citrix_ica-10.6_1.patch (2.80 KB, patch)
2010-01-23 04:10 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-23 04:10:01 UTC
instead of invoking sed manually

Added file(s):
- files/wfcmgr.in
- files/wfica.in

Removed file(s):
- files/wfcmgr
- files/wfica

Port maintainer (tabthorpe@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-23 04:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-25 15:11:34 UTC
tabthorpe    2010-01-25 15:11:20 UTC

  FreeBSD ports repository

  Modified files:
    net/citrix_ica       Makefile 
  Added files:
    net/citrix_ica/files wfcmgr.in wfica.in 
  Removed files:
    net/citrix_ica/files wfcmgr wfica 
  Log:
  - Use SUB_FILES/LIST in lieu of sed
  - No PORTREVISION bump needed
  
  PR:             ports/143103
  Submitted by:   Sevan Janiyan <venture37 geeklan.co.uk>
  
  Revision  Changes    Path
  1.53      +5 -6      ports/net/citrix_ica/Makefile
  1.2       +0 -3      ports/net/citrix_ica/files/wfcmgr (dead)
  1.1       +3 -0      ports/net/citrix_ica/files/wfcmgr.in (new)
  1.3       +0 -3      ports/net/citrix_ica/files/wfica (dead)
  1.1       +3 -0      ports/net/citrix_ica/files/wfica.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 Thomas Abthorpe freebsd_committer freebsd_triage 2010-01-25 15:13:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!