<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/p5-Crypt-OpenSSL-RSA/Makefile, branch 2017Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2017Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2017Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2017-03-15T14:45:30Z</updated>
<entry>
<title>Remove all USE_OPENSSL occurrences.</title>
<updated>2017-03-15T14:45:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-03-15T14:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0'/>
<id>urn:sha1:a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Mark some ports as not openssl-devel ready.</title>
<updated>2016-11-29T18:46:21Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-11-29T18:46:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=703ff6d36176652e995eaf56e44c8637531c23a3'/>
<id>urn:sha1:703ff6d36176652e995eaf56e44c8637531c23a3</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.</title>
<updated>2016-04-01T14:25:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=597afc47baba19000afd8ec4880a2c47975b0367'/>
<id>urn:sha1:597afc47baba19000afd8ec4880a2c47975b0367</id>
<content type='text'>
With hat:	portmgr
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>Support STAGEDIR.</title>
<updated>2013-11-06T07:39:31Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-11-06T07:39:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1ced34fc222b99a0607b3a86eb116ea4c40fc85c'/>
<id>urn:sha1:1ced34fc222b99a0607b3a86eb116ea4c40fc85c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: security)</title>
<updated>2013-09-20T22:55:24Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T22:55:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a65ed2e51bf631a6b8ab766f984bf33c686d239a'/>
<id>urn:sha1:a65ed2e51bf631a6b8ab766f984bf33c686d239a</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>- Revert ports/165605 as requested by portmgr@</title>
<updated>2012-03-13T16:15:36Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2012-03-13T16:15:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b59621d3ae883bef429a8fae6073bfa293a55222'/>
<id>urn:sha1:b59621d3ae883bef429a8fae6073bfa293a55222</id>
<content type='text'>
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
</content>
</entry>
<entry>
<title>- Remove ports that only work with &lt; perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)</title>
<updated>2012-03-08T18:45:38Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2012-03-08T18:45:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608'/>
<id>urn:sha1:2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608</id>
<content type='text'>
- Remove conditionals for PERL_LEVEL &lt; 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -&gt; RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
</content>
</entry>
<entry>
<title>- Update to 0.28</title>
<updated>2011-08-27T11:05:24Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2011-08-27T11:05:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e95493e4d044a1a884c97b90d31b0a0fc342e8e0'/>
<id>urn:sha1:e95493e4d044a1a884c97b90d31b0a0fc342e8e0</id>
<content type='text'>
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes
</content>
</entry>
</feed>
