svn commit: r311051 - head/security/sslproxy

Thomas Abthorpe tabthorpe at FreeBSD.org
Sun Jan 27 07:31:04 UTC 2013


Author: tabthorpe
Date: Sun Jan 27 07:31:03 2013
New Revision: 311051
URL: http://svnweb.freebsd.org/changeset/ports/311051

Log:
  - Mark DEPRECATED
  
  Submitted by:	maintainer

Modified:
  head/security/sslproxy/Makefile   (contents, props changed)

Modified: head/security/sslproxy/Makefile
==============================================================================
--- head/security/sslproxy/Makefile	Sun Jan 27 06:50:41 2013	(r311050)
+++ head/security/sslproxy/Makefile	Sun Jan 27 07:31:03 2013	(r311051)
@@ -21,6 +21,9 @@ PLIST_FILES=	bin/sslproxy
 
 USE_OPENSSL=	YES
 
+DEPRECATED=	Abandoned upstream
+EXPIRATION_DATE=	2013-02-28
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
 .if !defined(NOPORTDOCS)


More information about the svn-ports-all mailing list