<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/061957c46a588c5800e6d9ee1ea9f8c19faeb697">https://github.com/macports/macports-ports/commit/061957c46a588c5800e6d9ee1ea9f8c19faeb697</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 061957c46a5 onedpl: cleanup: declare as noarch, with no libs - Also apply patches during post-patch phase, rather than post-extract - Per comments for commit: https://github.com/macports/macports-ports/commit/b2a03b415501be32c4b26d44783204fbc311d3b6
</span>061957c46a5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 061957c46a588c5800e6d9ee1ea9f8c19faeb697
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri Dec 31 15:24:40 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    onedpl: cleanup: declare as noarch, with no libs
</span><span style='display:block; white-space:pre;color:#404040;'>    - Also apply patches during post-patch phase, rather than post-extract
</span><span style='display:block; white-space:pre;color:#404040;'>    - Per comments for commit: https://github.com/macports/macports-ports/commit/b2a03b415501be32c4b26d44783204fbc311d3b6
</span>---
 devel/onedpl/Portfile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/onedpl/Portfile b/devel/onedpl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 743515ea37e..b9f78363900 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/onedpl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/onedpl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,29 +5,34 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        oneapi-src oneDPL 2021.6.0 oneDPL- -release
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> name                onedpl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories          devel parallel
 platforms           darwin
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> maintainers         {outlook.com:mohd.akram @mohd-akram} openmaintainer
 
 description         oneAPI DPC++ Library
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description    oneAPI DPC++ Library (oneDPL) provides high-productivity \
                     APIs to developers, which can minimize Data Parallel C++ \
                     (DPC++) programming efforts across devices for high \
                     performance parallel applications.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums           rmd160  82cc1afa2baa3ebae8ad6d8053286a085bcf6680 \
                     sha256  c05738365b359e662234a25d7093314ba550f79ac8eb918e87116246b934470b \
                     size    3671693
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Port provides headers and cmake files only, with no binaries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append  port:onetbb
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-extract {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span>     reinplace "s|\${OUTPUT_DIR}|\$ENV{DESTDIR}\${OUTPUT_DIR}|g" \
         ${worksrcpath}/cmake/scripts/generate_config.cmake
 }
</pre><pre style='margin:0'>

</pre>