Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:10:17 +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: r471656 - head/misc/p5-Geography-Countries
Message-ID:  <201806041810.w54IAHmS068804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  4 18:10:16 2018
New Revision: 471656
URL: https://svnweb.freebsd.org/changeset/ports/471656

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Use = instead of += for CONFIGURE_ARGS
  - Fix and update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/misc/p5-Geography-Countries/Makefile
  head/misc/p5-Geography-Countries/pkg-descr

Modified: head/misc/p5-Geography-Countries/Makefile
==============================================================================
--- head/misc/p5-Geography-Countries/Makefile	Mon Jun  4 18:10:11 2018	(r471655)
+++ head/misc/p5-Geography-Countries/Makefile	Mon Jun  4 18:10:16 2018	(r471656)
@@ -11,8 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dikshie@lapi.itb.ac.id
 COMMENT=	Handle ISO-3166 country codes
 
+LICENSE=	MIT
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ARGS+=	INSTALLDIRS='site'
+CONFIGURE_ARGS=	INSTALLDIRS='site'
 
 .include <bsd.port.mk>

Modified: head/misc/p5-Geography-Countries/pkg-descr
==============================================================================
--- head/misc/p5-Geography-Countries/pkg-descr	Mon Jun  4 18:10:11 2018	(r471655)
+++ head/misc/p5-Geography-Countries/pkg-descr	Mon Jun  4 18:10:16 2018	(r471656)
@@ -2,4 +2,4 @@ This module maps country names, and their 2-letter, 3-
 codes, as defined by the ISO-3166 maintenance agency, and defined by the
 UNSD.
 
-WWW: http://search.cpan.org/dist/Geography-Countries/ /
+WWW: https://metacpan.org/release/Geography-Countries



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