aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-XS
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 4.03Sunpoet Po-Chuan Hsieh2020-11-082-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-XS Notes: svn path=/head/; revision=554497
* Convert REINPLACE_CMD to patch fileSunpoet Po-Chuan Hsieh2020-05-082-4/+18
| | | | Notes: svn path=/head/; revision=534430
* Update to 4.02Sunpoet Po-Chuan Hsieh2019-03-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-XS Notes: svn path=/head/; revision=494966
* Update to 4.01Sunpoet Po-Chuan Hsieh2019-02-252-5/+5
| | | | | | | | | - Take maintainership Changes: https://metacpan.org/changes/distribution/JSON-XS Notes: svn path=/head/; revision=493908
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 3.04Sunpoet Po-Chuan Hsieh2017-08-182-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=448246
* - Update to 3.03Sunpoet Po-Chuan Hsieh2016-11-192-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=426461
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update to 3.02.Adam Weinberger2016-02-272-4/+7
| | | | | | | | | | I'm deleting the Canary::Stability dependency. It's a useless build-time dependency that the upstream author likes to add to his modules. It does a series of about 3 checks about the Perl version that are already handled by the ports tree. Notes: svn path=/head/; revision=409671
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-11-152-2/+5
| | | | | | | | - Sort PLIST - Bump PORTREVISION for package change Notes: svn path=/head/; revision=401632
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371249
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357300
* - Update to 3.01Sunpoet Po-Chuan Hsieh2013-11-023-8/+10
| | | | | | | | | | | - Add LICENSE - Support STAGEDIR - Remove PORTSCOUT Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=332538
* Support STAGEDIR.Vanilla I. Shu2013-11-012-5/+4
| | | | Notes: svn path=/head/; revision=332379
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 2.34.Anton Berezin2013-05-232-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=318864
* - Update to 2.33Wen Heping2012-08-032-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/MLEHMANN/JSON-XS-2.33/Changes Notes: svn path=/head/; revision=301952
* - Add PORTSCOUT knobSunpoet Po-Chuan Hsieh2011-11-151-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285863
* - Add missing BUILD_DEPENDSSteve Wills2011-08-171-1/+2
| | | | Notes: svn path=/head/; revision=279927
* - Update to 2.32Sunpoet Po-Chuan Hsieh2011-08-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=279680
* - Update to 2.31Sunpoet Po-Chuan Hsieh2011-08-012-6/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=278663
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - Update to 2.30Philip M. Gollucci2010-11-262-5/+5
| | | | | | | | | | PR: ports/152128 Submitted by: Zane C.B. <vvelox@vvelox.net> Approved by: maintainer timeout (clsung ; 15 days) Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=265201
* - Update to 2.29Cheng-Lung Sung2010-07-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=257637
* - Update to 2.28Cheng-Lung Sung2010-04-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=252995
* - Update to 2.27Philip M. Gollucci2010-01-312-4/+4
| | | | | | | | | PR: ports/142627 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (clsung; > 2 weeks) Notes: svn path=/head/; revision=248879
* - Update to 2.26Cheng-Lung Sung2009-10-212-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=243132
* - fix dependencyCheng-Lung Sung2009-08-311-0/+4
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=240590
* - Update to 2.25Cheng-Lung Sung2009-08-262-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=240335
* - Update to 2.23.11 (2.2311)Cheng-Lung Sung2009-02-192-4/+4
| | | | Notes: svn path=/head/; revision=228635
* - Update to 2.231 (2.23.1)Cheng-Lung Sung2009-02-092-5/+5
| | | | | | | | | | | | | | | | Changelog (http://cpansearch.perl.org/src/MLEHMANN/JSON-XS-2.231/Changes): 2.231 Thu Nov 20 04:59:08 CET 2008 - work around 5.10.0 magic bugs where manipulating magic values (such as $1) would permanently damage them as perl would ignore the magicalness, by making a full copy of the string, reported by Dmitry Karasik. - work around spurious wanrings under older perl 5.8's. PR: ports/131321 Submitted by: "Cory R. King" <coryking_AT_mozimedia dot com> Notes: svn path=/head/; revision=227861
* - Update to 2.23Cheng-Lung Sung2008-09-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=220990
* - Update to 2.20Martin Wilke2008-07-192-4/+4
| | | | | | | | | PR: 125670 Submitted by: Wen heping <wenheping@gmail.com> Approved by: clsung (implicit) Notes: svn path=/head/; revision=217154
* - Update to 2.20 (2.2)Cheng-Lung Sung2008-04-213-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=211688
* - Update to 2.10 (2.1)Cheng-Lung Sung2008-04-072-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=210721
* - Update to 2.01Cheng-Lung Sung2008-01-052-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=205039
* - Update to 1.52Cheng-Lung Sung2007-10-172-4/+4
| | | | Notes: svn path=/head/; revision=201587
* - Update to 1.51Cheng-Lung Sung2007-10-152-4/+4
| | | | Notes: svn path=/head/; revision=201483
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.44Cheng-Lung Sung2007-08-222-4/+4
| | | | Notes: svn path=/head/; revision=198086
* - Update to 1.43Cheng-Lung Sung2007-07-302-4/+4
| | | | | | | | | PR: ports/115001 Submitted by: chinsan Reviewed by: clsung Notes: svn path=/head/; revision=196686
* - Update to 1.42Cheng-Lung Sung2007-07-252-4/+4
| | | | Notes: svn path=/head/; revision=196234
* - Update to 1.41Cheng-Lung Sung2007-07-133-5/+7
| | | | Notes: svn path=/head/; revision=195512