<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a9c62b4848a672eb1a3d35c01c6ca03b33288928">https://github.com/macports/macports-ports/commit/a9c62b4848a672eb1a3d35c01c6ca03b33288928</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 a9c62b4848a DPCIManager: use pciids port for pci.ids file
</span>a9c62b4848a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a9c62b4848a672eb1a3d35c01c6ca03b33288928
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Aug 5 18:19:20 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    DPCIManager: use pciids port for pci.ids file
</span>---
 sysutils/DPCIManager/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/DPCIManager/Portfile b/sysutils/DPCIManager/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 150c3ad6e00..07e0cd2e5f3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/DPCIManager/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/DPCIManager/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup       github 1.0
</span> PortGroup       xcode 1.0
 
 github.setup    MuntashirAkon DPCIManager 2.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories      sysutils aqua
 maintainers     {i0ntempest @i0ntempest} openmaintainer
 license         GPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,11 +20,14 @@ checksums       rmd160  e48da52bbf13b2f0032ddf5d24d47090eb79174f \
</span> 
 platforms       macosx
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                port:pciids
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> xcode.target            DPCIManager
 xcode.configuration     Release
 
 post-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "/usr/bin/curl https://raw.githubusercontent.com/pciutils/pciids/master/pci.ids --output pci.ids"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${prefix}/share/pci.ids ${worksrcpath}/pci.ids
</span> }
 
 destroot {
</pre><pre style='margin:0'>

</pre>