svn commit: r349818 - head/www/nginx

Mark Felder feld at FreeBSD.org
Tue Apr 1 00:40:06 UTC 2014


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


More information about the svn-ports-all mailing list