Bug 164591 - [maintainer-update] audio/shoutcast: Add support for Configuration Builder
Summary: [maintainer-update] audio/shoutcast: Add support for Configuration Builder
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-29 02:30 UTC by jarrod
Modified: 2012-02-02 08:53 UTC (History)
0 users

See Also:


Attachments
audio-shoutcast-2.0.0.29_1.diff (10.97 KB, patch)
2012-01-29 02:30 UTC, jarrod
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jarrod 2012-01-29 02:30:09 UTC
Update to 2.0.0.29_1.

 * Use USE_DOS2UNIX to remove ^M from documentation
 * Add support for the bundled configuration builder
 * Move default logging directory to PORTNAME specific one
 * Apply FreeBSD-specific patching to all example files (not just basic)
 * Move example files to EXAMPLESDIR and make optional
 * Remove dsp_sc plugin documentation
 * Reinstate required_dirs variable from rc.d script
 * Remove log file creation from rc.d script (no longer required)
 * Display clean-up warning on port deinstall (based on bsd.port.mk)

Modified files:
 * ports/audio/shoutcast/Makefile
 * ports/audio/shoutcast/files/pkg-message.in
 * ports/audio/shoutcast/files/shoutcast.in
 * ports/audio/shoutcast/pkg-plist

Fix: Attached diff can be downloaded from:
http://www.downtools.com.au/~jarrod/FreeBSD/audio-shoutcast-2.0.0.29_1.diff
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-02-01 04:01:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-02 08:34:42 UTC
scheidell    2012-02-02 08:34:28 UTC

  FreeBSD ports repository

  Modified files:
    audio/shoutcast      Makefile pkg-plist 
    audio/shoutcast/files pkg-message.in shoutcast.in 
  Log:
  - Bump PORTREVISION
  - Use USE_DOS2UNIX to remove ^M from documentation
  - Add support for the bundled configuration builder
  - Move default logging directory to PORTNAME specific one
  - Move example files to EXAMPLESDIR and make optional
  - Remove dsp_sc plugin documentation
  - Reinstate required_dirs variable from rc.d script
  - Remove log file creation from rc.d script (no longer required)
  - Display clean-up warning on port deinstall (based on bsd.port.mk)
  
  PR:             ports/164591
  Submitted by:   Jarrod Sayers <jarrod@downtools.com.au> maintainer
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.23      +57 -13    ports/audio/shoutcast/Makefile
  1.5       +3 -3      ports/audio/shoutcast/files/pkg-message.in
  1.4       +2 -14     ports/audio/shoutcast/files/shoutcast.in
  1.5       +32 -10    ports/audio/shoutcast/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 Michael Scheidell freebsd_committer freebsd_triage 2012-02-02 08:53:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!