diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-11 18:54:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-11 18:54:33 +0000 |
commit | e6b53b3c1f47a3467fd1f2f07dc15f8a2ee5e34f (patch) | |
tree | 1a4c2bf8de5e84279f92f67bdee96d84b57f1869 /net/pear-Net_SMTP/Makefile | |
parent | 3555c601d40cab3539e82a9a758d11407c7c1442 (diff) |
Notes
Diffstat (limited to 'net/pear-Net_SMTP/Makefile')
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile index 027087c7d67e..23f13bd6d283 100644 --- a/net/pear-Net_SMTP/Makefile +++ b/net/pear-Net_SMTP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net_SMTP -PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTVERSION= 1.2.7 CATEGORIES= net mail www pear MAINTAINER= antonio@php.net @@ -19,7 +18,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net FILES= SMTP.php DOCS= guide.txt -TESTS= auth.phpt basic.phpt config.php.dist +TESTS= auth.phpt basic.phpt config.php.dist quotedata.phpt EXAMPLES= basic.php _EXAMPLESDIR= docs/examples |