diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:53:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:53:42 +0800 |
commit | b936ee3c771099822902f47d0fadcf4c2bf1c07b (patch) | |
tree | 5110e09c0d96d31603194f39eff8c341b361bfc8 /mail | |
parent | 0f22e5be72f3ad6fb63bb897602b472d5a9814ba (diff) | |
download | freebsd-ports-gnome-b936ee3c771099822902f47d0fadcf4c2bf1c07b.tar.gz freebsd-ports-gnome-b936ee3c771099822902f47d0fadcf4c2bf1c07b.tar.zst freebsd-ports-gnome-b936ee3c771099822902f47d0fadcf4c2bf1c07b.zip |
Extend EXPIRATION_DATE to 2018-03-31
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Net-SMTP-SSL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile index 037e8884da42..26b4766dc3bc 100644 --- a/mail/p5-Net-SMTP-SSL/Makefile +++ b/mail/p5-Net-SMTP-SSL/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual # devel/bugzilla{44,50} still depend on this port DEPRECATED= Deprecated by upstream, use Net::SMTP instead -EXPIRATION_DATE=2018-01-31 +EXPIRATION_DATE=2018-03-31 BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} |