<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/mail/p5-Email-MIME-CreateHTML, branch 2021Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-10-06T13:06:42Z</updated>
<entry>
<title>Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except</title>
<updated>2018-10-06T13:06:42Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-10-06T13:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9dff3523203bdda7ae358dcff3eb5a5ef3e54d33'/>
<id>urn:sha1:9dff3523203bdda7ae358dcff3eb5a5ef3e54d33</id>
<content type='text'>
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
</content>
</entry>
<entry>
<title>Update WWW</title>
<updated>2018-05-27T20:15:16Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2018-05-27T20:15:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad4f267b7a2606a97d9e9b015928a8ece70689d4'/>
<id>urn:sha1:ad4f267b7a2606a97d9e9b015928a8ece70689d4</id>
<content type='text'>
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
</content>
</entry>
<entry>
<title>Update to 1.042</title>
<updated>2018-01-27T10:24:35Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2018-01-27T10:24:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c382a4af224774d481948b18d3493e9237227c47'/>
<id>urn:sha1:c382a4af224774d481948b18d3493e9237227c47</id>
<content type='text'>
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Email-MIME-CreateHTML/Changes
</content>
</entry>
<entry>
<title>- Fix trailing whitespace in pkg-descrs, categories [g-n]*</title>
<updated>2016-05-19T10:44:11Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-19T10:44:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e942b64191e2ef98dce2c5af31047a8640db768'/>
<id>urn:sha1:4e942b64191e2ef98dce2c5af31047a8640db768</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>- Update to 1.041</title>
<updated>2015-01-22T17:45:34Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2015-01-22T17:45:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4249a176e64ada8d86a8026aa6452d89d69c951'/>
<id>urn:sha1:d4249a176e64ada8d86a8026aa6452d89d69c951</id>
<content type='text'>
- Add more TEST_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/Email-MIME-CreateHTML/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>- Update to 1.040</title>
<updated>2014-09-04T14:35:15Z</updated>
<author>
<name>Frederic Culot</name>
<email>culot@FreeBSD.org</email>
</author>
<published>2014-09-04T14:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a4d5e118c188e75a31bc07a9595ecce40aac024c'/>
<id>urn:sha1:a4d5e118c188e75a31bc07a9595ecce40aac024c</id>
<content type='text'>
- Add LICENSE (GPL 2)

Changes:	http://search.cpan.org/dist/Email-MIME-CreateHTML/Changes
</content>
</entry>
<entry>
<title>Support STAGEDIR.</title>
<updated>2013-11-05T02:54:53Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-11-05T02:54:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=882b641c0d019ec6e8f14779081e107087216fe1'/>
<id>urn:sha1:882b641c0d019ec6e8f14779081e107087216fe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: mail)</title>
<updated>2013-09-20T19:59:12Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T19:59:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fd61959c15770f0b0197fb84191d0b733aa0cc81'/>
<id>urn:sha1:fd61959c15770f0b0197fb84191d0b733aa0cc81</id>
<content type='text'>
</content>
</entry>
</feed>
