svn commit: r457732 - head/mail/p5-Net-SMTP-SSL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 31 22:23:11 UTC 2017


Author: sunpoet
Date: Sun Dec 31 22:23:08 2017
New Revision: 457732
URL: https://svnweb.freebsd.org/changeset/ports/457732

Log:
  Extend EXPIRATION_DATE to 2018-01-31
  
  - Add comment

Modified:
  head/mail/p5-Net-SMTP-SSL/Makefile

Modified: head/mail/p5-Net-SMTP-SSL/Makefile
==============================================================================
--- head/mail/p5-Net-SMTP-SSL/Makefile	Sun Dec 31 22:23:04 2017	(r457731)
+++ head/mail/p5-Net-SMTP-SSL/Makefile	Sun Dec 31 22:23:08 2017	(r457732)
@@ -12,11 +12,12 @@ COMMENT=	SSL support for Net::SMTP
 LICENSE=	ART10 GPLv1+
 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
+
 BUILD_DEPENDS=	p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-DEPRECATED=	Deprecated by upstream, use Net::SMTP instead
-EXPIRATION_DATE=2017-03-31
 
 NO_ARCH=	yes
 USE_PERL5=	configure


More information about the svn-ports-head mailing list