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: irc/irssi-otr/Makefile

Number of commits found: 35

Sunday, 4 Aug 2019
09:07 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:508082 
Friday, 29 Mar 2019
06:39 antoine search for other commits by this committer
Mark BROKEN: conflicts with irssi
Original commitRevision:497070 
Friday, 2 Feb 2018
17:37 brd search for other commits by this committer
Bump PORTREVISION for ports that depend on irc/irssi after update in r460549.

Reported by:	tj <tj@mrsk.me>
Pointyhat to:	brd
Original commitRevision:460717 
Sunday, 5 Feb 2017
20:27 ashish search for other commits by this committer
- Update to 1.0.2
- Correct LICENSE to be GPLv2+
- Fix LIB_DEPENDS
Original commitRevision:433450 
Friday, 8 Apr 2016
05:24 philip search for other commits by this committer
o Update to 1.0.1
o Include patches to work with irssi versions >= 0.8.17

Approved by:	ashish (maintainer)
Original commitRevision:412719 
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 
Thursday, 25 Feb 2016
14:15 amdmi3 search for other commits by this committer
- Explicitly specify version for libotr.so to differentiate security/libotr and
security/libotr3

Approved by:	portmgr blanket
Original commitRevision:409518 
Thursday, 7 May 2015
16:32 mat search for other commits by this committer
Update ports in the [i-m]* category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385637 
Saturday, 18 Apr 2015
19:09 tijl search for other commits by this committer
Convert to USES=autoreconf
Original commitRevision:384248 
Sunday, 29 Mar 2015
16:47 bapt search for other commits by this committer
Revert the autoreconf conversion I have no time to fix the issue that happen
when converted
Original commitRevision:382615 
11:45 bapt search for other commits by this committer
Convert to USES=autoreconf
Strip binaries
Original commitRevision:382593 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Friday, 2 Jan 2015
18:46 pi search for other commits by this committer
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
Original commitRevision:376062 
Tuesday, 2 Dec 2014
22:44 cs search for other commits by this committer
- Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
Original commitRevision:373792 
Wednesday, 30 Jul 2014
03:57 pi search for other commits by this committer
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
Original commitRevision:363436 
Monday, 28 Jul 2014
13:49 ashish search for other commits by this committer
- Update to 1.0.0
- Depend on security/libotr, instead of security/libotr3
- Fix WWW link in pkg-descr

PR:		192026
Submitted by:	Lawrence Chen <beastie at tardisi.com>
Original commitRevision:363153 
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 
Wednesday, 4 Jun 2014
14:39 amdmi3 search for other commits by this committer
- Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:356504 
Sunday, 9 Feb 2014
15:36 antoine search for other commits by this committer
irssi is responsable for creating the lib/irssi/modules directory
Original commitRevision:343513 
Tuesday, 28 Jan 2014
04:48 miwi search for other commits by this committer
- Fix packaging

Reported by:	deckebot
Original commitRevision:341500 
Monday, 27 Jan 2014
16:51 miwi search for other commits by this committer
- Stage support
Original commitRevision:341430 
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 
Friday, 3 May 2013
16:36 ehaupt search for other commits by this committer
Chase security/libgcrypt update
Original commitRevision:317220 
Tuesday, 23 Apr 2013
10:51 bapt search for other commits by this committer
Convert irc to USES=pkgconfig
Original commitRevision:316344 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Saturday, 8 Sep 2012
06:58 dougb search for other commits by this committer
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Original commitRevision:303871 
Thursday, 26 Jul 2012
07:19 dougb search for other commits by this committer
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.

For all but kdenetwork4 use =build. For it use both just in case.

For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
Original commit
Sunday, 3 Jul 2011
11:40 swills search for other commits by this committer
- Chase the libgcrypt shared lib version
Original commit
Tuesday, 28 Sep 2010
13:15 ashish search for other commits by this committer
- Add LICENSE.

Submitted by:   swell.k at gmail.com
Approved by:    pgj (mentor, implicit)
Original commit
Tuesday, 27 Jul 2010
01:25 wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Friday, 11 Jun 2010
13:37 ashish search for other commits by this committer
- Change my maintainer address.

Approved by:       pgj (mentor)
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Thursday, 19 Feb 2009
19:47 beech search for other commits by this committer
- Update to 0.3

PR:             ports/131820
Approved by:    Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Original commit
Monday, 18 Aug 2008
00:12 edwin search for other commits by this committer
Fix pkg-plist
Noticed by: pavbot
Original commit
Sunday, 17 Aug 2008
06:41 edwin search for other commits by this committer
New Port: irc/irssi-otr : A plugin for irssi for Off-the-Record (OTR) messaging

        irssi-otr provides Off-the-Record Messaging (OTR) support for
        the irssi Internet Relay Chat (IRC) client.

        WWW: http://irssi-otr.tuxfamily.org/

PR:             ports/126574
Submitted by:   Ashish Shukla <wahjava@gmail.com>
Original commit

Number of commits found: 35