Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:23:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395990 - head/audio/ruby-taglib
Message-ID:  <201509031623.t83GNX5x034160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  3 16:23:32 2015
New Revision: 395990
URL: https://svnweb.freebsd.org/changeset/ports/395990

Log:
  - Fix MASTER_SITES and unbreak this port
  - Add LICENSE
  - Add NO_ARCH
  - Remove unnecessary .include <bsd.port.options.mk>
  - While I'm here, replace space with tab
  
  Approved by:	portmgr (blanket)

Modified:
  head/audio/ruby-taglib/Makefile

Modified: head/audio/ruby-taglib/Makefile
==============================================================================
--- head/audio/ruby-taglib/Makefile	Thu Sep  3 16:23:28 2015	(r395989)
+++ head/audio/ruby-taglib/Makefile	Thu Sep  3 16:23:32 2015	(r395990)
@@ -5,7 +5,7 @@ PORTNAME=	taglib
 PORTVERSION=	1.1
 PORTREVISION=	1
 CATEGORIES=	audio ruby
-MASTER_SITES=	http://www.hakubi.us/ruby-taglib/
+MASTER_SITES=	http://www.hakubi.us/wp-content/uploads/software/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby-taglib-${PORTVERSION}
 DIST_SUBDIR=	ruby
@@ -13,22 +13,21 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	t.hiroaki.209@gmail.com
 COMMENT=	Ruby library wrapping the Taglib library
 
-LIB_DEPENDS=    libtag.so:${PORTSDIR}/audio/taglib
+LICENSE=	MIT
 
-BROKEN=		Unfetchable
+LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
+
+NO_ARCH=	yes
+NO_BUILD=	yes
 USE_RUBY=	yes
 USES=		tar:bzip2
 
 RUBY_RD_FILES=	taglib.rb
 
-NO_BUILD=	yes
-
 DOCS=		README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
 	${INSTALL_DATA} ${WRKSRC}/lib/taglib.rb ${STAGEDIR}${RUBY_SITELIBDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031623.t83GNX5x034160>