Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:57:26 +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: r389435 - head/www/p5-WWW-TinySong
Message-ID:  <201506131357.t5DDvQ0R058672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 13 13:57:26 2015
New Revision: 389435
URL: https://svnweb.freebsd.org/changeset/ports/389435

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Reformat pkg-descr
  - Use single space after WWW:
  - Pass maintainership to perl@

Modified:
  head/www/p5-WWW-TinySong/Makefile
  head/www/p5-WWW-TinySong/pkg-descr

Modified: head/www/p5-WWW-TinySong/Makefile
==============================================================================
--- head/www/p5-WWW-TinySong/Makefile	Sat Jun 13 13:57:21 2015	(r389434)
+++ head/www/p5-WWW-TinySong/Makefile	Sat Jun 13 13:57:26 2015	(r389435)
@@ -8,13 +8,17 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Get free music links from tinysong.com
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-WWW-TinySong/pkg-descr
==============================================================================
--- head/www/p5-WWW-TinySong/pkg-descr	Sat Jun 13 13:57:21 2015	(r389434)
+++ head/www/p5-WWW-TinySong/pkg-descr	Sat Jun 13 13:57:26 2015	(r389435)
@@ -1,7 +1,6 @@
-tinysong.com is a web app that can be queried for a
-song and returns a tiny URL, allowing you to listen
-to the song for free online and share it with friends.
-TinySong is a Perl interface to this service, allowing
-you to programmatically search its underlying database.
+tinysong.com is a web app that can be queried for a song and returns a tiny URL,
+allowing you to listen to the song for free online and share it with friends.
+TinySong is a Perl interface to this service, allowing you to programmatically
+search its underlying database.
 
-WWW:	http://search.cpan.org/dist/WWW-TinySong/
+WWW: http://search.cpan.org/dist/WWW-TinySong/



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