Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 15:12:06 +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: r363595 - head/sysutils/p5-Fuse-Simple
Message-ID:  <201407311512.s6VFC6Lx040644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 31 15:12:05 2014
New Revision: 363595
URL: http://svnweb.freebsd.org/changeset/ports/363595
QAT: https://qat.redports.org/buildarchive/r363595/

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Sort PLIST
  - Reformat pkg-descr

Modified:
  head/sysutils/p5-Fuse-Simple/Makefile
  head/sysutils/p5-Fuse-Simple/pkg-descr
  head/sysutils/p5-Fuse-Simple/pkg-plist

Modified: head/sysutils/p5-Fuse-Simple/Makefile
==============================================================================
--- head/sysutils/p5-Fuse-Simple/Makefile	Thu Jul 31 15:12:00 2014	(r363594)
+++ head/sysutils/p5-Fuse-Simple/Makefile	Thu Jul 31 15:12:05 2014	(r363595)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple way to write filesystems in Perl using FUSE
 
-RUN_DEPENDS=	p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Fuse-Simple/pkg-descr
==============================================================================
--- head/sysutils/p5-Fuse-Simple/pkg-descr	Thu Jul 31 15:12:00 2014	(r363594)
+++ head/sysutils/p5-Fuse-Simple/pkg-descr	Thu Jul 31 15:12:05 2014	(r363595)
@@ -1,6 +1,6 @@
-Fuse lets you write filesystems in Perl. Fuse::Simple makes this
-REALLY Simple, as you just need a hash for your root directory,
-containing strings for files, more hashes for subdirs, or functions to
-be called for magical functionality a bit like /proc.
+Fuse lets you write filesystems in Perl. Fuse::Simple makes this REALLY Simple,
+as you just need a hash for your root directory, containing strings for files,
+more hashes for subdirs, or functions to be called for magical functionality a
+bit like /proc.
 
 WWW: http://search.cpan.org/dist/Fuse-Simple/

Modified: head/sysutils/p5-Fuse-Simple/pkg-plist
==============================================================================
--- head/sysutils/p5-Fuse-Simple/pkg-plist	Thu Jul 31 15:12:00 2014	(r363594)
+++ head/sysutils/p5-Fuse-Simple/pkg-plist	Thu Jul 31 15:12:05 2014	(r363595)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple/.packlist
 %%SITE_PERL%%/Fuse/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple/.packlist
 %%PERL5_MAN3%%/Fuse::Simple.3.gz
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse
 @dirrmtry %%SITE_PERL%%/Fuse



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