Commit graph

80 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
eb04c63fbf Update to 2.090
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-11-13 23:32:19 +00:00
Sunpoet Po-Chuan Hsieh
096d0c11fa Update to 2.089
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-11-05 16:50:22 +00:00
Sunpoet Po-Chuan Hsieh
7c612f37fa Update to 2.088
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-11-04 15:59:47 +00:00
Sunpoet Po-Chuan Hsieh
91528329f8 Update to 2.087
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-08-11 11:27:51 +00:00
Sunpoet Po-Chuan Hsieh
7be86aaa95 Update to 2.086
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-04-01 20:31:04 +00:00
Sunpoet Po-Chuan Hsieh
18dffe6033 Update to 2.084
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-01-06 20:40:09 +00:00
Sunpoet Po-Chuan Hsieh
50c86cdad7 Update to 2.083
Changes:	https://metacpan.org/changes/distribution/Compress-Raw-Zlib
2019-01-01 20:33:18 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh
f373090fb4 Update to 2.081
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2018-04-09 18:50:59 +00:00
Sunpoet Po-Chuan Hsieh
0bb26f0f4c Update to 2.080
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2018-04-04 18:51:12 +00:00
Sunpoet Po-Chuan Hsieh
90cdc3dae9 Update to 2.076
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-11-23 19:08:29 +00:00
Sunpoet Po-Chuan Hsieh
8396b8ef0c Update to 2.075
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-11-15 19:55:29 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
538fd1f1da Update to 2.074
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-02-20 15:09:11 +00:00
Sunpoet Po-Chuan Hsieh
3d752bb323 Update to 2.072
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-02-13 19:01:19 +00:00
Sunpoet Po-Chuan Hsieh
e04518cad6 Update to 2.071
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2017-01-01 21:40:28 +00:00
Sunpoet Po-Chuan Hsieh
3c5786473c - Update to 2.070
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2016-12-29 12:46:16 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Sunpoet Po-Chuan Hsieh
6f55a57ffa - Update to 2.069
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2015-09-28 06:19:58 +00:00
Sunpoet Po-Chuan Hsieh
acc3e98505 - Remove MASTER_SITE_SUBDIR 2015-08-13 17:31:53 +00:00
Sunpoet Po-Chuan Hsieh
26759f3fce - Cleanup CHMOD after r390893 2015-06-29 15:37:14 +00:00
Sunpoet Po-Chuan Hsieh
5a3923e896 - Strip shared library
- Bump PORTREVISION for package change
2015-06-15 14:44:01 +00:00
Sunpoet Po-Chuan Hsieh
ff471ff6dd - Update to 2.068
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2014-12-24 06:14:14 +00:00
Sunpoet Po-Chuan Hsieh
3fd0373f5c - Update to 2.067
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2014-12-13 03:59:41 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
27fe4c7eb2 - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2014-09-30 15:24:40 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
ab81850dad - Update to 2.065
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2014-02-05 10:44:13 +00:00
Sunpoet Po-Chuan Hsieh
26f2ba4438 - Update to 2.064
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2014-02-04 13:15:12 +00:00
Sunpoet Po-Chuan Hsieh
7df2912e78 - Update to 2.063
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2013-11-03 04:53:33 +00:00
Sunpoet Po-Chuan Hsieh
5cdb5ad119 - Support STAGEDIR 2013-09-30 12:57:39 +00:00
Sunpoet Po-Chuan Hsieh
04e4e833fb - Support STAGEDIR 2013-09-30 12:25:42 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
3597e87d9d - Update to 2.062
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2013-08-16 17:13:27 +00:00
Sunpoet Po-Chuan Hsieh
f2f704a162 - Update to 2.061
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2013-06-08 20:58:44 +00:00
Sunpoet Po-Chuan Hsieh
ff5b2e20eb - Update to 2.060
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2013-01-30 16:20:20 +00:00
Sunpoet Po-Chuan Hsieh
155e7347df - Update to 2.059
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Feature safe:	yes
2012-12-04 05:46:04 +00:00
Sunpoet Po-Chuan Hsieh
ee757647e1 - Update to 2.056
- Use zlib from src tree (src/lib/libz) since it is now 1.2.7.

Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-08-14 08:34:36 +00:00
Sunpoet Po-Chuan Hsieh
c38c50a28c - Update to 2.055
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-08-06 19:10:28 +00:00
Sunpoet Po-Chuan Hsieh
e4d9ed8057 - Update to 2.054
- Use bundled zlib (1.2.7) instead of the one in src tree (1.2.5, src/lib/libz)
- Update pkg-descr

Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-05-09 11:36:23 +00:00
Sunpoet Po-Chuan Hsieh
928ce52265 - Update to 2.053
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-05-06 18:05:43 +00:00
Sunpoet Po-Chuan Hsieh
a14a8f94f1 - Update to 2.052
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-04-29 17:15:48 +00:00
Sunpoet Po-Chuan Hsieh
cc10784b68 - Update to 2.051
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-02-24 10:00:25 +00:00
Sunpoet Po-Chuan Hsieh
571461c0ee - Update to 2.050
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-02-22 07:19:59 +00:00
Sunpoet Po-Chuan Hsieh
4d50a082ed - Update to 2.049
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-02-19 10:56:35 +00:00
Sunpoet Po-Chuan Hsieh
2bef143f8f - Update to 2.048
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2012-01-30 03:43:46 +00:00
Sunpoet Po-Chuan Hsieh
3656823c22 - Update to 2.045
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Feature safe:	yes
2011-12-05 05:43:46 +00:00
Sunpoet Po-Chuan Hsieh
329b8099eb - Update to 2.043
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Feature safe:	yes
2011-11-21 06:41:56 +00:00
Sunpoet Po-Chuan Hsieh
71c02a5ce7 - Update to 2.042
Changes:	http://search.cpan.org/dist/p5-Compress-Raw-Zlib/Changes
Feature safe:	yes
2011-11-18 06:46:04 +00:00