Date: Thu, 31 Jul 2014 10:05:21 +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: r363555 - head/graphics/p5-Image-Imgur Message-ID: <201407311005.s6VA5Lke096388@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 10:05:21 2014 New Revision: 363555 URL: http://svnweb.freebsd.org/changeset/ports/363555 QAT: https://qat.redports.org/buildarchive/r363555/ Log: - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/graphics/p5-Image-Imgur/Makefile head/graphics/p5-Image-Imgur/pkg-descr head/graphics/p5-Image-Imgur/pkg-plist Modified: head/graphics/p5-Image-Imgur/Makefile ============================================================================== --- head/graphics/p5-Image-Imgur/Makefile Thu Jul 31 10:05:15 2014 (r363554) +++ head/graphics/p5-Image-Imgur/Makefile Thu Jul 31 10:05:21 2014 (r363555) @@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for uploading images to http://imgur.com -RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 tar:tgz USE_PERL5= configure +USES= perl5 tar:tgz .include <bsd.port.mk> Modified: head/graphics/p5-Image-Imgur/pkg-descr ============================================================================== --- head/graphics/p5-Image-Imgur/pkg-descr Thu Jul 31 10:05:15 2014 (r363554) +++ head/graphics/p5-Image-Imgur/pkg-descr Thu Jul 31 10:05:21 2014 (r363555) @@ -1,4 +1,4 @@ -Image::Imgur intends to make programmatically possible to upload image -files to the website http://imgur.com. +Image::Imgur intends to make programmatically possible to upload image files to +the website http://imgur.com. WWW: http://search.cpan.org/dist/Image-Imgur/ Modified: head/graphics/p5-Image-Imgur/pkg-plist ============================================================================== --- head/graphics/p5-Image-Imgur/pkg-plist Thu Jul 31 10:05:15 2014 (r363554) +++ head/graphics/p5-Image-Imgur/pkg-plist Thu Jul 31 10:05:21 2014 (r363555) @@ -1,6 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur/.packlist %%SITE_PERL%%/Image/Imgur.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur/.packlist %%PERL5_MAN3%%/Image::Imgur.3.gz -@dirrmtry %%SITE_PERL%%/Image -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image +@dirrmtry %%SITE_PERL%%/Image
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311005.s6VA5Lke096388>