svn commit: r363662 - head/textproc/p5-Text-Emoticon
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 18:55:15 UTC 2014
Author: sunpoet
Date: Thu Jul 31 18:55:14 2014
New Revision: 363662
URL: http://svnweb.freebsd.org/changeset/ports/363662
QAT: https://qat.redports.org/buildarchive/r363662/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
- Remove Author line
Modified:
head/textproc/p5-Text-Emoticon/Makefile
head/textproc/p5-Text-Emoticon/pkg-descr
head/textproc/p5-Text-Emoticon/pkg-plist
Modified: head/textproc/p5-Text-Emoticon/Makefile
==============================================================================
--- head/textproc/p5-Text-Emoticon/Makefile Thu Jul 31 18:55:07 2014 (r363661)
+++ head/textproc/p5-Text-Emoticon/Makefile Thu Jul 31 18:55:14 2014 (r363662)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Factory class for Yahoo! and MSN emoticons
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/textproc/p5-Text-Emoticon/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Emoticon/pkg-descr Thu Jul 31 18:55:07 2014 (r363661)
+++ head/textproc/p5-Text-Emoticon/pkg-descr Thu Jul 31 18:55:14 2014 (r363662)
@@ -1,6 +1,4 @@
-Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set.
-It's made to become handy to be used in other applications like
-Kwiki/MT plugins.
+Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made
+to become handy to be used in other applications like Kwiki/MT plugins.
-Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
WWW: http://search.cpan.org/dist/Text-Emoticon/
Modified: head/textproc/p5-Text-Emoticon/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Emoticon/pkg-plist Thu Jul 31 18:55:07 2014 (r363661)
+++ head/textproc/p5-Text-Emoticon/pkg-plist Thu Jul 31 18:55:14 2014 (r363662)
@@ -1,6 +1,6 @@
-%%PERL5_MAN3%%/Text::Emoticon.3.gz
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon/.packlist
%%SITE_PERL%%/Text/Emoticon.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon/.packlist
+%%PERL5_MAN3%%/Text::Emoticon.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrmtry %%SITE_PERL%%/Text
More information about the svn-ports-all
mailing list