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: net-mgmt/snmptt/Makefile

Number of commits found: 27

Wednesday, 4 Oct 2023
20:01 Robert Clausecker (fuz) search for other commits by this committer Author: Jon Nistor
net-mgmt/snmptt: update to 1.5

Changelog: https://snmptt.sourceforge.net/changelog.shtml

PR:		274035
commit hash: b7c9b830d330d5cc74861a0c910b1ed1b099c346 commit hash: b7c9b830d330d5cc74861a0c910b1ed1b099c346 commit hash: b7c9b830d330d5cc74861a0c910b1ed1b099c346 commit hash: b7c9b830d330d5cc74861a0c910b1ed1b099c346 b7c9b83
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 29 Aug 2021
19:45 Bernhard Froehlich (decke) search for other commits by this committer
net-mgmt/snmptt: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 5977310e49986b59f2985fe5318e672557e0b0ab commit hash: 5977310e49986b59f2985fe5318e672557e0b0ab commit hash: 5977310e49986b59f2985fe5318e672557e0b0ab commit hash: 5977310e49986b59f2985fe5318e672557e0b0ab 5977310
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 5 Mar 2021
19:44 nc search for other commits by this committer
net-mgmt/snmptt: Fix upstream bug

The code attempts to change from the executing user to a configured service
user, but it does this by first changing effective, then real uid.

It then briefly looks around curiously before falling flat on its face because
the real uid change failed, the process not having root anymore at that point.

PR:		253702
Submitted by:	Christian Ullrich <chris AT chrullrich DOT net>
Approved by:	nistor AT snickers DOT org
Original commitRevision:567415 
Saturday, 15 Aug 2020
14:45 dbaio search for other commits by this committer
net-mgmt/snmptt: Update to 1.4.2, Fix security issue

Changelog:	http://snmptt.sourceforge.net/changelog.shtml

PR:		248162
Submitted by:	nistor@snickers.org (maintainer)
MFH:		2020Q3 (blanket: bug and security fix release)
Security:	b8ea5b66-deff-11ea-adef-641c67a117d8
Original commitRevision:544946 
Tuesday, 25 Apr 2017
13:10 garga search for other commits by this committer
Modernizing port, several improvements were done:

* Use options helpers
* Create user/group
* Create necessary directories
* Remove unnecessary dependencies
* Add newsyslog conf
* Pet portlint
* Bump PORTREVISION

PR:		218509
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Approved by:	nistor@snickers.org (maintainer)
Sponsored by:	Rubicon Communications (Netgate)
Differential Revision:	https://reviews.freebsd.org/D10312
Original commitRevision:439381 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 8 Oct 2015
15:12 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, M-X.
Original commitRevision:398833 
Saturday, 20 Sep 2014
15:31 rodrigo search for other commits by this committer
- add license
- use @sample to manage default configuration files
- install DOC by default

PR:		ports/192236
Submitted by:	rodrigo
Approved by:	bapt (mentor)
Original commitRevision:368650 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Sunday, 20 Jul 2014
21:32 pi search for other commits by this committer
net-mgmt/snmptt: 1.3 -> 1.4

PR:		191119
Submitted by:	nistor@snickers.org (maintainer)
Original commitRevision:362378 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Saturday, 14 Sep 2013
16:38 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327302 
Thursday, 13 Jun 2013
23:46 miwi search for other commits by this committer
- Add missing directorie in plist

Reported by:	pkg (DEVELOPER_MODE)
Original commitRevision:320855 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Saturday, 30 Jun 2012
12:42 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Thursday, 8 Apr 2010
00:04 sylvio search for other commits by this committer
- Update to 1.3

PR:             ports/145080
Submitted by:   ghostonthewire <ghostonthewire@gmail.com>
Approved by:    maintainer, itetcu (mentor, implicit)
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Thursday, 27 Mar 2008
10:58 kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Original commit
Sunday, 20 Jan 2008
21:56 miwi search for other commits by this committer
- Update to 1.2

PR:             119738
Submitted by:   Jon Nistor <nistor@snickers.org> (maintainer)
Original commit
Thursday, 11 May 2006
22:49 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
Original commit
Thursday, 2 Feb 2006
09:01 barner search for other commits by this committer
- Update to 1.1
- Pass maintainership to submitter

Submitted by:   Jon Nistor <nistor@snickers.org>
PR:             ports/92715
Original commit
Monday, 12 Dec 2005
21:53 bms search for other commits by this committer
Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
Original commit
Tuesday, 8 Nov 2005
16:22 pav search for other commits by this committer
- Update to 1.0
- Improve config file and startup script handling

PR:             ports/86459
Submitted by:   Blaz Zupan <blaz@si.FreeBSD.org>
Approved by:    maintainer timeout (bms; 1 month)
Original commit
Monday, 24 May 2004
18:41 bms search for other commits by this committer
SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl
for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
Original commit

Number of commits found: 27