[macports-ports] branch master updated: upx: update to 3.92

Ryan Schmidt ryandesign at macports.org
Thu Jan 26 21:13:21 UTC 2017


> On Jan 25, 2017, at 16:46, Zero King <l2dy at icloud.com> wrote:
> 
> tobypeterson pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/8ece104001dabd2c92e633d74963c72c0fe8cb28
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 8ece104  upx: update to 3.92
> 
> 8ece104 is described below
> 
> 
> commit 8ece104001dabd2c92e633d74963c72c0fe8cb28
> 
> Author: Zero King <l2dy at icloud.com>
> AuthorDate: Wed Jan 25 14:04:09 2017 +0000
> 
> 
>     upx: update to 3.92
> 
>     
> 
>     Fixes: https://trac.macports.org/ticket/51856
> 
>     Fixes: https://trac.macports.org/ticket/52140
> 
> ---
>  archivers/upx/Portfile | 57 ++++++++++++++------------------------------------
>  1 file changed, 16 insertions(+), 41 deletions(-)
> 
> 
> diff --git a/archivers/upx/Portfile b/archivers/upx/Portfile
> 
> index 2bf82bf..396a230 100644
> 
> --- a/archivers/upx/Portfile
> 
> +++ b/archivers/upx/Portfile
> 
> @@ -1,46 +1,36 @@
> 
>  # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
>  
> 
> -PortSystem 1.0
> 
> +PortSystem       1.0
> 
> +PortGroup        github 1.0
> 
> +
> 
> +github.setup     upx upx 3.92 v
> 
> +github.tarball_from releases
> 
>  
>  name             upx
> 

The name property should be removed; the github.setup line sets it for you.


> -variant universal {}

This removed the universal variant. The tickets referenced in the commit message don't discuss that. Is a universal build no longer possible?




More information about the macports-dev mailing list