Date: Thu, 20 Oct 2016 13:19:39 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424326 - in head: Mk/Scripts net/foreman-proxy Message-ID: <201610201319.u9KDJdZK011260@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201319.u9KDJdZK011260>