non port: net-mgmt/ocsinventory-agent/Makefile |
Number of commits found: 42 |
Tuesday, 12 Nov 2024
|
14:41 Mikael Urankar (mikael)
net-mgmt/ocsinventory-agent: Fix cpu detection
Fix typo, NBSOCKETS isn't defined
Reported by: Carlos Fernando Assis Paniago
Tested by: Carlos Fernando Assis Paniago
854533b |
Thursday, 7 Nov 2024
|
08:16 Mikael Urankar (mikael)
net-mgmt/ocsinventory-agent: Update to 2.10.4
While here, add missing dependencies [1]
Changes:
https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.4
PR: 282146 [1]
0a841ec |
Saturday, 6 Apr 2024
|
15:55 Mikael Urankar (mikael)
net-mgmt/ocsinventory-agent: Update to 2.10.2
Changes:
https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.2
ae4a973 |
Wednesday, 30 Nov 2022
|
09:35 Mikael Urankar (mikael)
net-mgmt/ocsinventory-agent: Update to 2.10.0
Changes:
https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.9.3
https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.0
094e7d9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 26 Jan 2022
|
14:59 Mikael Urankar (mikael)
net-mgmt/ocsinventory-agent: Update to 2.9.1
Changes:
https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.9.0
https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.9.1
2bde8a8 |
Sunday, 10 Oct 2021
|
18:14 Piotr Kubaj (pkubaj)
net-mgmt/ocsinventory-agent: use dmidecode only where it's available
184a2d4 |
Monday, 12 Apr 2021
|
16:12 Mikael Urankar (mikael)
net-mgmt/ocsinventory-agent: Update to 2.8.1
Changes: https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.8.1
b72cbe1 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 2 Oct 2020
|
07:02 mikael
net-mgmt/ocsinventory-agent: update to 2.8
- update to 2.8
- take maintainership
- pet portlint / portfmt
|
Sunday, 2 Sep 2018
|
15:01 mat
regular USE_GITHUB cleanup.
|
Saturday, 1 Sep 2018
|
00:29 swills
net-mgmt/ocsinventory-agent:
PR: 231039
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr>
|
Sunday, 20 Nov 2016
|
01:56 linimon
As a test, restrict the dependency on dmidecode to x86.
|
Monday, 14 Nov 2016
|
03:15 danfe
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
|
Thursday, 8 Sep 2016
|
13:03 amdmi3
- Remove dependency on p5-Net-Ping: Net::Ping is bundled with perl
Approved by: portmgr (bapt)
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 21 Jun 2015
|
13:55 sunpoet
- Fix RUN_DEPENDS: LWP::UserAgent (www/p5-libwww) is required
- While I'm here:
- Update MASTER_SITES
- Fix and sort RUN_DEPENDS: Digest::MD5 is already in all supported Perl
releases
- Bump PORTREVISION for dependency change
PR: 200639
Submitted by: Gennady Proskurin <gpr@mail.ru>
|
Tuesday, 9 Jun 2015
|
19:45 amdmi3
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2 (blanket)
|
Tuesday, 23 Dec 2014
|
02:22 mat
Catch up abusive uses of ${SITE_PERL}.
Sponsored by: Absolight
|
Wednesday, 26 Nov 2014
|
13:08 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
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
|
Monday, 25 Aug 2014
|
20:58 marino
net-mgmt/ocsinventory-agent: Upgrade version 2.0.5 => 2.1.1
PR: 192996
Submitted by: Phillip Beaumont
|
Wednesday, 12 Feb 2014
|
10:46 miwi
- Stage support
|
Friday, 3 Jan 2014
|
01:53 bapt
Part 3 at removing now useless FETCH_ARGS redifition
|
Friday, 29 Nov 2013
|
07:37 araujo
- Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
|
Friday, 20 Sep 2013
|
22:24 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Sunday, 1 Sep 2013
|
17:23 az
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
With hat: perl@
|
Wednesday, 26 Sep 2012
|
08:54 araujo
- Update to 2.0.5.
PR: ports/170481 [1], ports/17179 [2]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1],
Sergey Zaykov <sergey_zaikov@rambler.ru> [2]
|
Friday, 29 Jun 2012
|
10:03 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Friday, 16 Mar 2012
|
03:24 araujo
- Update to 2.0.4.
Feature safe: yes
|
Wednesday, 20 Jul 2011
|
01:33 araujo
- Update to 2.0.
- Sort PLIST.
PR: ports/158311
Submitted by: Sergey Zaykov <mail_of_sergey@mail.ru>
|
Sunday, 13 Feb 2011
|
16:53 araujo
- Now is possible to built this port without user interaction.
- Update PKG-PLIST.
- Included a forgotten manpage.
- Bump PORTREVISION.
PR: ports/153689
Submitted by: Tom Judge <tom@tomjudge.com>
|
Saturday, 6 Nov 2010
|
18:03 araujo
- Update to 1.1.2.1.
Requested by: John M. Crawford <crawford.6@sociology.osu.edu> (via email)
|
Friday, 27 Aug 2010
|
12:05 araujo
- Update to 1.1.2.
- Add LICENSE.
|
Thursday, 27 May 2010
|
16:29 wxs
Fix build and run dependencies: sysutils/dmidecode is only needed to build,
and the rest are really run dependencies.
PR: ports/146491
Submitted by: Guido Falsi <mad@madpilot.net>
Approved by: araujo@ (maintainer timeout)
|
Saturday, 22 Aug 2009
|
00:32 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Monday, 8 Jun 2009
|
22:43 araujo
- Update to 1.02.
- Take maintainership.
PR: ports/134210
Submitted by: myself
Approved by: maintainer timeout (more than 2 weeks)
|
Monday, 9 Jun 2008
|
00:31 araujo
- Mark IS_INTERACTIVE to avoid infinite loops and stop some damages on packages
cluster.
- Mark as UNBROKEN.
Submitted by: pav via pointyhat
|
Sunday, 8 Jun 2008
|
11:07 pav
- Mark BROKEN. The port asks interactive questions in post-install. It needs to
be automated, or properly marked IS_INTERACTIVE
Reported by: pointyhat
|
Saturday, 7 Jun 2008
|
03:30 araujo
- Update to 0.0.9.2.
PR: ports/123398
Reviewed by: lippe
Approved by: maintainer timeout (4 weeks)
|
Friday, 31 Aug 2007
|
01:54 araujo
- Update to 0.0.6.2.
PR: ports/115855
Submitted by: Dennis Cabooter <freebsd@rootxs.org> (maintainer)
Approved by: itetcu (mentor)
|
Friday, 24 Aug 2007
|
14:55 itetcu
Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network
WWW: http://www.ocsinventory-ng.org/
PR: ports/115520
Submitted by: Dennis Cabooter
|
Number of commits found: 42 |