Bug 170304 - [PATCH] audio/etcd: Remove audio/libmusicbrainz dependency
Summary: [PATCH] audio/etcd: Remove audio/libmusicbrainz dependency
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-01 01:00 UTC by Jason E. Hale
Modified: 2012-08-06 13:10 UTC (History)
1 user (show)

See Also:


Attachments
2012-07-31-etcd.diff (1.97 KB, patch)
2012-08-01 01:00 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2012-08-01 01:00:25 UTC
- Remove the audio/libmusicbrainz dependency from audio/etcd
- audio/libmusicbrainz is deprecated and no longer functions this is one of
  two ports still depending on it

How-To-Repeat: - Use attached diff
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-01 01:00:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2012-08-06 13:02:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-06 13:02:49 UTC
Author: gahr
Date: Mon Aug  6 12:02:34 2012
New Revision: 302171
URL: http://svn.freebsd.org/changeset/ports/302171

Log:
  - Update to 1.0.1
  - Remove dependency on audio/libmusicbrainz [1]
  
  PR:		170304 [1]
  Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>

Modified:
  head/audio/etcd/Makefile   (contents, props changed)
  head/audio/etcd/distinfo   (contents, props changed)

Modified: head/audio/etcd/Makefile
==============================================================================
--- head/audio/etcd/Makefile	Mon Aug  6 12:00:50 2012	(r302170)
+++ head/audio/etcd/Makefile	Mon Aug  6 12:02:34 2012	(r302171)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	etcd
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~gahr/distfiles/ \
@@ -17,14 +16,11 @@ MASTER_SITE_SUBDIR=	gahr
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Enhanced Tiny CD, a simple ncurses-based CD player
 
-LIB_DEPENDS=	musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
-
 USE_SDL=	sdl
 MANCOMPRESSED=	no
 
 MAKE_ARGS=	INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
-		SDL_LIBS=-lSDL MB_LIBS=-lmusicbrainz \
-		NCURSES_LIBS="-lncursesw ${PTHREAD_LIBS}"
+		SDL_LIBS=-lSDL NCURSES_LIBS="-lncursesw ${PTHREAD_LIBS}"
 
 PLIST_FILES=	bin/etcd
 

Modified: head/audio/etcd/distinfo
==============================================================================
--- head/audio/etcd/distinfo	Mon Aug  6 12:00:50 2012	(r302170)
+++ head/audio/etcd/distinfo	Mon Aug  6 12:02:34 2012	(r302171)
@@ -1,2 +1,2 @@
-SHA256 (etcd-1.0.0.tar.gz) = 19f3dc6254a673ce2dd2f70d6483a7e2489d1051d1c18bf578a2613b6803b4ec
-SIZE (etcd-1.0.0.tar.gz) = 10995
+SHA256 (etcd-1.0.1.tar.gz) = 5690aeab6da9cb672f3c30f81d5034b53c0722213423913f56573f65cde01ad3
+SIZE (etcd-1.0.1.tar.gz) = 9359
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"