diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:23:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:23:43 +0000 |
commit | eeb50bde83bcf8e577ca92817072960be25def1b (patch) | |
tree | 4525793627f439f2a0244730ee5186a6b25696fd /mail/pear-mailparse | |
parent | Add two knobs that changes default keyboard layout: (diff) |
mail/pear-mailparse: upgrading to 0.9.3.
- Upgrading pear-mailparse to its latest release;
- Installing tests in a better directory (removing a stage).
PR: ports/55170
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'mail/pear-mailparse')
-rw-r--r-- | mail/pear-mailparse/Makefile | 4 | ||||
-rw-r--r-- | mail/pear-mailparse/distinfo | 2 | ||||
-rw-r--r-- | mail/pear-mailparse/pkg-plist | 39 |
3 files changed, 23 insertions, 22 deletions
diff --git a/mail/pear-mailparse/Makefile b/mail/pear-mailparse/Makefile index abf511057ffa..4fc59372dd1b 100644 --- a/mail/pear-mailparse/Makefile +++ b/mail/pear-mailparse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mailparse -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= mail www MAINTAINER= ports@FreeBSD.org @@ -57,7 +57,7 @@ post-install-script: .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." @${MKDIR} ${TESTDIR} - @${CP} -Rp ${WRKSRC}/tests ${TESTDIR} + @${CP} -Rp ${WRKSRC}/tests/* ${TESTDIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR} @${ECHO_MSG} "===> Examples installed in ${TESTDIR}." .endif diff --git a/mail/pear-mailparse/distinfo b/mail/pear-mailparse/distinfo index 1e0f1e5575d0..c03a4bdf80e6 100644 --- a/mail/pear-mailparse/distinfo +++ b/mail/pear-mailparse/distinfo @@ -1 +1 @@ -MD5 (PEAR/mailparse-0.9.2.tgz) = 73478cc638522aefb7315cc1976f76d4 +MD5 (PEAR/mailparse-0.9.3.tgz) = a4c0737ee32bea66730e513951856dc1 diff --git a/mail/pear-mailparse/pkg-plist b/mail/pear-mailparse/pkg-plist index 0ec98dc03925..9bed68b097b0 100644 --- a/mail/pear-mailparse/pkg-plist +++ b/mail/pear-mailparse/pkg-plist @@ -3,24 +3,25 @@ %%PORTDOCS%%%%PEARDIR%%/docs/mailparse/CREDITS %%PORTDOCS%%%%PEARDIR%%/docs/mailparse/README %%PORTDOCS%%%%PEARDIR%%/docs/mailparse/try.php -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/mime.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/mime.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/phpcvs1.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/phpcvs1.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/qp.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/qp.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/uue.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/testdata/uue.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/001.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/002.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/003.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/004.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/005.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/006.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/007.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/008.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/tests/parse_test_messages.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/mime.exp +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/mime.txt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/phpcvs1.exp +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/phpcvs1.txt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/qp.exp +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/qp.txt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/uue.exp +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/uue.txt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/001.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/002.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/003.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/004.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/005.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/006.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/007.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/008.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/009.phpt +%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/parse_test_messages.phpt %%PORTDOCS%%@dirrm %%PEARDIR%%/docs/mailparse -%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/tests/testdata -%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/tests/ +%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/testdata +%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/ @dirrm %%PKGREGDIR%% |