diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-04-10 11:20:38 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-04-10 11:20:38 +0000 |
commit | 6f131312459a845fa476dd9b65d5fddb4cbc82f7 (patch) | |
tree | 29f958717a06a08e6f9f4050697b393492e1454c | |
parent | - Add LICENSE (diff) |
net/pear-Net_SMTP: Update from 1.7.3 to 1.8.0
Changelog:
- Set minimum PEAR version to 1.10.1
- Change license to BSD-2 Clause
PR: 218466
Submitted by: Jochen Neumeister (maintainer)
Notes
Notes:
svn path=/head/; revision=438145
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_SMTP/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile index 0a61755833e0..61081ea44cb9 100644 --- a/net/pear-Net_SMTP/Makefile +++ b/net/pear-Net_SMTP/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= Net_SMTP -PORTVERSION= 1.7.3 +PORTVERSION= 1.8.0 CATEGORIES= net mail www pear MAINTAINER= joneum@bsdproject.de COMMENT= PEAR class that provides an implementation of the SMTP protocol -LICENSE= PHP301 +LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket diff --git a/net/pear-Net_SMTP/distinfo b/net/pear-Net_SMTP/distinfo index 3ad6fdc204f0..b9dbd1607164 100644 --- a/net/pear-Net_SMTP/distinfo +++ b/net/pear-Net_SMTP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486286023 -SHA256 (PEAR/Net_SMTP-1.7.3.tgz) = 73818fadff8b028b0a523e067e2f645dc58da5fa2cd9b9b7d6d47bd0ab4bcc16 -SIZE (PEAR/Net_SMTP-1.7.3.tgz) = 14855 +TIMESTAMP = 1491582357 +SHA256 (PEAR/Net_SMTP-1.8.0.tgz) = ae37d74eb59f0a23b7ee59c3a3bff8a88998de2fa560f034686784943a638680 +SIZE (PEAR/Net_SMTP-1.8.0.tgz) = 14399 |