aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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
* Update to 2.97001Sunpoet Po-Chuan Hsieh2018-01-132-4/+5
| | | | | | | | | | Changes: http://search.cpan.org/dist/JSON/Changes PR: 224681 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Notes: svn path=/head/; revision=458897
* 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
* - Add LICENSESunpoet Po-Chuan Hsieh2015-11-211-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr (blanket) Notes: svn path=/head/; revision=402114
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+0
| | | | Notes: svn path=/head/; revision=371249
* - Upgrade to 2.90.Jun Kuriyama2014-01-112-3/+3
| | | | Notes: svn path=/head/; revision=339420
* Fix pkgname conflictsBaptiste Daroussin2014-01-041-1/+1
| | | | Notes: svn path=/head/; revision=338612
* Fix bugs caused by misunderstanding of staging.Jun Kuriyama2013-10-262-6/+5
| | | | Notes: svn path=/head/; revision=331719
* - Upgrade to 2.61.Jun Kuriyama2013-10-262-4/+3
| | | | Notes: svn path=/head/; revision=331705
* 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
* - Upgrade to 2.59.Jun Kuriyama2013-08-102-4/+5
| | | | Notes: svn path=/head/; revision=324470
* - Upgrade to 2.58.Jun Kuriyama2013-05-262-8/+3
| | | | Notes: svn path=/head/; revision=319087
* - Upgrade to 2.53.Jun Kuriyama2011-07-052-3/+3
| | | | Notes: svn path=/head/; revision=277103
* - Upgrade to 2.51.Jun Kuriyama2011-03-272-3/+3
| | | | Notes: svn path=/head/; revision=271826
* - Upgrade to 2.50.Jun Kuriyama2010-12-253-14/+12
| | | | Notes: svn path=/head/; revision=266872
* - Upgrade to 2.27.Jun Kuriyama2010-11-202-4/+3
| | | | Notes: svn path=/head/; revision=264821
* - Upgrade to 2.26.Jun Kuriyama2010-10-092-4/+4
| | | | Notes: svn path=/head/; revision=262665
* - Upgrade to 2.22.Jun Kuriyama2010-09-042-4/+4
| | | | Notes: svn path=/head/; revision=260516
* - Upgrade to 2.21.Jun Kuriyama2010-04-162-4/+4
| | | | Notes: svn path=/head/; revision=252736
* - Upgrade to 2.20.Jun Kuriyama2010-04-042-4/+4
| | | | Notes: svn path=/head/; revision=252198
* - Upgrade to 2.19.Jun Kuriyama2010-04-012-4/+4
| | | | Notes: svn path=/head/; revision=251973
* - Upgrade to 2.18.Jun Kuriyama2010-03-252-4/+4
| | | | Notes: svn path=/head/; revision=251475
* - Upgrade to 2.17.Jun Kuriyama2010-01-112-4/+4
| | | | Notes: svn path=/head/; revision=247554
* - Upgrade to 2.16.Jun Kuriyama2009-10-212-4/+4
| | | | Notes: svn path=/head/; revision=243168
* Upgrade to 2.15.Jun Kuriyama2009-06-042-4/+4
| | | | Notes: svn path=/head/; revision=235156
* Upgrade to 2.14.Jun Kuriyama2009-02-252-4/+4
| | | | Notes: svn path=/head/; revision=229056
* Upgrade to 2.12 (and remove unneeded dependencies).Jun Kuriyama2008-09-082-8/+4
| | | | | | | | PR: ports/127153 Submitted by: leeym Notes: svn path=/head/; revision=220204
* Upgrade to 2.11.Jun Kuriyama2008-07-023-4/+6
| | | | | | | | Submitted by: Wen heping <wenheping@gmail.com> PR: ports/125066 Notes: svn path=/head/; revision=216136
* - Move variables to make portlint happier.Jun Kuriyama2008-03-261-2/+1
| | | | Notes: svn path=/head/; revision=209827
* - Repository copy from p5-JSON to p5-JSON1.Jun Kuriyama2008-03-253-26/+19
| | | | | | | | | | | | - Mark p5-JSON1 as conflicting with p5-JSON-2.x. - Upgrade p5-JSON to 2.07 and mark as conflicting with p5-JSON-1.x. - Use CPAN macro, add Test-Simple dependency and improve pkg-plist. PR: ports/120596 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Notes: svn path=/head/; revision=209739
* - Upgrade to 1.15 (1.x final version).Jun Kuriyama2008-02-253-11/+11
| | | | | | | | | | | | - Use BUILD_DEPENDS= ${RUN_DEPENDS} to prevent from unnecessary dependency into RUN_DEPENDS. - Use @dirrmtry, because other module can use JSON::*. PR: ports/120762 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=207906
* - Update to 1.14Renato Botelho2007-10-113-5/+7
| | | | | | | | | PR: ports/113892 Submitted by: Yen-Ming@utopia.leeym.com, Lee@utopia.leeym.com Approved by: maintainer timeout (over 3 months) Notes: svn path=/head/; revision=201308
* - Upgrade to 1.10.Jun Kuriyama2007-04-213-8/+7
| | | | | | | | | - Remove perl 5.005 check. PR: ports/111837 Notes: svn path=/head/; revision=190530
* - Update to 1.07Aaron Dalton2006-07-012-5/+5
| | | | | | | | | PR: ports/99058 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=166723
* - Upgrade to 1.05.Jun Kuriyama2006-05-062-4/+4
| | | | Notes: svn path=/head/; revision=161484
* - Upgrade to 1.03.Jun Kuriyama2006-01-302-4/+4
| | | | Notes: svn path=/head/; revision=154816
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - Upgrade to 1.02.Jun Kuriyama2005-11-242-3/+4
| | | | | | | | | - Add SHA256. Changes: http://search.cpan.org/src/MAKAMAKA/JSON-1.02/Changes Notes: svn path=/head/; revision=149261
* - Upgrade to 1.00.Jun Kuriyama2005-10-293-6/+19
| | | | | | | | | | - Fix dependencies. PR: ports/87676 Submitted by: tobez Notes: svn path=/head/; revision=146673
* Add p5- $PKGNAMEPREFIX.Jun Kuriyama2005-09-011-0/+2
| | | | | | | Bump PORTREVISION to forget this silly mistake... Notes: svn path=/head/; revision=141684
* Fix incorrect plist (only broken on 4.x).Jun Kuriyama2005-09-011-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=141682
* Add p5-JSON 0.99, perl extension to convert to JSON (JavaScript ObjectJun Kuriyama2005-08-284-0/+36
Notation). Notes: svn path=/head/; revision=141009