Commit graph

32 commits

Author SHA1 Message Date
Mathieu Arnold
50cfbaceb2 Cleanup USE_GITHUB usage.
Sponsored by:	Absolight
2016-07-18 13:39:17 +00:00
Steven Kreuzer
3c091c9514 Update to version 1.11
PR:		210269
2016-06-14 15:02:04 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- 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
2015-09-14 12:19:48 +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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Steven Kreuzer
92949acdeb Add patch to fix use of uninitialized value $mysqlversion in pattern match 2014-06-17 14:26:07 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Martin Wilke
ce04d1727a - Stage support 2014-02-14 15:00:08 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
b88c23df87 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 11:32:20 +00:00
Steven Kreuzer
b507cba0d4 Update to 1.9.1
PR:		ports/180528
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2013-07-22 20:24:55 +00:00
Florian Smeets
303e871aaa Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.

This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:03:02 +00:00
Steven Kreuzer
ab3f1d10e1 Update to 1.9.0 2012-12-10 20:42:30 +00:00
Steven Kreuzer
841541b43d Add USE_MYSQL=yes so that MYSQL_VER is defined and the correct version
of p5-DBD-mysql gets added as a dependency

PR:		ports/166392
Submitted by:	Helmut Schneider <jumper99@gmx.de>
2012-04-19 13:28:57 +00:00
Steven Kreuzer
7667d074ea Remove USE_MYSQL since the port does not depend on the mysql client
Reported by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Feature safe:	yes
2012-03-20 21:39:27 +00:00
Steven Kreuzer
6d4360e51b Update to 1.8.1
PR:	 	ports/165791
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Feature safe:	yes
2012-03-13 13:51:09 +00:00
Steven Kreuzer
7f62556a4c Set USE_MYSQL=yes
Remove direct dependancy on p5-DBD-mysql which causes problems when
using WITH_MYSQL_VER=52

Submitted by:	Valentin Zahariev <curly@e-card.bg>
2011-10-26 15:35:48 +00:00
Steven Kreuzer
6ab722a7a4 - Update *_DEPENDS
- Remove Data::Dumper which is in all supported Perl releases
- Add DBI
- Add minimal required version

PR:		ports/161234
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2011-10-11 13:02:55 +00:00
Steven Kreuzer
a46b0865c1 Update to 1.8.0
PR:		ports/152035
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
2010-11-22 21:01:48 +00:00
Steven Kreuzer
79f98b4ed6 Add LICENSE information 2010-09-26 02:51:59 +00:00
Steven Kreuzer
e43e99ec48 Make PREFIX/etc the default location for innotop.conf
PR:		ports/148469
Submitted by:	Ralf Gebhart <gebhart@secnetix.de>
2010-07-13 21:44:34 +00:00
Steven Kreuzer
b0874c6092 Fix plist 2010-05-23 03:04:37 +00:00
Steven Kreuzer
4413b06efb Update to 1.7.2 2010-05-22 19:15:50 +00:00
Steven Kreuzer
58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00
Marcelo Araujo
90131e4232 - Update to 1.6.0.
- Use SF macro.

PR:		ports/119412
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
Approved by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
		stas (mentor, implicit)
2008-01-12 21:35:36 +00:00
Ion-Mihai Tetcu
2dd2e37464 Change of email address, same maintainer.
PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
2007-06-17 21:27:42 +00:00
Martin Wilke
90386e48d7 - Update to 1.4.2
PR:		112530
Submitted by:	Steven Kreuzer<skreuzer@f2o.org> (maintainer)
2007-05-25 21:50:51 +00:00
Martin Wilke
ba7572abf5 - Update to 1.4.1
PR:		112037
Submitted by:	Steven Kreuzer (maintainer)
2007-04-24 08:35:46 +00:00
Cheng-Lung Sung
21204c642c - Update to 1.4.0
PR:		ports/109960
Submitted by:	maintainer (Steven Kreuzer)
2007-03-06 08:24:13 +00:00
Alfred Perlstein
e9da26db2e Update to 1.0.1
Submitted by: skreuzer at f2o.org
2007-01-17 22:05:16 +00:00
Cheng-Lung Sung
e56a0f8468 Add innotop 0.1.160, a MySQL and InnoDB monitoring program.
PR:		ports/104722
Submitted by:	Steven Kreuzer <skreuzer at f2o.org>
2006-11-24 07:33:35 +00:00