[macports-ports] 04/04: libpwquality: move to github repository
Ryan Schmidt
ryandesign at macports.org
Wed Mar 15 02:15:09 UTC 2017
> On Mar 14, 2017, at 05:08, David B. Evans <devans at macports.org> wrote:
>
> David B. Evans (dbevans) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/9bc1654154ddc042b2c9719618d451e9fbff9b99
>
> commit 9bc1654154ddc042b2c9719618d451e9fbff9b99
>
> Author: David B. Evans <devans at macports.org>
> AuthorDate: Tue Mar 14 02:56:08 2017 -0700
>
>
> libpwquality: move to github repository
>
>
>
> * fedorahosted.org is no more
>
> * update dependencies/configuration accordingly
>
> ---
> devel/libpwquality/Portfile | 32 +++++++++++-----------
> devel/libpwquality/files/patch-autogen.sh.diff | 11 ++++++++
> .../files/patch-doc-man-Makefile.am.diff | 23 ++++++++++++++++
> devel/libpwquality/files/patch-po-LINGUAS.diff | 10 +++++++
> .../files/patch-python-Makefile.am.diff | 8 ++++++
> .../files/patch-python-Makefile.in.diff | 11 --------
> 6 files changed, 68 insertions(+), 27 deletions(-)
>
>
> diff --git a/devel/libpwquality/Portfile b/devel/libpwquality/Portfile
>
> index 66a339f..22ff4d2 100644
>
> --- a/devel/libpwquality/Portfile
>
> +++ b/devel/libpwquality/Portfile
>
> @@ -1,9 +1,10 @@
>
> # -*- 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
>
> +PortGroup github 1.0
>
> +
>
> +github.setup libpwquality libpwquality 1.3.0 libpwquality-
>
>
>
> -name libpwquality
>
> -version 1.3.0
>
> license LGPL-2.1+
> categories devel
> maintainers nomaintainer
>
> @@ -15,24 +16,27 @@ long_description ${description}
>
>
> platforms darwin
>
>
> -homepage https://fedorahosted.org/${name}/
>
> -master_sites https://fedorahosted.org/releases/l/i/${name}/
>
> -
>
> -use_bzip2 yes
>
> -
>
> -checksums rmd160 5ca6e8eea9c3ee277ecb9aa9b2875748fe3ff000 \
>
> - sha256 74d2ea90e103323c1f2d6a6cc9617cdae6877573eddb31aaf31a40f354cc2d2a
>
> +checksums rmd160 2ffce655f2c073595cd312874c9c35469a7eeaa7 \
>
> + sha256 9026668f2b3a8cef6664fe29bfb43c07c233ba700b3a4b3d2355f45ea162caaf
>
>
>
> -depends_build port:pkgconfig
>
> +depends_build port:pkgconfig \
>
> + port:autoconf \
>
> + port:automake \
>
> + port:libtool
Why did you switch to an auto-generated gz tarball that is larger and requires you to run autoreconf, rather than continue to use the bz2 release tarball?
https://github.com/libpwquality/libpwquality/releases
github.tarball_from releases
More information about the macports-dev
mailing list