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/opentracker/Makefile

Number of commits found: 25

Tuesday, 21 Mar 2023
00:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/opentracker: Remove expired port:

2023-03-21 net/opentracker: Broken since 2021
commit hash: b79e6e4c82aad8a9de21a0bd18aec79950cd92d5 commit hash: b79e6e4c82aad8a9de21a0bd18aec79950cd92d5 commit hash: b79e6e4c82aad8a9de21a0bd18aec79950cd92d5 commit hash: b79e6e4c82aad8a9de21a0bd18aec79950cd92d5 b79e6e4
Monday, 20 Feb 2023
17:09 Antoine Brodin (antoine) search for other commits by this committer
net/opentracker: deprecate
commit hash: 0d334b53c570ce0c179e1005a9e91550726a5e61 commit hash: 0d334b53c570ce0c179e1005a9e91550726a5e61 commit hash: 0d334b53c570ce0c179e1005a9e91550726a5e61 commit hash: 0d334b53c570ce0c179e1005a9e91550726a5e61 0d334b5
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
Saturday, 16 Oct 2021
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Wednesday, 1 Sep 2021
15:35 Chris Rees (crees) search for other commits by this committer
net/opentracker: mark BROKEN for all architectures

libowfat has a problem with extern variables appearing in multiple
places.

Upstream is aware and working on a fix.
commit hash: cd21d76002d04589d55da34c69c62a2b5c8fa66c commit hash: cd21d76002d04589d55da34c69c62a2b5c8fa66c commit hash: cd21d76002d04589d55da34c69c62a2b5c8fa66c commit hash: cd21d76002d04589d55da34c69c62a2b5c8fa66c cd21d76
Saturday, 15 May 2021
19:18 Mark Linimon (linimon) search for other commits by this committer
net/opentracker: mark BROKEN on riscv64.

While here, remove stray newline to appease portlint.
commit hash: 2fefad6548a77a008f6dc1872410a29d102878fb commit hash: 2fefad6548a77a008f6dc1872410a29d102878fb commit hash: 2fefad6548a77a008f6dc1872410a29d102878fb commit hash: 2fefad6548a77a008f6dc1872410a29d102878fb 2fefad6
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
Monday, 9 Dec 2019
19:07 crees search for other commits by this committer
Build ipv6 and ipv4 versions together and package both.

Based on a suggestion by mat to have the flavours not conflict.

PR:		ports/239987
Reported by:	papadavecn@gmail.com
Original commitRevision:519628 
Sunday, 26 May 2019
09:07 tobik search for other commits by this committer
net/opentracker: Upcase OPTIONS_SINGLE as we normally do
Original commitRevision:502704 
Sunday, 13 Aug 2017
14:27 crees search for other commits by this committer
Update to latest git-- 9c7be324f5a4306dd81eab2f982f87e2c42ffdf1

PR:		ports/197477
Original commitRevision:447894 
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 
Sunday, 30 Aug 2015
10:51 amdmi3 search for other commits by this committer
- Switch to @sample

Approved by:	portmgr blanket
Original commitRevision:395612 
Tuesday, 29 Jul 2014
21:43 adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363399 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Sunday, 29 Dec 2013
16:29 crees search for other commits by this committer
More staging and minor improvements
Original commitRevision:338025 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Friday, 26 Apr 2013
04:03 gjb search for other commits by this committer
Update MASTERSITES for my server to use https

Approved by:	crees (maintainer, implicit)
Original commitRevision:316567 
Wednesday, 30 May 2012
19:24 crees search for other commits by this committer
OPTIONSngify

Notice that the ability to specify 0 or 1 from a list is achieved
in opentracker by adding a third option, ACCESSLIST_OPEN which effectively
does nothing

(for openradius, use bsd.port.options.mk)
Original commit
Friday, 17 Jun 2011
06:46 crees search for other commits by this committer
- Update maintainer address

Approved by: rene (mentor)
Original commit
Sunday, 7 Nov 2010
01:58 ohauer search for other commits by this committer
 - fix whitelist bug

 Opentracker used to need 40 extra characters at the end of your
 whitelist/blacklist file otherwise the last info_hash won't be loaded.

 Thanks to Nerius Landys for the patch!

PR:             151974
Submitted by:   Chris Rees <utisoft _at_ gmail.com> (maintainer)
Approved by:    glarkin (mentor, implicit)
Original commit
Monday, 31 May 2010
00:02 sylvio search for other commits by this committer
- Update to 0.2010.05.30

PR:             ports/147222
Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
Original commit
Thursday, 15 Apr 2010
21:46 sahil search for other commits by this committer
- Update MASTER_SITES
- Use ${PORTNAME} variable where possible

PR:             ports/145637
Submitted by:   Glen Barber <glen.j.barber@gmail.com>
Approved by:    Chris Rees (maintainer), wxs (mentor)
Original commit
Wednesday, 4 Nov 2009
08:41 miwi search for other commits by this committer
- Added OPTION for WANT_RESTRICT_STATS

PR:             140247
Submitted by:   Chris Rees <chris@amnesiac.bayofrum.net> (maintainer)
Original commit
Wednesday, 29 Jul 2009
13:17 miwi search for other commits by this committer
opentracker is a open and free bittorrent tracker project.
It aims for minimal resource usage and is intended to run
at your wlan router. Currently it is deployed as an open and
free tracker instance.

WWW: http://erdgeist.org/arts/software/opentracker/

PR:             ports/137130
Submitted by:   utisoft at gmail.com
Original commit

Number of commits found: 25