Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 20:48:37 +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: r485625 - head/www/p5-Cookie-Baker
Message-ID:  <201811222048.wAMKmbs1014473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 22 20:48:36 2018
New Revision: 485625
URL: https://svnweb.freebsd.org/changeset/ports/485625

Log:
  Add LICENSE_FILE
  
  - While I'm here, sort *_DEPENDS and PLIST
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/p5-Cookie-Baker/Makefile
  head/www/p5-Cookie-Baker/pkg-plist

Modified: head/www/p5-Cookie-Baker/Makefile
==============================================================================
--- head/www/p5-Cookie-Baker/Makefile	Thu Nov 22 20:48:28 2018	(r485624)
+++ head/www/p5-Cookie-Baker/Makefile	Thu Nov 22 20:48:36 2018	(r485625)
@@ -11,9 +11,10 @@ COMMENT=	Perl extension for cookie string generator/pa
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	p5-URI>0:net/p5-URI
 BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-URI>0:net/p5-URI
 TEST_DEPENDS=	p5-Test-Time>=0:devel/p5-Test-Time
 
 USES=		perl5

Modified: head/www/p5-Cookie-Baker/pkg-plist
==============================================================================
--- head/www/p5-Cookie-Baker/pkg-plist	Thu Nov 22 20:48:28 2018	(r485624)
+++ head/www/p5-Cookie-Baker/pkg-plist	Thu Nov 22 20:48:36 2018	(r485625)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Cookie::Baker.3.gz
 %%SITE_PERL%%/Cookie/Baker.pm
+%%PERL5_MAN3%%/Cookie::Baker.3.gz



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