svn commit: r558069 - head/www/rubygem-passenger

Romain Tartière romain at FreeBSD.org
Mon Dec 14 01:59:35 UTC 2020


Author: romain
Date: Mon Dec 14 01:59:35 2020
New Revision: 558069
URL: https://svnweb.freebsd.org/changeset/ports/558069

Log:
  Enable the SYMLINK option by default
  
  This provide a predictable path to the mod_passenger.so files to setup apache.
  
  Bump PORTREVISION since the package is changed.
  
  PR:		250885
  Approved by:	Maintainer timeout (5 weeks)

Modified:
  head/www/rubygem-passenger/Makefile

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Mon Dec 14 00:50:04 2020	(r558068)
+++ head/www/rubygem-passenger/Makefile	Mon Dec 14 01:59:35 2020	(r558069)
@@ -3,6 +3,7 @@
 
 PORTNAME=	passenger
 PORTVERSION=	6.0.7
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -27,6 +28,7 @@ apache_CONFLICTS_INSTALL=	${PKGNAMEPREFIX}${PORTNAME}-
 nginx_CONFLICTS_INSTALL=	${PKGNAMEPREFIX}${PORTNAME}-apache
 
 OPTIONS_DEFINE=	DEBUG SYMLINK
+OPTIONS_DEFAULT=SYMLINK
 OPTIONS_EXCLUDE=DOCS
 SYMLINK_DESC=	Create passenger symlink
 


More information about the svn-ports-all mailing list