Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:05:33 +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: r550805 - head/devel/p5-Tie-DB_File-SplitHash
Message-ID:  <202010010805.09185X7x011096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 08:05:32 2020
New Revision: 550805
URL: https://svnweb.freebsd.org/changeset/ports/550805

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Tie-DB_File-SplitHash/Makefile
  head/devel/p5-Tie-DB_File-SplitHash/pkg-plist

Modified: head/devel/p5-Tie-DB_File-SplitHash/Makefile
==============================================================================
--- head/devel/p5-Tie-DB_File-SplitHash/Makefile	Thu Oct  1 08:05:28 2020	(r550804)
+++ head/devel/p5-Tie-DB_File-SplitHash/Makefile	Thu Oct  1 08:05:32 2020	(r550805)
@@ -11,10 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Wrapper around the DB_File Berkeley database system
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Digest-SHA1>=0:security/p5-Digest-SHA1
 
 USES=		perl5
 USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Tie-DB_File-SplitHash/pkg-plist
==============================================================================
--- head/devel/p5-Tie-DB_File-SplitHash/pkg-plist	Thu Oct  1 08:05:28 2020	(r550804)
+++ head/devel/p5-Tie-DB_File-SplitHash/pkg-plist	Thu Oct  1 08:05:32 2020	(r550805)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Tie::DB_File::SplitHash.3.gz
 %%SITE_PERL%%/Tie/DB_File/SplitHash.pm
 %%SITE_PERL%%/Tie/DB_File/SplitHash.pod
+%%PERL5_MAN3%%/Tie::DB_File::SplitHash.3.gz



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