- Update to 2.0.0

PR:		ports/120744
Submitted by:	Joe Horn <joehorn@gmail.com
Approved by:	Zhen REN <bg1tpt@gmail.com> (maintainer)
This commit is contained in:
Beech Rintoul 2008-02-29 05:52:33 +00:00
parent f64641825a
commit 7e5fec4f93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208162
3 changed files with 12 additions and 10 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= phpmailer
PORTVERSION= 1.73
PORTVERSION= 2.0.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${DISTVERSION}
MASTER_SITES= SF
DISTNAME= PHPMailer_v${DISTVERSION}
MAINTAINER= bg1tpt@gmail.com
COMMENT= Full Featured Email Transfer Class for PHP
WRKSRC= ${WRKDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_DOS2UNIX= yes
NO_BUILD= yes
@ -28,7 +27,7 @@ MSG_SUB= DATADIR=${DATADIR} LOCALBASE=${LOCALBASE}
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

View File

@ -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

View File

@ -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