Bug 200140

Summary: audio/mp3c FIXes Unfetchable
Product: Ports & Packages Reporter: Chris Hutchinson <portmaster>
Component: Individual Port(s)Assignee: Jason E. Hale <jhale>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhale, joris
Priority: --- Flags: bugzilla: maintainer-feedback? (joris)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff to fix audio/mp3c none

Description Chris Hutchinson 2015-05-12 03:56:05 UTC
Created attachment 156675 [details]
svn diff to fix audio/mp3c

This port is marked Unfetchable, but a small tweak to Makefile
fixes this issue, and makes this port usable again.

CHANGES
Makefile - moves (missing) cdrip.sh to ${FILESDIR}

That's pretty much it. :)

Here's a short session, just for fun:

# make -DBATCH fetch
===>   mp3c-0.31_1 depends on file: /usr/local/sbin/pkg - found
=> mp3c-0.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch ftp://ftp.wspse.de/linux/wspse/mp3c-0.31.tar.gz
mp3c-0.31.tar.gz                              100% of  484 kB  279 kBps 00m02s
===> Fetching all distfiles required by mp3c-0.31_1 for building


# make -DBATCH extract
===>   mp3c-0.31_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by mp3c-0.31_1 for building
===>  Extracting for mp3c-0.31_1
=> SHA256 Checksum OK for mp3c-0.31.tar.gz.

Anyway. The file this port croaked on, was; cdrip.sh

Now that it's part of the port, it's no longer going to be
an issue. :)

Thanks!

P.S. Feel free to ad me as maintainer, if need be.

--Chris
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-17 16:12:25 UTC
A commit references this bug:

Author: jhale
Date: Wed Jun 17 16:11:48 UTC 2015
New revision: 389939
URL: https://svnweb.freebsd.org/changeset/ports/389939

Log:
  - Unbreak by moving small unfetchable script to ${FILESDIR}

  While here:
  - Add LICENSE
  - Convert to options helpers
  - Fix location of default CDROM device on FreeBSD>=10

  PR:		200140
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
  Approved by:	maintainer timeout

Changes:
  head/audio/mp3c/Makefile
  head/audio/mp3c/distinfo
  head/audio/mp3c/files/
  head/audio/mp3c/files/cdrip.sh
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2015-06-17 16:13:15 UTC
Committed with a few improvements, thanks!