Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.2 02 Apr 2024 17:02:46 |
Cy Schubert (cy) |
sysutils/nut: Update to 2.8.2 |
2.8.1_3 16 Feb 2024 13:50:03 |
Cy Schubert (cy) |
sysutils/nut*: Fix arm build
Fix arm build by removing FREEIPMI from arm
PR: 277089
MFH: 2024Q1 |
2.8.1_3 07 Feb 2024 00:41:20 |
Cy Schubert (cy) |
sysutils/nut*: Move manpages to share/man |
2.8.1_2 24 Nov 2023 16:03:39 |
Cy Schubert (cy) Author: Xin LI |
sysutils/nut: Remove unnecessary validation for bus_num
The libusb_get_bus_number() function serves as a simple accessor for
the bus number of the opaque device struct. Unlike
libusb_get_port_number(), it does not have the ability to convey
errors back to the caller, and a bus number of 0 is a valid value.
Therefore, any validation around bus_num is redundant.
This commit removes the unnecessary validation code related to bus_num.
Signed-off-by: Xin LI <delphij@FreeBSD.org>
PR: 275293
Upstream commit: 4aeb199eb
Upstream Pull Request: https://github.com/networkupstools/nut/pull/2198/ |
2.8.1_1 23 Nov 2023 15:42:36 |
Cy Schubert (cy) |
sysutils/nut: Bump PORTREVION for MODBUS pkg-plist patch
PR: 275277
Fixes: 967e936c5f32 |
2.8.1 23 Nov 2023 15:39:23 |
Cy Schubert (cy) Author: Franco Fichtner |
sysutils/nut: fix orphans
PR: 275277 |
2.8.1 14 Nov 2023 20:49:16 |
Cy Schubert (cy) |
sysutils/nut: Fix non-SERIAL pkg |
2.8.1 14 Nov 2023 20:08:14 |
Cy Schubert (cy) |
sysutils/nut: Update to 2.8.1 |
2.8.0_24 11 Oct 2023 04:28:25 |
Cy Schubert (cy) |
sysutils/nut*: Remove redundant PLIST_SUB
MFH: 2023Q4 |
2.8.0_24 11 Oct 2023 02:50:50 |
Cy Schubert (cy) |
sysutils/nut*: Optionally install developer files
Most users do not need files needed for nut development. Make them
optional.
PR: 274395
MFH: 2023Q4 |
2.8.0_23 06 Apr 2023 21:45:49 |
Cy Schubert (cy) |
sysutils/nut: Install nut-usb.conf
devd fails to change UPS device node ownership because the nut port
fails to install ${LOCALBASE}/etc/devd/nut-usb.conf. Install it.
Reported by: Kostas Oikonomou <ko56 _AT_ winlab.rutgers.edu>
MFH: 2023Q2 |
2.8.0_22 14 Feb 2023 20:33:59 |
Cy Schubert (cy) |
sysutils/nut*: Fix syntax error
Add missing then.
PR: 269497
Reported by: <vvd@unislabs.com>
Fixes: 6558c2506990 |
2.8.0_21 14 Feb 2023 18:40:00 |
Cy Schubert (cy) |
sysutils/nut*: Make nut file ownership fixes optional with default enabled
The nut file ownership fixups due to the UID/GID change from uucp/uucp
to nut/nut may not be desireable for all users. Some users with custom
file ownership may wish ownership to remain untouched. This revision
to the nut family of ports/packages allows users to optionally disable
automatic fixup of nut file ownership.
While at it, rather than use a hardcoded string for user/group ownerships,
use the set parameters in Makefile.
PR: 269497
suggested by: dvl |
2.8.0_19 11 Feb 2023 16:15:46 |
Cy Schubert (cy) |
sysutils/nut*: Add missing SUB_LIST
a4cc1509a9b6 failed to add NUT_GROUP to SUB_LIST. This fixes the error.
PR: 269497
Submitted by: dvl
Reported by: dvl
Fixes: a4cc1509a9b6 |
2.8.0_18 10 Feb 2023 18:26:34 |
Cy Schubert (cy) |
sysutils/nut*: IPMI is not supported by ARM
IPMI is not supported by ARM. Remove it from defaults.
Reported by: avg |
2.8.0_17 10 Feb 2023 18:26:33 |
Cy Schubert (cy) |
sysutils/nut*: Fix nut file access
Preexisting nut files will have uucp group permissions, which will no
longer be available to nut because it runs under its own GID. For the
time being add code to nut_prestart() adjusting the ownership of the
files to UID nut and GID nut.
This code should be removed approximately a year from now as it is
expected that most if not all nut installations will have correct file
ownership by then.
While here, also fix nut.newsyslog to refer to the new nut UID/GID.
Reported by: avg, Mathieu <sigsys@gmail.com>
Fixes: 02c038c8cc15 |
2.8.0_16 23 Jan 2023 16:31:29 |
Cy Schubert (cy) |
sysutils/nut*: Fix group for serial UPS users.
02c038c8cc15, though more secure, broke access to serial devices for
users of serial UPS devices. Add the nut user to the dialer group.
PR: 268960
Reported by: vvd@unislabs.com
Fixes: 02c038c8cc15 |
2.8.0_14 17 Jan 2023 21:12:13 |
Cy Schubert (cy) |
sysutils/nut*: Use a dedicated UID and GID
To reduce conflicts with other packages and improve security, avoid
using the uucp UID and GID. This avoids potential conflicts with the
net/freebsd-uucp port.
Users who wish to continue using the uucp user and group may add
NUT_USER=uucp and NUT_GROUP=uucp to their make.conf.
PR: 268960
Reported by: delphij
MFH: 2023Q1 |
2.8.0_13 22 Oct 2022 16:58:46 |
Cy Schubert (cy) |
sysutils/nut*: Remove bash_completion dependency
Even though bash completion scripts are installed, bash_completion
need not be installed, reducing the port and package footprint.
Should a person actually need bash_completion, it can be installed
separately by the user.
PR: 267214
Reported by: Mel Pilgrim <ports.maintainer@evilphi.com>
MFH: 2022Q4 |
2.8.0_12 17 Oct 2022 18:20:13 |
Cy Schubert (cy) |
sysutils/nut*: Require devd prior to start
In some cases nut may start before devd causing it to fail because it
lacks permissions to USB attached UPS devices. The nut supplied
devd.conf ensures that nut has read/write access to the UPS.
PR: 267144
Reported by: ml@netfence.it
MFH 2022Q4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.8.0_11 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.8.0_11 30 Aug 2022 20:10:18 |
Cy Schubert (cy) |
sysutils/nut*: Remove unneeded headers
Remove headers used in the first attempt. Removing them reduces some
namespace pollution and has no nother effect on the resulting package. |
2.8.0_11 30 Aug 2022 18:04:26 |
Cy Schubert (cy) |
sysutils/nut*: Add upslog support for multiple UPSs
upslog is a utility that logs UPS status at regular intervals, specified
by the -i option. Unfortunately upslog supports only on UPS. For sites
that need to monitor multiple UPSs the options are to cobble an rc script
for each or doctor up the nut_upslog.in script to support cloning of the
script. Unfortunately an rc script capable of being cloned would become
the source of more PRs and would require significanly more tehcnical
documentation that by itself might become confusing for the average
system administrator.
Therefore a new -m option is added to support multiple UPSs using the
same invocation of upslog. The patch parses a new -m option and using a
single connection to upsd, queries it for stats about multiple UPSs.
An rc.conf exemple of how to use this new feature:
nut_upslog_flags="-p /var/db/nut/upslog.pid -m ups1@localhost,/var/log/nut\
/ups1.log -m ups2@localhost,/var/log/nut/ups2.log"
PR: 265963
Reported by: vvd@unislabs.com |
2.8.0_10 30 Aug 2022 01:11:05 |
Cy Schubert (cy) |
Revert "sysutils/nut*: Add upslog support for multiple UPSs"
upslog is failing to make multiple connections to upsd resulting
in some UPSs logging and others not. This is likely some bug
in upsd's socket handling.
Even though this patch worked for me locally it did not for the
person reporting the problem.
A better approach would be to use select() instead.
PR: 265963
This reverts commit dec4ecc3afecab035a4d4fa59c35093d9f53ffd5. |
2.8.0_9 29 Aug 2022 21:00:30 |
Cy Schubert (cy) |
sysutils/nut*: Require syslogd
The nut daemons are consumer of syslogd services. Start after syslogd
has started. |
2.8.0_8 28 Aug 2022 21:16:40 |
Cy Schubert (cy) |
sysutils/nut*: Alternate upslog support for multiple UPSs
Add sample rc script to allow a user to copy a sample rc script to
rc.d, allowing the user to use multiple instances of upslog(8) with
multiple instances of the rc script to log multiple UPSs on the same
system.
The sample rc script was provided by vvd@unislabs.com.
PR: 265963
Reported by: vvd@unislabs.com
Submitted by: vvd@unislabs.com |
2.8.0_7 28 Aug 2022 21:16:40 |
Cy Schubert (cy) |
sysutils/nut*: Add upslog support for multiple UPSs
upslog is a utility that logs UPS status at regular intervals, specified
by the -i option. Unfortunately upslog supports only on UPS. For sites
that need to monitor multiple UPSs the options are to cobble an rc script
for each or doctor up the nut_upslog.in script to support cloning of the
script. Unfortunately an rc script capable of being cloned would become
the source of more PRs and would require significanly more tehcnical
documentation that by itself might become confusing for the average
system administrator.
Therefore a new -m option is added to support multiple UPSs using the
same invocation of upslog. The patch parses a -m option and forks
almost immediately following the getopt(3) invokation to monitor each
individual UPS using a separate upslog process. This is not ideal but (Only the first 15 lines of the commit message are shown above ) |
2.8.0_6 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.8.0_6 05 Jul 2022 14:28:50 |
Cy Schubert (cy) |
sysutils/nut*: Add Modbus support
Some newer UPS models require modbus support. Add and enable modbus
support by default for binary package users.
PR: 265014
Reported by: tomli@tomli.me
MFH: 2022Q3 |
2.8.0_5 05 Jul 2022 14:28:50 |
Cy Schubert (cy) |
sysutils/nut*: Enable all non-experimental options by default
Increasingly binary package users are requesting enablement of all options
to avoid building ports themselves, while others lack the wherewithal to
build ports themselves. Therefore enable all non-experimental options by
default. And, while at it enable openssl support.
Users who either build ports themselves or maintain their own
poudriere infrastructure, the ease of running make config or
poudriere options is certainly the lesser of the two evils.
Reported by: many
MFH: 2022Q3 |
2.8.0_4 30 Jun 2022 05:23:11 |
Cy Schubert (cy) |
sysutils/nut: Move patch file back to its proper place
I had moved the file to the root of port's directory to perform some
testing when updating the port to 2.8.0 and forgot to move it to its
rightful place in files/.
The patch file avoids redundantly building systemd and Solaris support
files that are never used in FreeBSD thereby reducing build time.
PORTREVISION doesn't need to change.
Reported by: lwhsu
MFH: No sense doing that so late in the quarter |
2.8.0_4 09 May 2022 17:49:29 |
Cy Schubert (cy) |
sysutils/nut*: Correctly use libusb.so
FreeBSD has no libusb-1.0.so, even though pkgconf identifies it as such.
The ABI is the same but the name is different.
Reported by: Paul Arakelyan <paul.arakelyan@gmail.com> |
2.8.0_3 09 May 2022 17:49:29 |
Cy Schubert (cy) |
sysutils/nut*: Fixup docs
Documentation refers to /usr/local/ups. Refer to ${PREFIX} instead.
PR: 263856
Reviewed by: clear.screen@orange.fr |
2.8.0_2 09 May 2022 17:49:29 |
Cy Schubert (cy) |
sysutils/nut*: Use poweroff instead of shutdown -h
Poweroff instead of halt when signaling shutdown.
PR: 263855
Reported by: clear.screen@orange.fr |
2.8.0_1 09 May 2022 17:49:28 |
Cy Schubert (cy) |
sysutils/nut*: Register conflicts
sysutils/nut and sysutils/nut-devel conflict with each other. |
2.8.0_1 09 May 2022 17:49:28 |
Cy Schubert (cy) |
sysutils/nut*: Pet portlint
Adjust Makefile as suggested by portlint.
PR: 263751 |
2.8.0_1 09 May 2022 17:49:28 |
Cy Schubert (cy) |
sysutils/nut*: Add MANPAGES option
Provide a MANPAGES option to allow users wishing a leaner install to
deselect them.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
2.8.0_1 09 May 2022 17:49:27 |
Cy Schubert (cy) |
sysutils/nut: Remove redundant BUILD_DEPENDS
Remove unused asciidoc BUILD_DEPENDS from sysutils/nut as its man pages
are already preformatted.
Also, add a comment to the sysutils/nut-devel port Makefile informing
developers to remove the BUILD_DEPENDS when copying/merging the -devel
port to the main port when a new release of nut is committed.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
2.8.0_1 09 May 2022 17:49:27 |
Cy Schubert (cy) |
sysutils/nut*: Convert to options helpers
Modernize the sysutils/nut* ports replacing old-school options with
options helpers, cleaning up the Makefiles a lot.
PR: 263751
Reported by: dizzy |
2.8.0_1 09 May 2022 17:49:27 |
Cy Schubert (cy) |
sysutils/nut: Remove redundant install-strip INSTALL TARGET |
2.8.0_1 09 May 2022 17:49:26 |
Cy Schubert (cy) |
sysutils/nut*: Use canned options descriptions
Remove the descriptions already documented in Mk/bsd.options.desc.mk.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
2.8.0_1 09 May 2022 17:49:26 |
Cy Schubert (cy) |
sysutils/nut*: Add license
Add license definitions.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
2.8.0 09 May 2022 17:49:26 |
Cy Schubert (cy) |
sysutils/nut: Remove redundant EXTRACT_ONLY definition
EXTRACT_ONLY is redundant and does nothing in this port.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
2.8.0 27 Apr 2022 21:51:21 |
Cy Schubert (cy) |
sysutils/nut: Update 2.7.4 --> 2.8.0
Welcome to the long awaited nut 2.8.0 |
2.7.4_21 27 Apr 2022 21:51:21 |
Cy Schubert (cy) |
sysutils/nut*: Strip binaries
Fix developer mode warning for a number of shared libraries.
Reported by: Developer mode |
2.7.4_20 14 Oct 2021 03:51:08 |
Cy Schubert (cy) |
sysutils/nut: Build nut-scanner(8)
Depend on devel/ltdl and ensure that ${LOCALBASE}/include and
${LOCALBASE}/lib are available for ./configure to detect ltdl.h and
libltdl to facilitate building nut-scanner(8).
PR: 259153
Reported by: emaste
MFH: 2021Q4 |
2.7.4_19 01 Sep 2021 03:59:48 |
Cy Schubert (cy) |
sysutils/nut: Guarantee that devfs is started
devfs does not always win the race with nut causing nut to fail to
start in some installations.
PR: 258190
Submitted by: hsakamt@tsnr.com
Reported by: hsakamt@tsnr.com
MFH: 2021Q3 |
2.7.4_18 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.7.4_18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.4_18 26 Mar 2021 23:08:30 |
bapt |
Remove remnant @stopdaemon it has not been doing anything since 2014 |
2.7.4_18 14 Nov 2020 07:58:15 |
cy |
Properly check USB errors using sys/errno.h. |
2.7.4_17 26 Sep 2020 20:46:03 |
cy |
Revert r549867. The permissions were wrong.
PR: 249893 |
2.7.4_16 24 Sep 2020 00:55:02 |
cy |
Fix permissions.
PR: 241234
Submitted by: dvl |
2.7.4_15 24 Sep 2020 00:54:58 |
cy |
Create syslog.d subdir if it doesn't exist, allowing install/upgrade
to complete.
PR: 241234
Submitted by: dvl
Reported by: dvl, ddrinnon@cdor.net |
2.7.4_14 04 May 2020 23:51:39 |
cy |
Fix build when BASH and DOC options selected.
PR: 246197
Submitted by: VVD <vvd@unislabs.com> |
2.7.4_14 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
2.7.4_13 28 Mar 2019 19:20:39 |
cy |
Install working copies of syslog and newsyslog conf files in their
proper places.
Reported by: mat@ |
2.7.4_12 28 Mar 2019 14:17:06 |
cy |
Really fix where samples go. |
2.7.4_11 28 Mar 2019 01:00:50 |
cy |
Make the two new sample files actually samples. While here mark all
sample files as samples.
Reported by: mat@ |
2.7.4_10 24 Mar 2019 18:02:15 |
romain |
Fix build when DOCS is unset
Do not contionaly install the logging files depending on the DOCS option set.
THey should always be installed.
Approved by: portmgr (blanket) |
2.7.4_10 23 Mar 2019 19:34:07 |
cy |
Move default log location so it can be rotated without root privileges.
Add syslog.conf and newsyslog.conf files for installation into their
respective .d directories in $PREFIX.
Allow upslog log format to be customized.
PR: 236700
Submitted by: Daniel O'Connor <darius@dons.net.au> (90%) |
2.7.4_9 09 Nov 2018 13:47:52 |
cy |
Fix incorrect script default parameter expansion.
PR: 233083 |
2.7.4_8 24 Oct 2018 07:17:09 |
cy |
Add NSS support with a new NSS option. The new NSS option is mutually
exclusive with the OPENSSL option, previously called the SSL option.
Also add a no SSL option which was previously implied by deselecting
the previous SSL option. Only one of the three options may be selected. |
2.7.4_8 24 Oct 2018 07:16:55 |
cy |
Remove a supernumerary distfile.
MFH: 2018Q4 |
2.7.4_8 24 Oct 2018 07:00:58 |
cy |
Fix openssl111 build and build under current and stable/12.
MFH: 2018Q4 |
2.7.4_8 12 Aug 2018 04:24:05 |
cy |
Avoid $nut_upsshut is not set properly messages by defining a default.
MFH: 2018Q3
Suggested by: Dan Mahoney <dmahoney@isc.org> |
2.7.4_7 20 Jun 2018 19:26:01 |
cy |
Correct neon config.
PR: 229186
Submitted by: Franko Fichtner <franco@opnsense.org>
MFH: 2018Q2 |
2.7.4_6 11 Jan 2018 13:54:03 |
tijl |
Replace USE_AUTOTOOLS with USES=autoreconf. |
2.7.4_6 20 Oct 2017 14:51:35 |
cy |
Fix build with SERIAL option.
PR: 223122 |
2.7.4_5 20 Oct 2017 01:09:12 |
cy |
Nut USB drivers report a "permission error" without visible reasons
for the error even though permissions are OK (or the driver is run
as root).
Nut uses libusb-0.1 API, assuming return cods of < 0. FreeBSD provides
a libusb-0.1 wrapper howerver it uses libusb-1.0 error codes (which
are negative). This set of patches "teaches" nut libusb-1.0 error codes
as produced by FreeBSD.
Network UPS Tools (networkupstools.org) has a project to use libusb-1.0.
This commit is a stopgap fix until our upline implments lubusb-1.0
support in nut.
PR: 223117
Submitted by: lev |
2.7.4_4 14 Jun 2017 06:46:32 |
cy |
If nut_upsshut is YES in rc.conf and POWERDOWNFLAG directive is in
upsmon.conf, send a powerdown signal to the UPS to shut down at
poweroff.
Suggested by: Alexander Milanov <a@amilanov.com> |
2.7.4_3 14 Jun 2017 02:08:56 |
cy |
Fixup "use default values" assignments for real. |
2.7.4_3 14 Jun 2017 01:58:51 |
cy |
Fixup "use default values" assignments. |
2.7.4_2 12 Jun 2017 13:48:36 |
cy |
Shut down upsmon gracefully. |
2.7.4_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.7.4_1 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
2.7.4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.7.4 12 Mar 2016 20:34:23 |
cy |
Update 2.7.3 --> 2.7.4 |
2.7.3_3 24 Sep 2015 13:13:58 |
cy |
Fix IPMIPSU build. |
2.7.3_2 20 Sep 2015 03:42:41 |
cy |
Fix AVAHI and BASH builds. |
2.7.3_1 18 Sep 2015 11:14:22 |
amdmi3 |
- Fix plist
PR: 203048 |
2.7.3_1 17 Sep 2015 06:15:41 |
cy |
Install netxml-ups, update pkg-plist.
PR: 203048
Submitted by: amdmi3 |
2.7.3 21 May 2015 04:20:13 |
cy |
Update 2.7.2 --> 2.7.3 |
2.7.2_7 24 Dec 2014 06:03:23 |
ohauer |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
2.7.2_6 06 Oct 2014 20:09:25 |
antoine |
Fix packaging |
2.7.2_6 21 Jul 2014 21:59:55 |
mat |
Fixup typo.
Sponsored by: Absolight |
2.7.2_6 19 Jul 2014 03:00:43 |
cy |
Use correct devd variable. |
2.7.2_5 17 Jul 2014 20:04:19 |
cy |
The build adds "*" to its devd conf file prior to install. Really fix
PR 191777.
PR: 191777 |
2.7.2_4 15 Jul 2014 17:00:56 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.7.2_4 15 Jul 2014 06:02:54 |
cy |
Fix permissions /dev permissions.
PR: 191777 |
2.7.2_3 08 Jul 2014 23:00:51 |
cy |
Set default IPMI option. |
2.7.2_3 08 Jul 2014 19:48:34 |
cy |
Add avahi, ipmi, and openssl options. |
2.7.2_2 05 Jul 2014 08:09:00 |
cy |
PLIST fixes for serial and USB options. |
2.7.2_1 05 Jul 2014 04:51:06 |
cy |
Point rc script to the new upsdrvctl path. |
2.7.2 04 Jul 2014 01:31:25 |
cy |
Fix pkg-plist when CGI option is not specified.
Point hat to: me |
2.7.2 04 Jul 2014 01:23:55 |
cy |
Fix pkg-plist. |
2.7.2 04 Jul 2014 00:30:46 |
cy |
Update 2.6.5 --> 2.7.2, stagify and modernize, assume maintainership.
Approved by: itetcu (maintainer) |
2.6.5_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.6.5_1 30 Aug 2013 23:57:36 |
bapt |
Eradicate USE_GNOME=pkgconfig
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5 |