diff options
author | beech <beech@FreeBSD.org> | 2008-02-29 13:52:33 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-02-29 13:52:33 +0800 |
commit | 487affe3c6c287d05f56e02727b1bec39d52d448 (patch) | |
tree | 938ce468b396fa81388dece0004168527664d19c /mail | |
parent | 8719bce50ecda8cb6f510b3d5a30693a2ff502ae (diff) | |
download | freebsd-ports-gnome-487affe3c6c287d05f56e02727b1bec39d52d448.tar.gz freebsd-ports-gnome-487affe3c6c287d05f56e02727b1bec39d52d448.tar.zst freebsd-ports-gnome-487affe3c6c287d05f56e02727b1bec39d52d448.zip |
- Update to 2.0.0
PR: ports/120744
Submitted by: Joe Horn <joehorn@gmail.com
Approved by: Zhen REN <bg1tpt@gmail.com> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/phpmailer/Makefile | 11 | ||||
-rw-r--r-- | mail/phpmailer/distinfo | 6 | ||||
-rw-r--r-- | mail/phpmailer/pkg-plist | 5 |
3 files changed, 12 insertions, 10 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 20d985069485..3898e5addd24 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -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 diff --git a/mail/phpmailer/distinfo b/mail/phpmailer/distinfo index 02b3d2fb9838..c5a26c7a8f5f 100644 --- a/mail/phpmailer/distinfo +++ b/mail/phpmailer/distinfo @@ -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 --git a/mail/phpmailer/pkg-plist b/mail/phpmailer/pkg-plist index 4170158e3c21..4c9a54ff82ad 100644 --- a/mail/phpmailer/pkg-plist +++ b/mail/phpmailer/pkg-plist @@ -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 |