Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 21:00:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464208 - in head: mail/p5-qpsmtpd www/rubygem-passenger
Message-ID:  <201803112100.w2BL0ZrJ090684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 11 21:00:35 2018
New Revision: 464208
URL: https://svnweb.freebsd.org/changeset/ports/464208

Log:
  Unbreak
  
  Pointy hat:	brnrd

Modified:
  head/mail/p5-qpsmtpd/Makefile
  head/www/rubygem-passenger/Makefile

Modified: head/mail/p5-qpsmtpd/Makefile
==============================================================================
--- head/mail/p5-qpsmtpd/Makefile	Sun Mar 11 20:31:31 2018	(r464207)
+++ head/mail/p5-qpsmtpd/Makefile	Sun Mar 11 21:00:35 2018	(r464208)
@@ -31,7 +31,7 @@ USES+=		apache:run,2.2+
 RUN_DEPENDS+=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
 .endif
 
-USES=		perl5
+USES+=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes
 

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Sun Mar 11 20:31:31 2018	(r464207)
+++ head/www/rubygem-passenger/Makefile	Sun Mar 11 21:00:35 2018	(r464208)
@@ -35,7 +35,7 @@ USES+=		apache:2.2+
 
 USE_RUBY=	yes
 RAKE_BIN=	${LOCALBASE}/bin/rake
-USES=		cpe gem libtool python:env shebangfix ssl
+USES+=		cpe gem libtool python:env shebangfix ssl
 SHEBANG_FILES=	\
 	src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py \
 	dev/vagrant/nginx_start \



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