[macports-ports] 01/02: libevent: update to version 2.1.8
Ryan Schmidt
ryandesign at macports.org
Mon Jan 30 08:35:02 UTC 2017
> On Jan 27, 2017, at 13:24, Marius Schamschula <mps at macports.org> wrote:
>
> Marius Schamschula (Schamschula) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/f674c03eb39d77ac7d3a38b96f2cd2acbf2fd041
>
> commit f674c03eb39d77ac7d3a38b96f2cd2acbf2fd041
>
> Author: Marius Schamschula <mps at macports.org>
> AuthorDate: Fri Jan 27 13:17:27 2017 -0600
>
>
> libevent: update to version 2.1.8
>
> ---
> devel/libevent/Portfile | 13 ++++---------
> 1 file changed, 4 insertions(+), 9 deletions(-)
>
>
> diff --git a/devel/libevent/Portfile b/devel/libevent/Portfile
>
> index db7ef8f..ce2cf01 100644
>
> --- a/devel/libevent/Portfile
>
> +++ b/devel/libevent/Portfile
>
> @@ -3,9 +3,8 @@
>
> PortSystem 1.0
> PortGroup github 1.0
>
>
> -github.setup libevent libevent 2.0.22-stable release-
>
> +github.setup libevent libevent 2.1.8-stable release-
>
> version [lindex [split ${version} -] 0]
>
> -revision 3
>
> categories devel
> platforms darwin
> license BSD
>
> @@ -20,17 +19,13 @@ long_description The libevent API provides a mechanism to execute \
>
> callbacks due to signals or regular timeouts.
>
> homepage http://libevent.org
>
> -github.tarball_from releases
>
>
>
> -checksums rmd160 6a7e8e3ebcfd2227fa807a604b5c773c90c8b8cc \
>
> - sha256 71c2c49f0adadacfdbe6332a372c38cf9c8b7895bb73dabeaa53cdcc1d4e1fa3
>
> +checksums rmd160 f23ad93d555089535085c99f3f8cbb9ebae4fd53 \
>
> + sha256 d53e88f2b31fbccab93f6b1e54fe7f4c1d536b6d8250c95cd42dbc14f958baeb
>
>
> depends_lib path:lib/libssl.dylib:openssl
>
>
> -# Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
>
> -patchfiles yosemite-libtool.patch
>
> -
>
> -patchfiles-append patch-sierra-kqueue.diff
>
> +use_autoreconf yes
Why do you no longer use the release download? It's inconvenient to change it now, but for future reference, using the release download is preferred. It avoids the need to run autoreconf.
More information about the macports-dev
mailing list