On 2016/05/07 08:23, Ted Roby wrote:
>
> This is an update to comms/chirp.
>
> Stable builds are now distributed as chirp-daily.
>
> Some drivers are experimental, but the application notifies
> the user of this fact when selecting them.
>
> OpenBSD terminal interface devices have been added upstream.
>
> Update to chirp-daily-20160507.
Thanks, works with my UV-X4, I'll commit.
> -MODPY_EGG_VERSION= 0.4.1
> -DISTNAME= chirp-${MODPY_EGG_VERSION}
> +MODPY_EGG_VERSION= 20160507
> +DISTNAME= chirp-daily-${MODPY_EGG_VERSION}
This changes the PKGNAME stem which breaks updates. I'll add
PKGNAME= chirp-${MODPY_EGG_VERSION}
Also please do "make update-patches" after "make patch".