svn commit: r363558 - head/mail/p5-Mail-SendEasy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:05:39 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:05:37 2014
New Revision: 363558
URL: http://svnweb.freebsd.org/changeset/ports/363558
QAT: https://qat.redports.org/buildarchive/r363558/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/mail/p5-Mail-SendEasy/Makefile
head/mail/p5-Mail-SendEasy/pkg-descr
head/mail/p5-Mail-SendEasy/pkg-plist
Modified: head/mail/p5-Mail-SendEasy/Makefile
==============================================================================
--- head/mail/p5-Mail-SendEasy/Makefile Thu Jul 31 10:05:32 2014 (r363557)
+++ head/mail/p5-Mail-SendEasy/Makefile Thu Jul 31 10:05:37 2014 (r363558)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Send plain/html e-mails through SMTP servers
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/mail/p5-Mail-SendEasy/pkg-descr
==============================================================================
--- head/mail/p5-Mail-SendEasy/pkg-descr Thu Jul 31 10:05:32 2014 (r363557)
+++ head/mail/p5-Mail-SendEasy/pkg-descr Thu Jul 31 10:05:37 2014 (r363558)
@@ -1,5 +1,5 @@
-This modules will send in a easy way e-mails, and doesn't have
-dependencies. Soo, you don't need to install libnet.
+This modules will send in a easy way e-mails, and doesn't have dependencies.
+Soo, you don't need to install libnet.
It supports SMTP authentication and attachments.
Modified: head/mail/p5-Mail-SendEasy/pkg-plist
==============================================================================
--- head/mail/p5-Mail-SendEasy/pkg-plist Thu Jul 31 10:05:32 2014 (r363557)
+++ head/mail/p5-Mail-SendEasy/pkg-plist Thu Jul 31 10:05:37 2014 (r363558)
@@ -1,13 +1,13 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SendEasy/.packlist
%%SITE_PERL%%/Mail/SendEasy.pm
%%SITE_PERL%%/Mail/SendEasy/AUTH.pm
%%SITE_PERL%%/Mail/SendEasy/Base64.pm
%%SITE_PERL%%/Mail/SendEasy/IOScalar.pm
%%SITE_PERL%%/Mail/SendEasy/SMTP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SendEasy/.packlist
%%PERL5_MAN3%%/Mail::SendEasy.3.gz
%%PERL5_MAN3%%/Mail::SendEasy::AUTH.3.gz
%%PERL5_MAN3%%/Mail::SendEasy::SMTP.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SendEasy
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SendEasy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail
- at dirrmtry %%SITE_PERL%%/Mail/SendEasy
+ at dirrm %%SITE_PERL%%/Mail/SendEasy
@dirrmtry %%SITE_PERL%%/Mail
More information about the svn-ports-head
mailing list