aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON1
Commit message (Collapse)AuthorAgeFilesLines
* 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 the new perl5 frameworkAndrej Zverev2013-09-101-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326870
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-1/+1
| | | | | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email) Notes: svn path=/head/; revision=298076
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Use CPAN macro.Jun Kuriyama2008-03-261-4/+3
| | | | | | | | - Add NO_LATEST_LINK. - Move variables to make portlint happier. Notes: svn path=/head/; revision=209826
* - Repository copy from p5-JSON to p5-JSON1.Jun Kuriyama2008-03-251-0/+2
| | | | | | | | | | | | - 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