[macports-ports] branch master updated: emacs-mac-app: add missing build dep

Ryan Schmidt ryandesign at macports.org
Wed Apr 26 18:35:59 UTC 2017


> On Apr 25, 2017, at 15:21, Sean Farley <sean at macports.org> wrote:
> 
> Sean Farley (seanfarley) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/ff1f457e8fc9ad431f2d1b77b13e32243209b96d
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new ff1f457  emacs-mac-app: add missing build dep
> 
> ff1f457 is described below
> 
> 
> commit ff1f457e8fc9ad431f2d1b77b13e32243209b96d
> 
> Author: Sean Farley <sean at macports.org>
> AuthorDate: Tue Apr 25 13:21:18 2017 -0700
> 
> 
>     emacs-mac-app: add missing build dep
> 
>     
> 
>     Closes: https://trac.macports.org/ticket/54039
> 
> ---
>  aqua/emacs-mac-app/Portfile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> 
> diff --git a/aqua/emacs-mac-app/Portfile b/aqua/emacs-mac-app/Portfile
> 
> index d25f09f..2004e2f7 100644
> 
> --- a/aqua/emacs-mac-app/Portfile
> 
> +++ b/aqua/emacs-mac-app/Portfile
> 
> @@ -9,6 +9,7 @@ set emacs_mac_ver   6.3
> 
>  bitbucket.setup     mituharu emacs-mac emacs-${emacs_version}-mac-${emacs_mac_ver}
>  name                emacs-mac-app
>  version             ${emacs_mac_ver}
> 
> +revision            1
> 
>  categories          aqua editors
>  maintainers         nomaintainer
>  
> 
> @@ -35,7 +36,7 @@ universal_variant   no
> 
>  use_autoreconf      yes
>  autoreconf.cmd      ./autogen.sh
>  
> 
> -depends_build       port:autoconf port:automake port:libtool
> 
> +depends_build       port:autoconf port:automake port:libtool port:texinfo
> 
>  
>  configure.args      --with-mac \
>                      --enable-mac-app=${applications_dir} \
> 
> 

You don't generally need to increase the revision for build failures. Doing so only makes everyone who already had the port installed (because they already happened to have the missing dependency installed) unnecessarily rebuild the port.




More information about the macports-dev mailing list