ports/120744: mail/phpmailer 1.73 -> 2.0.0

Joe Horn joehorn at gmail.com
Sat Feb 16 22:30:01 UTC 2008


>Number:         120744
>Category:       ports
>Synopsis:       mail/phpmailer 1.73 -> 2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 16 22:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Joe Horn
>Release:        6.2-RELEASE-p11
>Organization:
Information Management Department, NKFUST, Taiwan
>Environment:
FreeBSD www.joehorn.idv.tw 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #3: Sat Feb 16 00:33:30 CST 2008     root at joehorn.idv.tw:/usr/obj/usr/src/sys/JoeHorn i386
>Description:
Upgrade PHP Mailer to 2.0.0 .

Please note that there are some properties and methods changed.

Properties : http://phpmailer.codeworxtech.com/properties.html
Methods : http://phpmailer.codeworxtech.com/methods.html
Changelog : http://phpmailer.codeworxtech.com/changelog.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/mail/phpmailer/Makefile /tmp/phpmailer/Makefile
--- /usr/ports/mail/phpmailer/Makefile	Tue Apr 10 15:29:39 2007
+++ /tmp/phpmailer/Makefile	Sun Feb 17 05:54:57 2008
@@ -6,16 +6,16 @@
 #
 
 PORTNAME=	phpmailer
-PORTVERSION=	1.73
+PORTVERSION=	2.0.0
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-${DISTVERSION}
+DISTNAME=	PHPMailer_v${DISTVERSION}
 
 MAINTAINER=	bg1tpt at gmail.com
 COMMENT=	Full Featured Email Transfer Class for PHP
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
@@ -28,7 +28,7 @@
 
 do-install:
 	@${MKDIR} ${DATADIR}
-.for f in class.phpmailer.php class.smtp.php
+.for f in class.phpmailer.php class.pop3.php class.smtp.php
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
 .endfor
 	@${MKDIR} ${DATADIR}/language
diff -ruN /usr/ports/mail/phpmailer/distinfo /tmp/phpmailer/distinfo
--- /usr/ports/mail/phpmailer/distinfo	Tue Apr 10 15:29:39 2007
+++ /tmp/phpmailer/distinfo	Sun Feb 17 05:39:28 2008
@@ -1,3 +1,3 @@
-MD5 (phpmailer-1.73.tar.gz) = 3a6ce5ff38090d6ca4881e31da00f623
-SHA256 (phpmailer-1.73.tar.gz) = b33f2911b2ae704d5bc0bf2f1a945e052909c63e3966cf1cf5798d667fe37c71
-SIZE (phpmailer-1.73.tar.gz) = 68644
+MD5 (PHPMailer_v2.0.0.tar.gz) = 1fba7b3b8f67197c371da2f791d517de
+SHA256 (PHPMailer_v2.0.0.tar.gz) = 7ac780a42e084f73c6cb11934dd0b2ae3f36bbd434d14a317590fffc8533d682
+SIZE (PHPMailer_v2.0.0.tar.gz) = 92636
diff -ruN /usr/ports/mail/phpmailer/pkg-plist /tmp/phpmailer/pkg-plist
--- /usr/ports/mail/phpmailer/pkg-plist	Tue Apr 10 15:29:39 2007
+++ /tmp/phpmailer/pkg-plist	Sun Feb 17 05:59:43 2008
@@ -16,8 +16,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/media/banner.css
 %%PORTDOCS%%%%DOCSDIR%%/media/stylesheet.css
 %%PORTDOCS%%%%DOCSDIR%%/packages.html
-%%PORTDOCS%%%%DOCSDIR%%/timeoutfix.diff
+%%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
+%%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt
 %%DATADIR%%/class.phpmailer.php
+%%DATADIR%%/class.pop3.php
 %%DATADIR%%/class.smtp.php
 %%DATADIR%%/language/phpmailer.lang-br.php
 %%DATADIR%%/language/phpmailer.lang-ca.php
@@ -26,6 +28,7 @@
 %%DATADIR%%/language/phpmailer.lang-dk.php
 %%DATADIR%%/language/phpmailer.lang-en.php
 %%DATADIR%%/language/phpmailer.lang-es.php
+%%DATADIR%%/language/phpmailer.lang-et.php
 %%DATADIR%%/language/phpmailer.lang-fi.php
 %%DATADIR%%/language/phpmailer.lang-fo.php
 %%DATADIR%%/language/phpmailer.lang-fr.php


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



More information about the freebsd-ports-bugs mailing list