svn commit: r471651 - head/mail/p5-WWW-GMail

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


Author: sunpoet
Date: Mon Jun  4 18:09:49 2018
New Revision: 471651
URL: https://svnweb.freebsd.org/changeset/ports/471651

Log:
  Fix MASTER_SITES to make it fetchable
  
  - Add LICENSE
  - Fix and update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/mail/p5-WWW-GMail/Makefile
  head/mail/p5-WWW-GMail/pkg-descr

Modified: head/mail/p5-WWW-GMail/Makefile
==============================================================================
--- head/mail/p5-WWW-GMail/Makefile	Mon Jun  4 18:09:42 2018	(r471650)
+++ head/mail/p5-WWW-GMail/Makefile	Mon Jun  4 18:09:49 2018	(r471651)
@@ -6,10 +6,14 @@ PORTVERSION=	0.07
 PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:XANTUS
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	snowfly at yuntech.edu.tw
 COMMENT=	This module simplifies access to gmail
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww \
 		p5-URI>=0:net/p5-URI

Modified: head/mail/p5-WWW-GMail/pkg-descr
==============================================================================
--- head/mail/p5-WWW-GMail/pkg-descr	Mon Jun  4 18:09:42 2018	(r471650)
+++ head/mail/p5-WWW-GMail/pkg-descr	Mon Jun  4 18:09:49 2018	(r471651)
@@ -1,3 +1,3 @@
 WWW::GMail - Perl extension for accessing Google Mail (gmail)
 
-WWW: http://search.cpan.org/dist/WWW-GMail/
+WWW: https://metacpan.org/release/XANTUS/WWW-GMail-0.07


More information about the svn-ports-all mailing list