Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 07:31:03 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311051 - head/security/sslproxy
Message-ID:  <201301270731.r0R7V3JV040314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301270731.r0R7V3JV040314>