Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 00:40:05 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349818 - head/www/nginx
Message-ID:  <201404010040.s310e5en074822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Apr  1 00:40:05 2014
New Revision: 349818
URL: http://svnweb.freebsd.org/changeset/ports/349818
QAT: https://qat.redports.org/buildarchive/r349818/

Log:
  Update OpenSSL logic to match www/nginx-devel
  
  PR:		ports/182985
  Approved by:	maintainer timeout

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Mon Mar 31 23:25:50 2014	(r349817)
+++ head/www/nginx/Makefile	Tue Apr  1 00:40:05 2014	(r349818)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.4.7
-PORTEPOCH=	1
+PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -850,8 +850,6 @@ USE_OPENSSL=	yes
 .if ${PORT_OPTIONS:MSPDY}
 .if ${OSVERSION} < 1000028
 WITH_OPENSSL_PORT=	yes
-.else
-WITH_OPENSSL_BASE=	yes
 .endif
 .endif
 .endif



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