<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/p5-Math-BaseCnv, 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-04-01T14:16:16Z</updated>
<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>Cleanup DIST* variables.</title>
<updated>2015-05-11T18:34:57Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-05-11T18:34:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=88bfe4bd43787219ab4de75bd68c490c98776dfc'/>
<id>urn:sha1:88bfe4bd43787219ab4de75bd68c490c98776dfc</id>
<content type='text'>
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Update to 1.8</title>
<updated>2015-03-16T16:06:07Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2015-03-16T16:06:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c810082548465e9c8aa4939e97243468e3b3bcc'/>
<id>urn:sha1:2c810082548465e9c8aa4939e97243468e3b3bcc</id>
<content type='text'>
- Add LICENSE
- Fix *_DEPENDS: Memoize is already in all supported Perl releases

Changes:	http://search.cpan.org/dist/Math-BaseCnv/CHANGES
</content>
</entry>
<entry>
<title>Clean up the rest of the perl@ Makefiles a bit.</title>
<updated>2015-03-13T17:29:58Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2015-03-13T17:29:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=10f22ecd6d1808866406972dd09e2e107e41ceb2'/>
<id>urn:sha1:10f22ecd6d1808866406972dd09e2e107e41ceb2</id>
<content type='text'>
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD &lt; 8 and perl &lt; 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
</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>Convert a bunch of EXTRACT_SUFX=... into USES=tar:...</title>
<updated>2014-07-29T19:11:51Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-29T19:11:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a84c115a09e00e14810cb1deb7bf4637a33ad313'/>
<id>urn:sha1:a84c115a09e00e14810cb1deb7bf4637a33ad313</id>
<content type='text'>
Approved by:	portmgr (not really, but touches unstaged ports)
</content>
</entry>
<entry>
<title>- Pass maintainership to perl@</title>
<updated>2014-05-22T15:02:27Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2014-05-22T15:02:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8f6506ee2048be762d869e733ea46ca807e08e5a'/>
<id>urn:sha1:8f6506ee2048be762d869e733ea46ca807e08e5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- add stage support</title>
<updated>2014-01-30T10:27:43Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2014-01-30T10:27:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6c49c5cfa7541d31f48a69897abfb138cbf6e7f0'/>
<id>urn:sha1:6c49c5cfa7541d31f48a69897abfb138cbf6e7f0</id>
<content type='text'>
Approved by:	portmgr (blanket infrastructure)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: math)</title>
<updated>2013-09-20T20:55:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:55:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce5e4570204c37f4ac986a2a6bc076aa911167d6'/>
<id>urn:sha1:ce5e4570204c37f4ac986a2a6bc076aa911167d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- convert to the new perl5 framework</title>
<updated>2013-09-12T06:03:58Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-09-12T06:03:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5afe3af5800cef153c206dcf3ce2f56aa85ada42'/>
<id>urn:sha1:5afe3af5800cef153c206dcf3ce2f56aa85ada42</id>
<content type='text'>
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
</content>
</entry>
</feed>
