Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2008 02:14:16 GMT
From:      Zhen REN <bg1tpt@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124694: [UPDATE] update mail/phpmailer to 2.0.2
Message-ID:  <200806180214.m5I2EGFY039344@www.freebsd.org>
Resent-Message-ID: <200806180220.m5I2K6lt017979@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124694
>Category:       ports
>Synopsis:       [UPDATE] update mail/phpmailer to 2.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 02:20:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Zhen REN
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD razor 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue May 22 10:54:26 CST 2008     root@razor:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update mail/phpmailer to 2.0.2
>How-To-Repeat:
N/A
>Fix:
N/A

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/phpmailer/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	29 Feb 2008 05:52:33 -0000	1.2
+++ Makefile	18 Jun 2008 00:28:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpmailer
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.2
 CATEGORIES=	mail
 MASTER_SITES=	SF
 DISTNAME=	PHPMailer_v${DISTVERSION}
@@ -14,7 +14,7 @@
 MAINTAINER=	bg1tpt@gmail.com
 COMMENT=	Full Featured Email Transfer Class for PHP
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+WRKSRC=		${WRKDIR}
 
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
@@ -39,6 +39,8 @@
 .for f in README LICENSE
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
 .endfor
+	@${MKDIR} ${EXAMPLESDIR}
+	@${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
 	@${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
 	@${CP} -R ${WRKSRC}/phpdoc/* ${DOCSDIR}
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/phpmailer/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	29 Feb 2008 05:52:33 -0000	1.2
+++ distinfo	18 Jun 2008 00:07:08 -0000
@@ -1,3 +1,3 @@
-MD5 (PHPMailer_v2.0.0.tar.gz) = 1fba7b3b8f67197c371da2f791d517de
-SHA256 (PHPMailer_v2.0.0.tar.gz) = 7ac780a42e084f73c6cb11934dd0b2ae3f36bbd434d14a317590fffc8533d682
-SIZE (PHPMailer_v2.0.0.tar.gz) = 92636
+MD5 (PHPMailer_v2.0.2.tar.gz) = e7b5e62e4790af763e756b79c9dba012
+SHA256 (PHPMailer_v2.0.2.tar.gz) = eabd4ee53c9e454807e92ec8b593b1e709795a8cff70de232018d7448cf2b99d
+SIZE (PHPMailer_v2.0.2.tar.gz) = 97031
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/phpmailer/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	29 Feb 2008 05:52:33 -0000	1.2
+++ pkg-plist	18 Jun 2008 01:53:53 -0000
@@ -16,8 +16,20 @@
 %%PORTDOCS%%%%DOCSDIR%%/media/banner.css
 %%PORTDOCS%%%%DOCSDIR%%/media/stylesheet.css
 %%PORTDOCS%%%%DOCSDIR%%/packages.html
+%%PORTDOCS%%%%DOCSDIR%%/phpmailer_sm.gif
 %%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
 %%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/contents.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/index.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/pop3_before_smtp_test.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_gmail.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_mail.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_sendmail.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_smtp.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/bkgrnd.gif
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/phpmailer.gif
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/phpmailer.png
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif
 %%DATADIR%%/class.phpmailer.php
 %%DATADIR%%/class.pop3.php
 %%DATADIR%%/class.smtp.php
@@ -51,3 +63,5 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/media
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/PHPMailer
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/images
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



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