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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/iroffer-dinoex/Makefile

Number of commits found: 66

Thursday, 11 Jan 2024
16:47 Dirk Meyer (dinoex) search for other commits by this committer
irc/iroffer-dinoex: use ${PREFIX}/share/man
commit hash: 1474bc333cc0db34697090f4ed17ac287c91c065 commit hash: 1474bc333cc0db34697090f4ed17ac287c91c065 commit hash: 1474bc333cc0db34697090f4ed17ac287c91c065 commit hash: 1474bc333cc0db34697090f4ed17ac287c91c065 1474bc3
Saturday, 1 Jul 2023
15:51 Dirk Meyer (dinoex) search for other commits by this committer
irc/iroffer-dinoex: update to 3.33
commit hash: e408bb88ab75d58f3b139ab078e9cb2935fbdb69 commit hash: e408bb88ab75d58f3b139ab078e9cb2935fbdb69 commit hash: e408bb88ab75d58f3b139ab078e9cb2935fbdb69 commit hash: e408bb88ab75d58f3b139ab078e9cb2935fbdb69 e408bb8
Friday, 9 Jun 2023
09:01 Dirk Meyer (dinoex) search for other commits by this committer
iroffer-dinoex: fix build with openssl30
commit hash: 4bbac74b9a4e6a927bd1dca97c141bf7b2ecf8fe commit hash: 4bbac74b9a4e6a927bd1dca97c141bf7b2ecf8fe commit hash: 4bbac74b9a4e6a927bd1dca97c141bf7b2ecf8fe commit hash: 4bbac74b9a4e6a927bd1dca97c141bf7b2ecf8fe 4bbac74
Thursday, 4 May 2023
01:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer
irc/iroffer-dinoex: Mark BROKEN_SSL

- Fails to detect crypt.h fro OpenSSL 3.0.0 and later

Approved by:	portmgr (blanket)
commit hash: d928d6fc23618be9ef1f3785d9c7dad41358639d commit hash: d928d6fc23618be9ef1f3785d9c7dad41358639d commit hash: d928d6fc23618be9ef1f3785d9c7dad41358639d commit hash: d928d6fc23618be9ef1f3785d9c7dad41358639d d928d6f
Wednesday, 26 Apr 2023
12:53 Piotr Kubaj (pkubaj) search for other commits by this committer
irc/iroffer-dinoex: enable libunwind on powerpc
commit hash: c3434ed5107137e901f5777086b89e1f382061d7 commit hash: c3434ed5107137e901f5777086b89e1f382061d7 commit hash: c3434ed5107137e901f5777086b89e1f382061d7 commit hash: c3434ed5107137e901f5777086b89e1f382061d7 c3434ed
Sunday, 15 Jan 2023
02:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix some ports conversion from USE_RUBY to USES=ruby

In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.

Approved by:	portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
commit hash: 2d00178fd4d952c698d3413800c3bd1b6cfc98a9 commit hash: 2d00178fd4d952c698d3413800c3bd1b6cfc98a9 commit hash: 2d00178fd4d952c698d3413800c3bd1b6cfc98a9 commit hash: 2d00178fd4d952c698d3413800c3bd1b6cfc98a9 2d00178
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
Monday, 1 Nov 2021
21:28 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Remove RUBY_NAME

Use ruby${RUBY_SUFFIX} or libruby${RUBY_SHLIBVER} directly.
It also fixes the inconsistency in lang/ruby{26,27,30}/{Makefile,pkg-plist}.
commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 4d163e8
Monday, 28 Jun 2021
20:27 Piotr Kubaj (pkubaj) search for other commits by this committer
irc/iroffer-dinoex: enable libunwind on all supported architectures
commit hash: 139ab1f01919428682995a8e14903c110f6d1ce4 commit hash: 139ab1f01919428682995a8e14903c110f6d1ce4 commit hash: 139ab1f01919428682995a8e14903c110f6d1ce4 commit hash: 139ab1f01919428682995a8e14903c110f6d1ce4 139ab1f
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
Thursday, 16 Apr 2020
14:49 dinoex search for other commits by this committer
- cleanup rc.d script
Original commitRevision:531850 
Friday, 10 Jan 2020
21:19 dinoex search for other commits by this committer
- fix build for CURRENT
Original commitRevision:522618 
Sunday, 29 Dec 2019
11:31 dinoex search for other commits by this committer
- fixes default charset for all translations
Original commitRevision:521270 
Sunday, 24 Mar 2019
12:57 dinoex search for other commits by this committer
- update to 3.32
Original commitRevision:496721 
Monday, 28 Jan 2019
13:46 dinoex search for other commits by this committer
- fix build on non-x86 architectures
PR:		235069
Submitted by:	Mark Linimon
Original commitRevision:491485 
Sunday, 13 Jan 2019
20:58 adamw search for other commits by this committer
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Original commitRevision:490211 
Monday, 31 Dec 2018
15:15 dinoex search for other commits by this committer
- udpate MASTER_SITES
Original commitRevision:488793 
15:13 dinoex search for other commits by this committer
iroffer-dinoex
- update to 3.31
- update homepage
Original commitRevision:488792 
Wednesday, 9 May 2018
05:37 dinoex search for other commits by this committer
- update to miniupnpc 2.1
PR:		228050
Submitted by:	Hung-Yi Chen

- fix python build
- add LICENSE for slave port
- make portlint happier

- bump PORTREVISION on ports using the shared lib
Original commitRevision:469430 
Sunday, 25 Dec 2016
23:11 dinoex search for other commits by this committer
- update miniupnpc to 2.0.20161216
- bump API change
Original commitRevision:429468 
Wednesday, 2 Nov 2016
16:19 swills search for other commits by this committer
irc/iroffer-dinoex: fix RUBY LIB_DEPENDS

Should only be on when the option is enabled

Pointyhat to:	swills
Reported by:	mat
Original commitRevision:425163 
15:42 swills search for other commits by this committer
irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDS
Original commitRevision:425160 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Tuesday, 13 Oct 2015
18:41 dinoex search for other commits by this committer
- fix API for miniupnpc-1.9.20151008
Original commitRevision:399210 
Thursday, 8 Oct 2015
04:32 dinoex search for other commits by this committer
- cleanup
Original commitRevision:398803 
Sunday, 8 Mar 2015
10:30 dinoex search for other commits by this committer
- update to 3.30
Original commitRevision:380760 
Saturday, 11 Oct 2014
09:12 dinoex search for other commits by this committer
- update miniupnpc to 1.9
- bump users of shared lib version
PR:		194031
Original commitRevision:370628 
Monday, 11 Aug 2014
17:05 adamw search for other commits by this committer
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:364628 
Tuesday, 15 Jul 2014
15:38 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361953 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Sunday, 9 Mar 2014
14:00 dinoex search for other commits by this committer
- remove broken MANPREFIX
Original commitRevision:347573 
Saturday, 28 Dec 2013
06:38 dinoex search for other commits by this committer
- use OPT_CONFIGURE_*
Original commitRevision:337839 
Friday, 6 Dec 2013
13:43 dinoex search for other commits by this committer
- drop PKGMESSAGE while install
Original commitRevision:335744 
Monday, 28 Oct 2013
20:17 dinoex search for other commits by this committer
- revert r331810
Original commitRevision:331895 
Sunday, 27 Oct 2013
22:29 dinoex search for other commits by this committer
- use STAGEDIR
- use OPTIONS_DEFINE
Original commitRevision:331810 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Sunday, 3 Mar 2013
21:22 dinoex search for other commits by this committer
- update to 3.29
Original commitRevision:313381 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Thursday, 23 Aug 2012
04:39 dinoex search for other commits by this committer
- update to 3.28
Original commit
Friday, 15 Jun 2012
16:54 dinoex search for other commits by this committer
- use OPTIONS_DEFINE
Original commit
Thursday, 27 Oct 2011
12:14 dinoex search for other commits by this committer
- bump for miniupnpc update
Original commit
Sunday, 4 Sep 2011
13:18 dinoex search for other commits by this committer
- update to 3.27
Original commit
Sunday, 20 Feb 2011
17:47 dinoex search for other commits by this committer
- update to 3.26
- new build targets
Original commit
Sunday, 2 Jan 2011
17:56 erwin search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             153513
Submitted by:   sunpoet
Original commit
Wednesday, 15 Dec 2010
19:06 dinoex search for other commits by this committer
- update to 3.25
- add French files
- fix options for default package
Original commit
Sunday, 17 Oct 2010
14:20 dinoex search for other commits by this committer
- update to 3.24
Original commit
Saturday, 7 Aug 2010
07:32 dinoex search for other commits by this committer
- rc.d stlye and comments
- update to 3.23
Original commit
Tuesday, 15 Jun 2010
15:26 dinoex search for other commits by this committer
- update to 3.22
Feature safe:   yes
Original commit
Saturday, 5 Jun 2010
19:53 dinoex search for other commits by this committer
LICENSE GPLv2
Original commit
Saturday, 8 May 2010
19:50 dinoex search for other commits by this committer
- update to 3.21
- add rc.d script
Original commit
Friday, 9 Apr 2010
16:20 dinoex search for other commits by this committer
- honor given CC, LDFLAGS
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Thursday, 28 Jan 2010
18:46 dinoex search for other commits by this committer
- update to 3.20
Original commit
Saturday, 23 Jan 2010
19:54 dinoex search for other commits by this committer
- update to 3.19
- enable german and italian translations
Original commit
Friday, 15 Jan 2010
17:46 dinoex search for other commits by this committer
- fix build after ruby API change
Original commit
Wednesday, 13 Jan 2010
09:45 dinoex search for other commits by this committer
- fix API change in ruby1.8
- update to 3.18
Original commit
Sunday, 1 Nov 2009
17:53 dinoex search for other commits by this committer
- update to 3.17
Original commit
12:14 dinoex search for other commits by this committer
- update to 3.16
Original commit
Friday, 31 Jul 2009
12:39 dinoex search for other commits by this committer
- update to 3.15
Original commit
Friday, 12 Jun 2009
08:39 dinoex search for other commits by this committer
- fix build with custom LOCALBASE
Reported by:    QAT
Original commit
07:36 dinoex search for other commits by this committer
- fix build with custom LOCALBASE
Reported by:    QAT
Original commit
Wednesday, 20 May 2009
11:17 dinoex search for other commits by this committer
- update to 3.14
Original commit
Monday, 13 Apr 2009
07:51 dinoex search for other commits by this committer
iroffer is a fileserver for irc (commonly referred to as a DCC bot). It
uses the DCC feature of irc to send files to other users. iroffer will
connect to an irc server and let people request files from it.

This is a major rewrite of Iroffer with extended features.
It does support mutiple IRC networks, SSL and IPv6.

LICENSE: GPL2

WWW: http://iroffer.dinoex.net/
Original commit

Number of commits found: 66