[macports-ports] branch master updated: samtools: add missing xz dependency
Marius Schamschula
lists at schamschula.com
Sat Jun 17 01:09:51 UTC 2017
Done: https://git.io/vHp7G <https://git.io/vHp7G>
> On Jun 16, 2017, at 7:59 PM, Rainer Müller <raimue at macports.org> wrote:
>
> On 2017-06-17 02:20, Davide Liessi wrote:
>> Marius Schamschula (Schamschula) pushed a commit to branch master
>> in repository macports-ports.
>>
>> https://github.com/macports/macports-ports/commit/c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e <https://github.com/macports/macports-ports/commit/c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e>
>> The following commit(s) were added to refs/heads/master by this push:
>> new c979e27 samtools: add missing xz dependency
>> c979e27 is described below
>>
>> commit c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e
>> Author: Davide Liessi <davide.liessi at gmail.com> <mailto:davide.liessi at gmail.com>
>> AuthorDate: Fri Jun 16 12:12:26 2017 +0200
>>
>> samtools: add missing xz dependency
>> ---
>> science/samtools/Portfile | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/science/samtools/Portfile b/science/samtools/Portfile
>> index 631c606..d2afd15 100644
>> --- a/science/samtools/Portfile
>> +++ b/science/samtools/Portfile
>> @@ -23,7 +23,9 @@ homepage http://www.htslib.org/ <http://www.htslib.org/>
>> github.tarball_from releases
>> use_bzip2 yes
>>
>> -depends_lib port:zlib port:ncurses
>> +depends_lib port:zlib \
>> + port:ncurses \
>> + port:xz
>>
>> use_configure no
>>
> In order to have the new dependency properly recorded in the registry on existing installations, this change also requires a revision bump.
>
> Rainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20170616/c3410328/attachment-0001.html>
More information about the macports-dev
mailing list