Summary: | [PATCH] audio/scrobbler: Remove audio/libmusicbrainz support | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason E. Hale <bsdkaffee> | ||||||
Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | novel | ||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jason E. Hale
2012-05-19 23:50:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer (via the GNATS Auto Assign Tool) Hi, For some reason I cannot apply the patch: patch: **** malformed patch at line 349: diff -ruN scrobbler.orig/files/patch-tags__include__tags.h scrobbler/files/patch-tags__include__tags.h I wonder if it's grants who broke the markup for some reason. Could you please send me patches (or even tarred port directory) to me by mail? Thanks, Roman Bogorodskiy novel 2012-06-10 03:59:29 UTC FreeBSD ports repository Modified files: audio/bmp-scrobbler Makefile audio/scrobbler Makefile audio/xmms-scrobbler Makefile Added files: audio/scrobbler/files patch-Makefile.in patch-config.h.in patch-configure patch-tags__include__tags.h patch-tags__tags.c Log: - Drop audio/libmusicbrainz support as it's deprecated and no longer functional. It was only used for obtaining cdaudio metadata - Bump PORTREVISION PR: 168154 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Revision Changes Path 1.18 +1 -1 ports/audio/bmp-scrobbler/Makefile 1.20 +2 -3 ports/audio/scrobbler/Makefile 1.1 +129 -0 ports/audio/scrobbler/files/patch-Makefile.in (new) 1.1 +12 -0 ports/audio/scrobbler/files/patch-config.h.in (new) 1.1 +173 -0 ports/audio/scrobbler/files/patch-configure (new) 1.1 +26 -0 ports/audio/scrobbler/files/patch-tags__include__tags.h (new) 1.1 +58 -0 ports/audio/scrobbler/files/patch-tags__tags.c (new) 1.12 +1 -1 ports/audio/xmms-scrobbler/Makefile _______________________________________________ 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" State Changed From-To: open->closed Committed, thanks! |