[Midnightbsd-cvs] mports [22183] trunk/mail/p5-MIME-Lite: fix man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Dec 28 10:20:28 EST 2016


Revision: 22183
          http://svnweb.midnightbsd.org/mports/?rev=22183
Author:   laffer1
Date:     2016-12-28 10:20:28 -0500 (Wed, 28 Dec 2016)
Log Message:
-----------
fix man page

Modified Paths:
--------------
    trunk/mail/p5-MIME-Lite/Makefile
    trunk/mail/p5-MIME-Lite/pkg-descr
    trunk/mail/p5-MIME-Lite/pkg-plist

Modified: trunk/mail/p5-MIME-Lite/Makefile
===================================================================
--- trunk/mail/p5-MIME-Lite/Makefile	2016-12-28 15:18:21 UTC (rev 22182)
+++ trunk/mail/p5-MIME-Lite/Makefile	2016-12-28 15:20:28 UTC (rev 22183)
@@ -2,6 +2,7 @@
 
 PORTNAME=	MIME-Lite
 PORTVERSION=	3.03.0
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -8,9 +9,11 @@
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A simple interface for creating (not parsing!) MIME messages
-LICENSE=	perl
+COMMENT=	Simple interface for creating (not parsing!) MIME messages
 
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Email-Date-Format>=1.000:${PORTSDIR}/mail/p5-Email-Date-Format \
 		p5-MIME-Types>=1.28:${PORTSDIR}/mail/p5-MIME-Types \
 		p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools
@@ -18,6 +21,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		MIME::Lite.3 MIME::changes.3
-
 .include <bsd.port.mk>

Modified: trunk/mail/p5-MIME-Lite/pkg-descr
===================================================================
--- trunk/mail/p5-MIME-Lite/pkg-descr	2016-12-28 15:18:21 UTC (rev 22182)
+++ trunk/mail/p5-MIME-Lite/pkg-descr	2016-12-28 15:20:28 UTC (rev 22183)
@@ -5,10 +5,10 @@
 modules installed.
 
 To use the built-in SMTP interface (and thereby avoid calling sendmail) please
-install the Net module through ports/net/p5-Net, or stand alone. This package 
+install the Net module through ports/net/p5-Net, or stand alone. This package
 will contain the Net::SMTP code required.
 
-If you need more sophisticated behaviour from MIME, please install the 
+If you need more sophisticated behaviour from MIME, please install the
 MIME::tools package instead.
 
 WWW: http://search.cpan.org/dist/MIME-Lite/

Modified: trunk/mail/p5-MIME-Lite/pkg-plist
===================================================================
--- trunk/mail/p5-MIME-Lite/pkg-plist	2016-12-28 15:18:21 UTC (rev 22182)
+++ trunk/mail/p5-MIME-Lite/pkg-plist	2016-12-28 15:20:28 UTC (rev 22183)
@@ -1,6 +1,4 @@
 %%SITE_PERL%%/MIME/Lite.pm
 %%SITE_PERL%%/MIME/changes.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
- at dirrmtry %%SITE_PERL%%/MIME
+%%PERL5_MAN3%%/MIME::Lite.3.gz
+%%PERL5_MAN3%%/MIME::changes.3.gz



More information about the Midnightbsd-cvs mailing list