svn commit: r395990 - head/audio/ruby-taglib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 3 16:23:33 UTC 2015


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 at 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}


More information about the svn-ports-all mailing list