[134446] trunk/dports/multimedia/hdhomerun_gui/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Jul 29 04:15:39 PDT 2015


On Mar 25, 2015, at 1:42 PM, ctreleaven at macports.org wrote:
> 
> Revision
> 134446
> Author
> ctreleaven at macports.org
> Date
> 2015-03-25 11:42:56 -0700 (Wed, 25 Mar 2015)
> Log Message
> 
> hdhomerun_gui:  hdhomerun-devel also satisfies dependency

> --- trunk/dports/multimedia/hdhomerun_gui/Portfile	2015-03-25 18:42:53 UTC (rev 134445)
> +++ trunk/dports/multimedia/hdhomerun_gui/Portfile	2015-03-25 18:42:56 UTC (rev 134446)
> @@ -7,6 +7,7 @@
>  
>  name                hdhomerun_gui
>  version             20141210
> +revision            1
>  categories          multimedia
>  platforms           darwin
>  license             GPL-3

Increasing the revision was not necessary because this did not result in any change in installed files, for users who already had the port installed.

> @@ -35,7 +36,8 @@
>  livecheck.regex     Current release: (\[0-9\]+)
>  
>  depends_build       port:pkgconfig
> -depends_lib         port:hdhomerun port:gtk2
> +depends_lib         lib:libhdhomerun:hdhomerun \
> +                    port:gtk2
>  depends_run         port:VLC \
>                      path:bin/Xquartz:xorg-server

A lib:-style dependency can also be satisfied by software installed outside of MacPorts; this is seldom what we want. Instead, a path:-style dependency should be used, i.e.:

path:lib/libhdhomerun.dylib:hdhomerun




More information about the macports-dev mailing list