Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 18:55:14 +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: r363662 - head/textproc/p5-Text-Emoticon
Message-ID:  <201407311855.s6VItETo050027@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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