Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 17:46:25 +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: r380039 - head/devel/p5-File-BaseDir
Message-ID:  <201502261746.t1QHkPuu022164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 26 17:46:24 2015
New Revision: 380039
URL: https://svnweb.freebsd.org/changeset/ports/380039
QAT: https://qat.redports.org/buildarchive/r380039/

Log:
  - Add LICENSE
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/p5-File-BaseDir/Makefile
  head/devel/p5-File-BaseDir/pkg-descr

Modified: head/devel/p5-File-BaseDir/Makefile
==============================================================================
--- head/devel/p5-File-BaseDir/Makefile	Thu Feb 26 17:46:18 2015	(r380038)
+++ head/devel/p5-File-BaseDir/Makefile	Thu Feb 26 17:46:24 2015	(r380039)
@@ -8,10 +8,13 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Use the freedesktop basedir spec
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	modbuild
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-File-BaseDir/pkg-descr
==============================================================================
--- head/devel/p5-File-BaseDir/pkg-descr	Thu Feb 26 17:46:18 2015	(r380038)
+++ head/devel/p5-File-BaseDir/pkg-descr	Thu Feb 26 17:46:24 2015	(r380039)
@@ -1,7 +1,6 @@
-This module can be used to find directories and files as
-specified by the XDG Base Directory Specification. It takes
-care of defaults and uses File::Spec to make the output
-platform specific.
+This module can be used to find directories and files as specified by the XDG
+Base Directory Specification. It takes care of defaults and uses File::Spec to
+make the output platform specific.
 
 This module forked from File::MimeInfo.
 



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