Bug 143104 - [PATCH] net/citrix_xenapp: use $SUB_FILES & $SUB_LIST to update scripts
Summary: [PATCH] net/citrix_xenapp: 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:20 UTC by Sevan Janiyan
Modified: 2010-01-25 15:20 UTC (History)
1 user (show)

See Also:


Attachments
citrix_xenapp-11.0.140395.patch (2.26 KB, patch)
2010-01-23 04: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-23 04:20:01 UTC
there's no need to invoke 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:20:14 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:13:10 UTC
tabthorpe    2010-01-25 15:12:57 UTC

  FreeBSD ports repository

  Modified files:
    net/citrix_xenapp    Makefile 
    german/citrix_xenapp Makefile 
    japanese/citrix_xenapp Makefile 
  Added files:
    net/citrix_xenapp/files wfcmgr.in wfica.in 
    german/citrix_xenapp/files wfcmgr.in wfica.in 
    japanese/citrix_xenapp/files wfcmgr.in wfica.in 
  Removed files:
    net/citrix_xenapp/files wfcmgr wfica 
    german/citrix_xenapp/files wfcmgr wfica 
    japanese/citrix_xenapp/files wfcmgr wfica 
  Log:
  - Use SUB_FILES/LIST in lieu of sed
  - No PORTREVISION bump needed
  
  PR:             ports/143104
  Submitted by:   Sevan Janiyan <venture37 geeklan.co.uk>
  
  Revision  Changes    Path
  1.23      +5 -6      ports/german/citrix_xenapp/Makefile
  1.2       +0 -3      ports/german/citrix_xenapp/files/wfcmgr (dead)
  1.1       +3 -0      ports/german/citrix_xenapp/files/wfcmgr.in (new)
  1.3       +0 -3      ports/german/citrix_xenapp/files/wfica (dead)
  1.1       +3 -0      ports/german/citrix_xenapp/files/wfica.in (new)
  1.10      +5 -6      ports/japanese/citrix_xenapp/Makefile
  1.2       +0 -3      ports/japanese/citrix_xenapp/files/wfcmgr (dead)
  1.1       +3 -0      ports/japanese/citrix_xenapp/files/wfcmgr.in (new)
  1.2       +0 -3      ports/japanese/citrix_xenapp/files/wfica (dead)
  1.1       +3 -0      ports/japanese/citrix_xenapp/files/wfica.in (new)
  1.56      +5 -6      ports/net/citrix_xenapp/Makefile
  1.2       +0 -3      ports/net/citrix_xenapp/files/wfcmgr (dead)
  1.1       +3 -0      ports/net/citrix_xenapp/files/wfcmgr.in (new)
  1.3       +0 -3      ports/net/citrix_xenapp/files/wfica (dead)
  1.1       +3 -0      ports/net/citrix_xenapp/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:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!