<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/p5-XML-RSSLite, branch 2015Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2015Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2015Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-11-26T13:08:24Z</updated>
<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>Support STAGEDIR.</title>
<updated>2013-11-07T03:52:41Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-11-07T03:52:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb2d5da4ebc1084c623330fb16bdcba15bb94569'/>
<id>urn:sha1:fb2d5da4ebc1084c623330fb16bdcba15bb94569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)</title>
<updated>2013-09-20T23:17:30Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T23:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0068f2d47fabca8b05218243fb099000a6413c86'/>
<id>urn:sha1:0068f2d47fabca8b05218243fb099000a6413c86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Use single space after WWW:</title>
<updated>2013-08-29T04:08:53Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-08-29T04:08:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7a0285baaf81ace29b4249a1ba25649b2dd0b0cc'/>
<id>urn:sha1:7a0285baaf81ace29b4249a1ba25649b2dd0b0cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert to new perl framework</title>
<updated>2013-08-02T18:52:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2013-08-02T18:52:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4819ca343bfee8a3b54e7ff3ac26d280d1c1696f'/>
<id>urn:sha1:4819ca343bfee8a3b54e7ff3ac26d280d1c1696f</id>
<content type='text'>
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
</content>
</entry>
<entry>
<title>- Cleaning MD5 in perl@'s ports</title>
<updated>2011-05-17T11:14:02Z</updated>
<author>
<name>Philippe Audeoud</name>
<email>jadawin@FreeBSD.org</email>
</author>
<published>2011-05-17T11:14:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=354b25a27727309869995722db38ef42f3d8baa6'/>
<id>urn:sha1:354b25a27727309869995722db38ef42f3d8baa6</id>
<content type='text'>
Approved by:	erwin@ (portmgr)
</content>
</entry>
<entry>
<title>- Add missing perl5 virtual categories</title>
<updated>2010-09-13T23:39:45Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2010-09-13T23:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e8b8a075bbfa2829054f9f1d9d2ad47833d87b93'/>
<id>urn:sha1:e8b8a075bbfa2829054f9f1d9d2ad47833d87b93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update to 0.15</title>
<updated>2009-11-03T17:29:52Z</updated>
<author>
<name>Yen-Ming Lee</name>
<email>leeym@FreeBSD.org</email>
</author>
<published>2009-11-03T17:29:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bac42ef50d10055a69d10a605ef49f6d2601c381'/>
<id>urn:sha1:bac42ef50d10055a69d10a605ef49f6d2601c381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset cherry@trombik.org due to maintainer-timeouts and no response</title>
<updated>2009-11-03T02:54:10Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2009-11-03T02:54:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=529fda9b917e71a3cb91ab7356e145fda301caa3'/>
<id>urn:sha1:529fda9b917e71a3cb91ab7356e145fda301caa3</id>
<content type='text'>
to email.

Hat:		portmgr
</content>
</entry>
</feed>
