<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/p5-SQL-Statement/Makefile, branch 10-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=10-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=10-eol'/>
<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>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>Update to 1.412</title>
<updated>2017-04-07T23:16:30Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-04-07T23:16:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8b237f2a61ea5cb3b6e67e330039d1449cdcba45'/>
<id>urn:sha1:8b237f2a61ea5cb3b6e67e330039d1449cdcba45</id>
<content type='text'>
- Add LICENSE_FILE
- Add missing *_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/SQL-Statement/Changes
</content>
</entry>
<entry>
<title>- Update to 1.410</title>
<updated>2016-07-06T08:44:10Z</updated>
<author>
<name>Lars Thegler</name>
<email>lth@FreeBSD.org</email>
</author>
<published>2016-07-06T08:44:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c1965e4bba8c3113fb4233ab5b9b94977b0c8efc'/>
<id>urn:sha1:c1965e4bba8c3113fb4233ab5b9b94977b0c8efc</id>
<content type='text'>
- Add LICENSE
- Disperse maintainership
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.</title>
<updated>2016-04-01T14:00:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e1b79a0a61f4973df8b4b0864d22086c769e219'/>
<id>urn:sha1:4e1b79a0a61f4973df8b4b0864d22086c769e219</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Update to 1.407</title>
<updated>2015-09-11T12:41:46Z</updated>
<author>
<name>Lars Thegler</name>
<email>lth@FreeBSD.org</email>
</author>
<published>2015-09-11T12:41:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9303a5c295ced155afe359873772f9cbfa1c8de0'/>
<id>urn:sha1:9303a5c295ced155afe359873772f9cbfa1c8de0</id>
<content type='text'>
</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>- add stage support</title>
<updated>2014-01-29T17:31:52Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2014-01-29T17:31:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=78504bf84db13c1a72fc4e0047f60cb40718f703'/>
<id>urn:sha1:78504bf84db13c1a72fc4e0047f60cb40718f703</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: databases)</title>
<updated>2013-09-20T16:13:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36117d709704f772dbc3d305cda6923741791598'/>
<id>urn:sha1:36117d709704f772dbc3d305cda6923741791598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert to new perl framework</title>
<updated>2013-08-07T13:20:32Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-08-07T13:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ca70e439c2cab3afa6b1f158853e01058c1fac47'/>
<id>urn:sha1:ca70e439c2cab3afa6b1f158853e01058c1fac47</id>
<content type='text'>
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

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