notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/apcupsd/distinfo

Number of commits found: 33

Sunday, 4 Dec 2016
10:30 ehaupt search for other commits by this committer
Update to 3.14.14

PR:		210129
Submitted by:	nevecherya@gmail.com
Approved by:	maintainer-timeout (itetcu)
Original commitRevision:427764 
Sunday, 29 Mar 2015
00:07 delphij search for other commits by this committer
 - Update to 3.14.13
 - Add license (GPLv2)
 - Fix a typo which will cause wrong CONFLICT relationship when GAPCMON is
   selected.

PR:		ports/198408
Submitted by:	Danilo G. Baio (dbaio bsd com br)
Approved by:	maintainer timeout (20 days)
Original commitRevision:382561 
Sunday, 6 Jul 2014
18:45 itetcu search for other commits by this committer
Also remove the PDF from here.
Original commitRevision:360953 
13:14 adamw search for other commits by this committer
Update to 3.14.12 and unbreak. Stage, use OPTIONS helpers, modernize
and clean up.

PR:		ports/191645 (based on)
Submitted by:	Dan Lukes
Original commitRevision:360898 
Saturday, 19 Nov 2011
20:34 itetcu search for other commits by this committer
Update to 3.14.10

Please see
http://apcupsd.cvs.sourceforge.net/viewvc/apcupsd/apcupsd/ReleaseNotes?pathrev=Release-3_14_10
for a list of changes since 3.14.8 (a few FreeBSD-related).

Feature safe:   yes
Original commit
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Saturday, 3 Apr 2010
08:47 itetcu search for other commits by this committer
- Update to 3.14.8
- Among other things, the SNMP driver that does not require libsnmp.so
- Adjust pkg-message to point to the right manual [1]

Full list of changes:
http://apcupsd.cvs.sourceforge.net/viewvc/*checkout*/apcupsd/apcupsd/ReleaseNotes?pathrev=Release-3_14_8

Submitted by:   Scott Bennett <bennett@cs.niu.edu> [1]
Tested by:      Ulrich Drolshagen <u.drolshagen@t-online.de>, imp@inbox.ru,
                Warren Block <wblock@wonkity.com>, mack@
Original commit
Monday, 16 Feb 2009
22:56 itetcu search for other commits by this committer
IGNORE the pdf manual, it changes to often.

PR:             131747 [1]
Submitted by:   Shin-ichi Yoshimoto [1]
Prompted by:    [1]
Original commit
Sunday, 15 Feb 2009
19:45 itetcu search for other commits by this committer
Update to 3.14.5:
  * docs: Document the /refresh switch for apctray.
  * apctest: Do not create pid file. There is little reason for it
    since apctest is a command-line tool, not a daemon. Plus nothing
    ever deletes the file so it interferes with apcupsd operation.
  * gapcmon: Network connect timeout fix.
  * Fix a few unsafe uses of sprintf and strcat.
  * gapcmon: Iconify fixes for KDE
  * Fix LOWBATT glitch handling bug that could cause us to act on a
    LOWBATT signal immediately instead of waiting for the debounce time.
  * Support shutting down apcupsd instances running in other sessions
    (such as terminal services or remote desktop sessions).
  * docs: PCNET minimum password length is 15 chars, default username
    is 'apc', no known way to change the username.
  * Makefile: Fix dependency build errors on Darwin and other platforms.
    ('echo -n' is not portable; use 'tr' to strip newline instead)

Tested by:      beech@
Original commit
Thursday, 24 Jul 2008
11:58 itetcu search for other commits by this committer
Update entry for the pdf manual.

Prompted by:    Moggie on IRC
Original commit
Thursday, 10 Jul 2008
20:03 itetcu search for other commits by this committer
Update to 3.14.4.

Notable changes are:
- it now builds using gmake
- NLS and POWERFLUTE are removed
- POLLTIME directive to control UPS polling interval. This directive
    specifies the number of seconds to delay between polling the UPS for
    status. Previously, NETTIME allowed this to be adjusted for network
    connections only (snmp, pcnet, nis-net). POLLTIME configures the delay
    for all connection types. NETTIME is accepted as a synonym for
    compatibility with old config files.
- you can now use the graphical client via GAPCMON OPTION
- it won't build on anything pre 6.3R

Tested by:      Stefan Lambrev <stefan.lambrev@moneybookers.com>
Original commit
Monday, 31 Mar 2008
17:21 itetcu search for other commits by this committer
- update to 3.14.3
- more OPTIONS to let the user choose what he needs to have compiled
- don't allow drivers to be compiled if user wants only the client
- chase netsnmp shared lib version
- provide internationalization support
- provide backup location on my server for the pdf manual and don't IGNORE the
file in distinfo anymore
- patch apcaccess to be able to fetch the host:port from the config file [1]
- add patch to allow usb driver to compile [2]

PR:             ports/121141 [1]
Submitted by:   Adrian Penisoara [1], Stefan Lambrev [2]
Original commit
Sunday, 21 Oct 2007
10:39 itetcu search for other commits by this committer
- Update to 3.14.2
- Now the port build depends on devel/makedepend
- Utilize ETCDIR for Makefile and pkg-plist
- Move pkg-message to FILESDIR
- No need to use USE_GETTEXT=yes, because port doesn't install any mo files
and --enable-nls option doesn't help. With --with-included-gettext apcupsd
doesn't build.

PR:             ports/116774
Submitted by:   Alexander Logvinov
Original commit
Tuesday, 12 Jun 2007
19:39 itetcu search for other commits by this committer
The pdf file still changes to much, so put it back in IGNORE files.

Poked by:       a few people on IRC
Original commit
Sunday, 10 Jun 2007
23:18 itetcu search for other commits by this committer
- Update to 3.14.1
- try to checksum the pdf manual again, since there's a new version for the
3.14.x series

PR:             ports/113211
Submitted by:   Alexander Logvinov
Original commit
Thursday, 5 Apr 2007
19:57 itetcu search for other commits by this committer
Update to 3.14.0
- MASTER/SLAVE networking mode removed (use NIS instead, see manual)
- PowerChute Network Shutdown driver
- New configuration directives to set paths at runtime

Note: GAPCMON GUI monitoring tool is not yet builded in this port, but it will.

PR:             ports/111253
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Poked by:       infofarmer@
Original commit
Saturday, 9 Sep 2006
17:25 itetcu search for other commits by this committer
Update to 3.12.4:
This is a bug fix release which includes fixes for SNMP crash in the face of
network errors. Also status and data logging interval was often off by one
period. NIS port now properly defaults to 3551 or value provided by configure,
not hard-coded 7000.
Original commit
Monday, 1 May 2006
14:35 pav search for other commits by this committer
- Update to 3.12.3

PR:             ports/96545
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
Original commit
Saturday, 22 Apr 2006
13:51 mnag search for other commits by this committer
- Update to 3.12.2
- Use new rc.d script
- Reorganize Makefile

PR:             92466
Notified by:    "Alex Samorukov" <samm___os2.kiev.ua>
Submitted by:   maintainer
Original commit
Friday, 25 Nov 2005
18:14 pav search for other commits by this committer
- Add SHA256
Original commit
Sunday, 2 Oct 2005
11:23 lkoeller search for other commits by this committer
o) Update to version 3.10.18
Original commit
Sunday, 15 May 2005
14:51 lkoeller search for other commits by this committer
o) This release will fix the BSD USB lockup bug that many users
   have experienced. (I can't check this due to lack of an USP apcups device)
   Perhaps this fixes PR ports/80233.
Original commit
Friday, 15 Apr 2005
17:24 lkoeller search for other commits by this committer
o) Update to version 3.10.17 (from 3.10.15) now USB on FreeBSD
   should work (read manual!!)
Original commit
Thursday, 14 Oct 2004
19:28 lkoeller search for other commits by this committer
Update from 3.10.13 -> 3.10.15

  - Fix for lost config files during "portupgrade apcupsd"
    (PR ports/67251)
  - Mandrake 10 USB users, please note, you must either use devfs
    to access the USB or reconfigure your kernel and turn
    CONFIG_USB_DYNAMIC_MINORS off.
  - The NIS slave server code (net driver) should be much more
    efficient and robust than previous versions.
  - The code as a whole is much more resistant to buffer overflows
    since most all string copies are now protected.

PR:             67251
Submitted by:   Rob <robbyrnes@fastmail.com.au>
Original commit
Tuesday, 11 May 2004
17:02 lkoeller search for other commits by this committer
o) Upgrade to version 3.10.13
Original commit
Wednesday, 31 Mar 2004
03:12 trevor search for other commits by this committer
SIZEify (maintainer timeout)
Original commit
Tuesday, 3 Feb 2004
20:18 lkoeller search for other commits by this committer
o) Update to version 3.10.11
o) Add flag WITH_CGI=yes for building with/without cgi support
o) When cgi support is choosen dependency on libgd is now
   added out of the ports tree (not internal one).
Original commit
Sunday, 4 Jan 2004
19:18 lkoeller search for other commits by this committer
o) Update to version 3.10.9
o) files dir contains a sample config for network master-slave
   which seems to be stable on my test environment
o) still lack of USB support, cause noone ports the LINUX usb code to
   FreeBSD (perhaps libusb is also a staring point)
Original commit
Tuesday, 18 Nov 2003
20:18 lkoeller search for other commits by this committer
o) Update to version 3.10.6 (USB support)
Original commit
Tuesday, 25 Feb 2003
20:20 lkoeller search for other commits by this committer
 - Upgrade to Version 3.8.6 which fixes a root exploit of slave machines.
Original commit
Monday, 28 Jan 2002
15:15 pat search for other commits by this committer
Update to 3.8.5    
Original commit
Friday, 21 Dec 2001
18:29 lkoeller search for other commits by this committer
Update to version 3.8.4-2.    
Original commit
Sunday, 2 Dec 2001
11:24 lkoeller search for other commits by this committer
Add apcupsd 3.8.3, a daemon for controlling APC UPS.    
Original commit

Number of commits found: 33