Bug 122424 - Port cleanup: audio/tclmidi
Summary: Port cleanup: audio/tclmidi
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 19:10 UTC by Ganael LAPLANCHE
Modified: 2008-04-04 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (6.73 KB, patch)
2008-04-03 19:10 UTC, Ganael LAPLANCHE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2008-04-03 19:10:00 UTC
This is a maintenance patch for audio/tclmidi :

- Add a new mirror on monash.edu.au
- Revert to ARCH instead of MACHINE_ARCH (5.4-RELEASE has been released :p)
- Rename files/patch-aa (etc) to standard files/patch-file-name

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-04-04 16:55:19 UTC
rafan       2008-04-04 15:55:11 UTC

  FreeBSD ports repository

  Modified files:
    audio/tclmidi        Makefile 
  Added files:
    audio/tclmidi/files  patch-smf__Makefile.in 
                         patch-song__Makefile.in 
  Removed files:
    audio/tclmidi/files  smf.patch song.patch 
  Log:
  - Use ARCH instead of MACHINE_ARCH
  - Add a new mirror site
  
  PR:             ports/122424
  Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.com>
  
  - As 5.2-RELEASE is no longer supported, make two conditional patches
    mandatory
  - Move patching to post-patch target instead of post-extract, so that we
    can get unmodified vendor version with `make extract'
  
  Revision  Changes    Path
  1.20      +5 -8      ports/audio/tclmidi/Makefile
  1.1       +12 -0     ports/audio/tclmidi/files/patch-smf__Makefile.in (new)
  1.1       +11 -0     ports/audio/tclmidi/files/patch-song__Makefile.in (new)
  1.2       +0 -12     ports/audio/tclmidi/files/smf.patch (dead)
  1.2       +0 -11     ports/audio/tclmidi/files/song.patch (dead)
_______________________________________________
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 2 Rong-En Fan freebsd_committer freebsd_triage 2008-04-04 16:55:48 UTC
State Changed
From-To: open->closed

Committed without the rename part. Usually we change the filename when 
we are doing other changes. Thanks!