Bug 210203 - audio/shoutcast: Improve port (v2.4.7.256)
Summary: audio/shoutcast: Improve port (v2.4.7.256)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sean Bruno
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-06-11 08:25 UTC by lightside
Modified: 2016-06-14 17:22 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sbruno)


Attachments
Proposed patch (since 416701 revision) (11.50 KB, patch)
2016-06-11 08:25 UTC, lightside
lightside: maintainer-approval? (sbruno)
Details | Diff
The poudriere testport log (FreeBSD 10.2 amd64) (14.08 KB, text/plain)
2016-06-11 08:27 UTC, lightside
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lightside 2016-06-11 08:25:57 UTC
Created attachment 171293 [details]
Proposed patch (since 416701 revision)

Patch to improve audio/shoutcast port v2.4.7.256.

- Bump PORTREVISION
- Fix *_DESC variable for SERVERSETUP option
- Simplify post-patch
- Remove unneeded mkdir, if sub-directories available for creation
- Silence mkdir
- Use COPYTREE_SHARE with directory/file patterns, instead of manual copying of each file
- Remove pkg-plist and use dynamic package list with PORTDATA, PORTDOCS, PORTEXAMPLES, PLIST_FILES and PLIST_DIRS
- Fix unexec usage, because it was deprecated
Comment 1 lightside 2016-06-11 08:27:24 UTC
Created attachment 171294 [details]
The poudriere testport log (FreeBSD 10.2 amd64)
Comment 2 lightside 2016-06-11 08:28:22 UTC
Also possible to add following mirrors for MASTER_SITES:
ftp://ftp.itsinternet.net/pub/FreeBSD/ports/distfiles/
ftp://ftp.tw.freebsd.org/distfiles/

which I found on following links:
http://www.filewatcher.com/_/?q=sc_serv2_bsd-latest.tar.gz
http://www.filewatcher.com/m/sc_serv2_bsd-latest.tar.gz.3382677-0.html

But this may be not needed, if maintainer's location available.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-06-14 17:09:53 UTC
A commit references this bug:

Author: sbruno
Date: Tue Jun 14 17:09:36 UTC 2016
New revision: 416900
URL: https://svnweb.freebsd.org/changeset/ports/416900

Log:
  audio/shoutcast: Significant overhaul of Makefile and cleanup.

  - Bump PORTREVISION
  - Fix *_DESC variable for SERVERSETUP option
  - Simplify post-patch
  - Remove unneeded mkdir, if sub-directories available for creation
  - Silence mkdir
  - Use COPYTREE_SHARE with directory/file patterns, instead of manual copying of
    each file
  - Remove pkg-plist and use dynamic package list with PORTDATA, PORTDOCS,
    PORTEXAMPLES, PLIST_FILES and PLIST_DIRS
  - Fix unexec usage, because it was deprecated

  PR:	210203
  Submitted by:	lightside@gmx.com

Changes:
  head/audio/shoutcast/Makefile
  head/audio/shoutcast/pkg-plist