svn commit: r424326 - in head: Mk/Scripts net/foreman-proxy

Mathieu Arnold mat at FreeBSD.org
Thu Oct 20 13:19:41 UTC 2016


Author: mat
Date: Thu Oct 20 13:19:39 2016
New Revision: 424326
URL: https://svnweb.freebsd.org/changeset/ports/424326

Log:
  Replace non breaking space \xa0 with a normal space.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Scripts/qa.sh   (contents, props changed)
  head/net/foreman-proxy/Makefile   (contents, props changed)

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Thu Oct 20 12:50:54 2016	(r424325)
+++ head/Mk/Scripts/qa.sh	Thu Oct 20 13:19:39 2016	(r424326)
@@ -642,7 +642,7 @@ proxydeps() {
 				# Check that the .so we need has a SONAME
 				if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then
 					if ! readelf -d "${dep_file}" | grep -q SONAME; then
-						err "${file} is linked to ${dep_file} which does not have a SONAME.  ${dep_file_pkg} needs to be fixed."
+						err "${file} is linked to ${dep_file} which does not have a SONAME.  ${dep_file_pkg} needs to be fixed."
 					fi
 				fi
 

Modified: head/net/foreman-proxy/Makefile
==============================================================================
--- head/net/foreman-proxy/Makefile	Thu Oct 20 12:50:54 2016	(r424325)
+++ head/net/foreman-proxy/Makefile	Thu Oct 20 13:19:39 2016	(r424326)
@@ -55,7 +55,7 @@ PUPPET4_RUN_DEPENDS=	puppet:sysutils/pup
 			rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
 
 post-patch:
-	@${REINPLACE_CMD} \
+	@${REINPLACE_CMD} \
 		-e "s|/usr/bin/env ruby|${RUBY}|g" \
 		-e "s|/usr/bin/ruby|${RUBY}|g" \
 		-e "s|%%PREFIX%%|${PREFIX}|g" \


More information about the svn-ports-all mailing list