diff options
author | lippe <lippe@FreeBSD.org> | 2008-07-06 23:28:49 +0000 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-07-06 23:28:49 +0000 |
commit | ba1ca0ecf0a5eb0a7f313269d162f4e23d4c501a (patch) | |
tree | bc1cfb04f474d6a4b07dfb002a09a09990a8200b | |
parent | 82145f8154f0e9235aa7a7e066aa023769a268b0 (diff) | |
download | FreeBSD-ports-ba1ca0ecf0a5eb0a7f313269d162f4e23d4c501a.zip FreeBSD-ports-ba1ca0ecf0a5eb0a7f313269d162f4e23d4c501a.tar.gz |
- Update to 2.0.2.
PR: ports/124694
Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer)
Approved by: gabor (mentor, implicit)
-rw-r--r-- | mail/phpmailer/Makefile | 8 | ||||
-rw-r--r-- | mail/phpmailer/distinfo | 6 | ||||
-rw-r--r-- | mail/phpmailer/pkg-plist | 14 |
3 files changed, 23 insertions, 5 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 3898e5a..332f718 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -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 @@ DISTNAME= PHPMailer_v${DISTVERSION} MAINTAINER= bg1tpt@gmail.com COMMENT= Full Featured Email Transfer Class for PHP -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR} USE_DOS2UNIX= yes NO_BUILD= yes @@ -42,6 +42,10 @@ do-install: @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} @${CP} -R ${WRKSRC}/phpdoc/* ${DOCSDIR} .endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + @${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif post-install: @${SED} ${MSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${MSG_SRC} > \ diff --git a/mail/phpmailer/distinfo b/mail/phpmailer/distinfo index c5a26c7..081d70d 100644 --- a/mail/phpmailer/distinfo +++ b/mail/phpmailer/distinfo @@ -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 diff --git a/mail/phpmailer/pkg-plist b/mail/phpmailer/pkg-plist index 4c9a54f..931fd34 100644 --- a/mail/phpmailer/pkg-plist +++ b/mail/phpmailer/pkg-plist @@ -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 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3_before_smtp_test.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_gmail.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/bkgrnd.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png +%%PORTEXAMPLES%%%%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%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |