svn commit: r471714 - head/www/p5-WWW-Google-Video

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:18:00 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:17:58 2018
New Revision: 471714
URL: https://svnweb.freebsd.org/changeset/ports/471714

Log:
  Add LICENSE
  
  - Fix and update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/p5-WWW-Google-Video/Makefile
  head/www/p5-WWW-Google-Video/pkg-descr

Modified: head/www/p5-WWW-Google-Video/Makefile
==============================================================================
--- head/www/p5-WWW-Google-Video/Makefile	Mon Jun  4 18:17:51 2018	(r471713)
+++ head/www/p5-WWW-Google-Video/Makefile	Mon Jun  4 18:17:58 2018	(r471714)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	snowfly at yuntech.edu.tw
 COMMENT=	Interface to fetch the Google Video Information
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/www/p5-WWW-Google-Video/pkg-descr
==============================================================================
--- head/www/p5-WWW-Google-Video/pkg-descr	Mon Jun  4 18:17:51 2018	(r471713)
+++ head/www/p5-WWW-Google-Video/pkg-descr	Mon Jun  4 18:17:58 2018	(r471714)
@@ -3,4 +3,4 @@ Video Information.  To use it, you should create WWW::
 use its method fetch(), to fetch the information of Video.  It uses LWP::Simple
 for making request to Google.
 
-WWW: http://search.cpan.org/dist/WWW-Google-Video/
+WWW: https://metacpan.org/release/KENWU/WWW-Google-Video-0.4


More information about the svn-ports-all mailing list