Done: https://git.io/vHp7G <https://git.io/vHp7G>

> On Jun 16, 2017, at 7:59 PM, Rainer Müller <[email protected]> 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 <[email protected]> 
>> <mailto:[email protected]>
>> 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

Reply via email to