app-admin/rsyslog: Rev bump patch
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 11 Jan 2018 17:42:04 +0000 (18:42 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 11 Jan 2018 17:42:21 +0000 (18:42 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch [moved from app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch with 98% similarity]
app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild [moved from app-admin/rsyslog/rsyslog-8.32.0.ebuild with 99% similarity]

similarity index 98%
rename from app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch
rename to app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch
index fa2f71939cc8e32d95700caeb6fcba628f20cdb1..2706b4b581a0644c78ec30dce2dfe0b85d6be8c3 100644 (file)
@@ -41,7 +41,7 @@ https://github.com/rsyslog/rsyslog/pull/2378
                varFreeMembers(&r[0]);
 +#else
 +              LogError(0, RS_RET_INTERNAL_ERROR,
-+                      "rainerscript: internal error: HTTP_Fetch not supported, not built with libcurl support\n");
++                      "rainerscript: internal error: HTTP_Fetch not supported, not built with libcurl support");
 +#endif
                break;
        default:
similarity index 99%
rename from app-admin/rsyslog/rsyslog-8.32.0.ebuild
rename to app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild
index 41822ad7cfa1f2e5bd80adde7c368f7874f8b682..3dc7a42ded17ef50eef27bf942b696361c8074a8 100644 (file)
@@ -48,7 +48,7 @@ else
                doc? ( http://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-doc-${MY_PV}.tar.gz -> ${MY_FILENAME_DOCS} )
        "
 
-       PATCHES=( "${FILESDIR}"/8-stable/${PN}-8.32.0-fix-building-without-curl.patch )
+       PATCHES=( "${FILESDIR}"/8-stable/${PN}-8.32.0-fix-building-without-curl-r1.patch )
 fi
 
 LICENSE="GPL-3 LGPL-3 Apache-2.0"