[44914] trunk/dports/devel/git-core/Portfile
Blair Zajac
blair at orcaware.com
Sun Jan 11 13:16:46 PST 2009
On Jan 9, 2009, at 10:13 AM, Blair Zajac wrote:
> Joshua Root wrote:
>> blair at macports.org wrote:
>>> Revision: 44914
>>> http://trac.macports.org/changeset/44914
>>> Author: blair at macports.org
>>> Date: 2009-01-04 11:50:27 -0800 (Sun, 04 Jan 2009)
>>> Log Message:
>>> -----------
>>> Add a depends_build on p5-scalar-list-utils. Without this, the
>>> installation fails when Scalar::Util cannot be found.
>>>
>>> Modified Paths:
>>> --------------
>>> trunk/dports/devel/git-core/Portfile
>>>
>>> Modified: trunk/dports/devel/git-core/Portfile
>>> ===================================================================
>>> --- trunk/dports/devel/git-core/Portfile 2009-01-04 18:52:21 UTC
>>> (rev 44913)
>>> +++ trunk/dports/devel/git-core/Portfile 2009-01-04 19:50:27 UTC
>>> (rev 44914)
>>> @@ -4,6 +4,7 @@
>>> name git-core
>>> version 1.6.1
>>> +revision 1
>>> description A fast version control system
>>> long_description Git is a fast, scalable, distributed open source
>>> version \
>>> control system focusing on speed and efficiency.
>>> @@ -22,6 +23,7 @@
>>> checksums git-${version}${extract.suffix} sha1
>>> 4caeafd06a5482337052f142073be66f2a39134a \
>>> git-manpages-${version}${extract.suffix} sha1
>>> fa2d94dc966484b14ae11d39d0d8336946a93001
>>> +depends_build port:p5-scalar-list-utils
>> The p5-scalar-list-utils port conflicts with perl5.8, and git-core
>> seems
>> to build fine without that dependency. Maybe the update to perl 5.8.9
>> made this happen.
>
> It looks like perl 5.8.9 now includes Scalar::List::Utils so we
> could drop that dependency. I was having issues installing git-core
> with 5.8.8.
>
> Blair
Fixed in r45236. I only removed the depend_build and didn't increment
the revision number since it's only a depends_build.
Blair
--
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair at orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
More information about the macports-dev
mailing list