I could built it repeatedly just fine without any changes on my T5240;
this allows me to build nginx again.

While here, switch to TLS.

Can someone try this on hppa?
Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-passenger/Makefile,v
retrieving revision 1.58
diff -u -p -r1.58 Makefile
--- Makefile    13 Jun 2018 22:26:53 -0000      1.58
+++ Makefile    5 Jul 2018 08:15:09 -0000
@@ -3,7 +3,6 @@
 COMMENT =              ruby web application server/nginx module
 BROKEN-alpha =         .got subsegment exceeds 64K (size 83312)
 BROKEN-hppa =          rake fails when linking PassengerHelperAgent
-BROKEN-sparc64 =       rake fails when linking PassengerHelperAgent
 
 PASS_VERSION =         5.1.11
 NGINX_VERSION =                1.12.1
@@ -13,7 +12,7 @@ REVISION =            2
 CATEGORIES =   www
 DISTFILES =    ${DISTNAME}.gem \
                nginx-${NGINX_VERSION}.tar.gz:0
-MASTER_SITES0 =        http://nginx.org/download/
+MASTER_SITES0 =        https://nginx.org/download/
 
 HOMEPAGE =     https://www.phusionpassenger.com/
 

Reply via email to