Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 12:49:54 +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: r469205 - head/databases/p5-Pg
Message-ID:  <201805061249.w46CnsDB047479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May  6 12:49:54 2018
New Revision: 469205
URL: https://svnweb.freebsd.org/changeset/ports/469205

Log:
  Add LICENSE
  
  - Update WWW

Modified:
  head/databases/p5-Pg/Makefile
  head/databases/p5-Pg/pkg-descr

Modified: head/databases/p5-Pg/Makefile
==============================================================================
--- head/databases/p5-Pg/Makefile	Sun May  6 12:49:49 2018	(r469204)
+++ head/databases/p5-Pg/Makefile	Sun May  6 12:49:54 2018	(r469205)
@@ -13,6 +13,9 @@ DIST_SUBDIR=	postgresql
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Interface for using perl5 to access PostgreSQL databases
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5 pgsql
 USE_PERL5=	configure
 

Modified: head/databases/p5-Pg/pkg-descr
==============================================================================
--- head/databases/p5-Pg/pkg-descr	Sun May  6 12:49:49 2018	(r469204)
+++ head/databases/p5-Pg/pkg-descr	Sun May  6 12:49:54 2018	(r469205)
@@ -2,4 +2,4 @@ This is an API for using Perl5 to access PostgreSQL da
 
 This software is part of the standard PostgreSQL distribution.
 
-WWW: http://www.postgresql.org/
+WWW: https://www.postgresql.org/



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