aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Chart-Clicker
Commit message (Collapse)AuthorAgeFilesLines
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* 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 *_DEPENDS: this port does not depend on MooseX::AttributeHelpersSunpoet Po-Chuan Hsieh2018-01-041-1/+1
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=458077
* 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 2.90Sunpoet Po-Chuan Hsieh2016-12-173-3/+8
| | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=428744
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.88Sunpoet Po-Chuan Hsieh2015-01-033-42/+41
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=376140
* 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-12/+0
| | | | Notes: svn path=/head/; revision=371283
* Update to 2.87Emanuel Haupt2014-02-102-3/+3
| | | | Notes: svn path=/head/; revision=343707
* Support STAGEDIR.Vanilla I. Shu2013-11-052-46/+44
| | | | Notes: svn path=/head/; revision=332801
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Update to 2.86Mathieu Arnold2013-08-212-4/+3
| | | | Notes: svn path=/head/; revision=325130
* - 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
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-311-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319514
* - Update to 2.85Sunpoet Po-Chuan Hsieh2013-03-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=315103
* Update to 2.84.Anton Berezin2013-01-243-8/+13
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=310927
* - Update to 2.83Sunpoet Po-Chuan Hsieh2012-06-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=299770
* - Update to 2.82Sunpoet Po-Chuan Hsieh2012-06-212-5/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=299733
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.81Sunpoet Po-Chuan Hsieh2012-03-282-3/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Feature safe: yes Notes: svn path=/head/; revision=293909
* - Update to 2.80Sunpoet Po-Chuan Hsieh2012-03-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=292947
* - Update to 2.79Sunpoet Po-Chuan Hsieh2012-02-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=291804
* - Update to 2.78Sunpoet Po-Chuan Hsieh2012-02-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=291616
* - Update to 2.77Sunpoet Po-Chuan Hsieh2012-02-152-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=291408
* - Update to 2.76Sunpoet Po-Chuan Hsieh2011-12-152-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=287411
* - Update to 2.75Sunpoet Po-Chuan Hsieh2011-12-062-4/+5
| | | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Feature safe: yes Notes: svn path=/head/; revision=286958
* - Updte to 2.74Cheng-Lung Sung2011-11-152-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285811
* - Update to 2.73Sunpoet Po-Chuan Hsieh2011-11-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=285086
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 2.72Sunpoet Po-Chuan Hsieh2011-09-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=281576
* - Update to 2.71Sunpoet Po-Chuan Hsieh2011-09-013-21/+19
| | | | | | | | | | | - Sort *_DEPENDS - Add TEST_DEPENDS - Pet portlint Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=280973
* - update to 2.69Baptiste Daroussin2011-06-092-4/+7
| | | | | | | - add licenses Notes: svn path=/head/; revision=275263
* - update to 2.68Baptiste Daroussin2011-05-302-4/+4
| | | | | | | - changes: http://cpansearch.perl.org/src/GPHAT/Chart-Clicker-2.68/Changes Notes: svn path=/head/; revision=274829
* - Update to 2.67Wen Heping2011-02-202-4/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/GPHAT/Chart-Clicker-2.67/Changes Notes: svn path=/head/; revision=269382
* - Update to 2.65Baptiste Daroussin2010-09-012-4/+4
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=260332
* - Update to 2.64Philip M. Gollucci2010-06-102-5/+4
| | | | | | | | With Hat: perl@ Changes: http:/search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=256257
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.60Wen Heping2010-03-212-4/+4
| | | | Notes: svn path=/head/; revision=251326
* Update to 2.59.Anton Berezin2010-03-093-4/+7
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=250766
* Update to 2.58.Anton Berezin2010-01-253-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=248573
* - Update to 2.56Wen Heping2010-01-142-4/+4
| | | | Notes: svn path=/head/; revision=247849
* - Update to 2.54Philip M. Gollucci2010-01-112-4/+4
| | | | Notes: svn path=/head/; revision=247563
* - Update to 2.53Wen Heping2009-12-172-4/+4
| | | | Notes: svn path=/head/; revision=246042
* - Update to 2.52Philip M. Gollucci2009-12-152-4/+4
| | | | Notes: svn path=/head/; revision=245837
* - Update to 2.49Wen Heping2009-12-012-6/+6
| | | | | | | | | | - Flip RUN_DEPENDS and BUILD_DEPENDS PR: ports/140957 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=245041
* Update to 2.44.Anton Berezin2009-09-272-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Feature safe: yes Notes: svn path=/head/; revision=242176
* Update to 2.42.Anton Berezin2009-09-023-26/+32
| | | | | | | Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Notes: svn path=/head/; revision=240708
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Update to 2.36Philip M. Gollucci2009-07-232-4/+4
| | | | | | | | | PR: ports/136537 Approved by: maintainer timeout (chinsan; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238268