svn commit: r389435 - head/www/p5-WWW-TinySong

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:57:27 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	perl at 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/


More information about the svn-ports-all mailing list