Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Dec 2019 05:36:09
1.11_4

|
tobik  |
net-mgmt/p5-jmx4perl: Use @sample instead of custom reimplementation |
06 Nov 2018 21:13:55
1.11_3

|
rene  |
Return tj's ports to the pool after his commit bit got safekept. |
09 Jul 2018 08:40:18
1.11_3

|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
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 |
27 May 2018 20:15:20
1.11_3

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
21 Jun 2017 18:53:31
1.11_3

|
sunpoet  |
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl |
31 Jan 2017 16:21:46
1.11_2

|
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
01 Apr 2016 14:16:20
1.11_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
31 Mar 2016 15:23:13
1.11_1

|
mat  |
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight |
14 Sep 2015 12:19:50
1.11

|
mat  |
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 |
14 May 2015 10:15:09
1.11

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
01 Feb 2015 18:03:44
1.11

|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
30 Jan 2015 17:06:16
1.11

|
tj  |
Update to 1.11.
Changes: http://cpansearch.perl.org/src/ROLAND/jmx4perl-1.11/CHANGES |
26 Nov 2014 13:08:38
1.07_2

|
mat  |
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 (Only the first 15 lines of the commit message are shown above ) |
06 Feb 2014 13:15:55
1.07_1

|
ehaupt  |
Support staging. |
20 Sep 2013 22:24:44
1.07_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
04 Sep 2013 03:27:38
1.07_1

|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
02 Jul 2013 22:09:54
1.07_1

|
zi  |
- Add dependency for devel/p5-Sys-SigAction to allow Jmx4Perl::Agent timeout to
function
- Bump PORTREVISION
Approved by: tj@ |
20 May 2013 22:08:00
1.07

|
tj  |
Upgrade to 1.07.
Changes: http://cpansearch.perl.org/src/ROLAND/jmx4perl-1.07/CHANGES |
17 Mar 2013 16:44:03
1.06_1

|
eadler  |
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa |
06 Dec 2012 02:50:18
1.06_1

|
tj  |
* Remove interacitve questions in build process
* Install bundled config files
Feature safe: yes
Approved by: db, eadler (mentors, implicit) |
05 Dec 2012 22:33:43
1.06

|
tj  |
Jmx4Perl is here to connect the Java and Perl Enterprise world by providing
transparent access to the Java Management Extensions (JMX) from the perl side.
It uses a traditional request-response paradigma for performing JMX operations
on a remote Java Virtual machine.
WWW: http://search.cpan.org/dist/jmx4perl/
Feature safe: yes
Approved by: eadler, db (mentors, implicit) |