svn commit: r320048 - head/Mk

Eitan Adler eadler at freebsd.org
Thu Jun 6 05:50:42 UTC 2013


On 6 June 2013 03:52, Bryan Drewery <bdrewery at freebsd.org> wrote:
> Author: bdrewery
> Date: Thu Jun  6 01:52:36 2013
> New Revision: 320048
> URL: http://svnweb.freebsd.org/changeset/ports/320048
>
> Log:
>   Explicitly mark ports using 'master' from github
>   as BROKEN, as they will immediately fail checksum as soon as
>   the branch is updated
>
> Modified:
>   head/Mk/bsd.sites.mk
>
> Modified: head/Mk/bsd.sites.mk
> ==============================================================================
> --- head/Mk/bsd.sites.mk        Thu Jun  6 01:51:53 2013        (r320047)
> +++ head/Mk/bsd.sites.mk        Thu Jun  6 01:52:36 2013        (r320048)
> @@ -534,6 +534,11 @@ MASTER_SITE_GENTOO+= \
>  #                 default: not set, mandatory
>  #
>  .if defined(USE_GITHUB)
> +.if ${GH_TAGNAME} == master || ${GH_COMMIT} == master
> +BROKEN?=       Using master as GH_TAGNAME or GH_COMMIT is invalid. \

Can you use IGNORE instead of BROKEN as most of the sanity checks in b.*.m use?

BROKEN is typically used for ports which have temporary problems and
will be re-tried at a later date to see if they remain so.





-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-all mailing list