<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/p5-Text-Format, branch release/13.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-07T08:09:01Z</updated>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.62</title>
<updated>2020-12-19T20:21:32Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-12-19T20:21:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e6915b3ca1e0e9dfc6fb8b3bbbb2287113ae641e'/>
<id>urn:sha1:e6915b3ca1e0e9dfc6fb8b3bbbb2287113ae641e</id>
<content type='text'>
Changes:	https://metacpan.org/changes/distribution/Text-Format
</content>
</entry>
<entry>
<title>Update to 0.61</title>
<updated>2018-09-12T22:57:15Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2018-09-12T22:57:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=470a1fbe4c74e6ebee980cf41994ab55dcc49054'/>
<id>urn:sha1:470a1fbe4c74e6ebee980cf41994ab55dcc49054</id>
<content type='text'>
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Text-Format
</content>
</entry>
<entry>
<title>Reassign all of tobez@'s p5 ports to perl@.</title>
<updated>2018-09-10T11:16:59Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-09-10T11:16:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cded85f9071fa5e54c123a57a9a7cd2cc5ce2f69'/>
<id>urn:sha1:cded85f9071fa5e54c123a57a9a7cd2cc5ce2f69</id>
<content type='text'>
Approved by:	tobez
</content>
</entry>
<entry>
<title>Fix license information for portgs that use "the same license as Perl".</title>
<updated>2017-09-15T08:58:46Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-09-15T08:58:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cb41fc662313ab27e3a613a60d4b23ce1729fe98'/>
<id>urn:sha1:cb41fc662313ab27e3a613a60d4b23ce1729fe98</id>
<content type='text'>
Sponsored by:	Absolight
</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 to staging (as a user)</title>
<updated>2014-01-24T14:59:10Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-01-24T14:59:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba6cb2390bc0e92b1c086b37025958168169f5c7'/>
<id>urn:sha1:ba6cb2390bc0e92b1c086b37025958168169f5c7</id>
<content type='text'>
- Add license
- Pet portlint

Sponsored by:	Absolight
</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>- Convert to new perl framework</title>
<updated>2013-08-05T15:05:29Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-08-05T15:05:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=43f0c9f153cbb6a2e3db53e004582f6729057928'/>
<id>urn:sha1:43f0c9f153cbb6a2e3db53e004582f6729057928</id>
<content type='text'>
- Trim Makefile header

Approved by:	tobez@ (maintainer)
</content>
</entry>
</feed>
