<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/p5-Math-Int128, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-06-24T13:08:21Z</updated>
<entry>
<title>- Remove always true condition</title>
<updated>2016-06-24T13:08:21Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-06-24T13:08:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8ed4dae5c2d8b2101f78fa99e93b1f03d19d35d7'/>
<id>urn:sha1:8ed4dae5c2d8b2101f78fa99e93b1f03d19d35d7</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.</title>
<updated>2016-04-01T14:16:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:16:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d6597e0bb9591c40fc6d0c6e2159fca51178d56'/>
<id>urn:sha1:8d6597e0bb9591c40fc6d0c6e2159fca51178d56</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>math/Math-Int128: 0.21 -&gt; 0.22</title>
<updated>2015-05-06T20:42:35Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2015-05-06T20:42:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d1f05642953739f0f685080e26f87d14a0c26599'/>
<id>urn:sha1:d1f05642953739f0f685080e26f87d14a0c26599</id>
<content type='text'>
Fix for #RT103359: CLONE hook was dying because its signature
        was wrong (bug report by Duke Smith)
</content>
</entry>
<entry>
<title>- Update to 0.21</title>
<updated>2015-03-14T14:51:43Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2015-03-14T14:51:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=45cdc4f4ad526d0004d8d623a24014540bcf368b'/>
<id>urn:sha1:45cdc4f4ad526d0004d8d623a24014540bcf368b</id>
<content type='text'>
Changes:	http://search.cpan.org/dist/Math-Int128/Changes
PR:		198562
Submitted by:	sunpoet (myself)
Approved by:	pi
</content>
</entry>
<entry>
<title>math/p5-Math-Int128: 0.17 -&gt; 0.20</title>
<updated>2015-02-10T11:18:12Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2015-02-10T11:18:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=165a485bb0505d31fdfc0eb1d197ff0c340c9254'/>
<id>urn:sha1:165a485bb0505d31fdfc0eb1d197ff0c340c9254</id>
<content type='text'>
http://cpansearch.perl.org/src/SALVA/Math-Int128-0.20/Changes
</content>
</entry>
<entry>
<title>math/p5-Math-Int128: 0.15 -&gt; 0.17</title>
<updated>2014-12-29T20:53:49Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-12-29T20:53:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=81977bef72fc1c1296d1469cf0e337caf6bce5da'/>
<id>urn:sha1:81977bef72fc1c1296d1469cf0e337caf6bce5da</id>
<content type='text'>
- Better compiler detection on i386
- Some left/right shift fixes
http://cpansearch.perl.org/src/DROLSKY/Math-Int128-0.17/Changes
</content>
</entry>
<entry>
<title>Change the way Perl modules are installed, update the default Perl to 5.18.</title>
<updated>2014-11-26T13:08:24Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-11-26T13:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eee58d187e2c55fca6f53b9e482d33cf5346fe81'/>
<id>urn:sha1:eee58d187e2c55fca6f53b9e482d33cf5346fe81</id>
<content type='text'>
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
</content>
</entry>
<entry>
<title>math/p5-Math-Int128: fix _DEPENDS</title>
<updated>2014-11-19T06:29:58Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-11-19T06:29:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=400fc6ca43703345bf029bfb864821d3310d4781'/>
<id>urn:sha1:400fc6ca43703345bf029bfb864821d3310d4781</id>
<content type='text'>
PR:		194736
</content>
</entry>
<entry>
<title>math/p5-Math-Int128: 0.13 -&gt; 0.15</title>
<updated>2014-11-19T06:28:05Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-11-19T06:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a3f14ba3addf11fb630872f3801b9e9fa2bf2ac1'/>
<id>urn:sha1:a3f14ba3addf11fb630872f3801b9e9fa2bf2ac1</id>
<content type='text'>
http://cpansearch.perl.org/src/SALVA/Math-Int128-0.15/Changes

PR:		194736
</content>
</entry>
<entry>
<title>math/p5-Math-Int128: add armv6 to NOT_FOR_ARCHS</title>
<updated>2014-11-01T10:00:57Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-11-01T10:00:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=de5c6806a085fadf92fcff1c6b2e43b3b25d162b'/>
<id>urn:sha1:de5c6806a085fadf92fcff1c6b2e43b3b25d162b</id>
<content type='text'>
PR:		194188
Submitted by:	sbruno
</content>
</entry>
</feed>
