Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.24_1 02 May 2024 13:06:58 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of dns/libidn
Reported by: vvd |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.24 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.0.24 20 Jul 2022 14:22:40 |
Tobias C. Berner (tcberner) |
net-im: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Alberto Villa <avilla@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua>
* Andrew Lewis <freeghb@gmail.com>
* Andrey Akhmichin <sepulkarium45@yahoo.com>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@freebsd.org>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Denis Shaposhnikov <dsh@vlink.ru> (Only the first 15 lines of the commit message are shown above ) |
1.0.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.24 03 Aug 2020 16:09:27 |
fernape |
net-im/gloox: Update to 1.0.24
From ChangeLog: https://camaya.net/gloox/changelog/
Accumulated changes:
* Tag: fixed XML namespace for attribute with empty namespace
* PubSub::Event: add simple ctor
* PubSub::Manager: fixed subscription error case handling
* PubSub: fixed support for instant nodes
* RosterManager: fixed behavior if subscription attribute is absent in roster
item
* fixed a memory leak in dns.cpp
* fixed session management/stream resumption
* MUCRoom::MUCUser: include reason if set
* ClientBase: fix honorThreadID (first noticed by Erik Johansson in 2010)
* TLSGnuTLS: disabled TLS 1.3 for now, as there are connection issues with it
PR: 248080
Submitted by: marcel@herrbischoff.com |
1.0.22 27 Oct 2019 05:11:58 |
yuri |
net-im/gloox: Update 1.0.20 -> 1.0.22
Reset maintainer due to extended timeouts on bug #240101, #240100, #240089, as
per policy.
PR: 240100
Approved by: dem.procopiou@gmail.com (maintainer's timeout; 62 days) |
1.0.20_1 02 Apr 2019 03:35:54 |
yuri |
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048 |
1.0.20 18 Aug 2017 03:33:24 |
swills |
net-im/gloox: Update to 1.0.20
PR: 221073
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) |
1.0.18 06 Feb 2017 10:53:26 |
cpm |
- Update to 1.0.18
PR: 216767
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) |
1.0.17 03 Sep 2016 19:19:32 |
madpilot |
- Update net-im/gloox to 1.0.17
- Chase shlib version bump in dependent ports
PR: 212338
Submitted by: Demetris Procopiou <dem.procopiou at gmail.com>
(maintainer) |
1.0.16 06 Aug 2016 02:12:29 |
pawel |
- Update to version 1.0.16
- Take maintainership
PR: 211605
Submitted by: Demetris Procopiou |
1.0.15 26 Apr 2016 12:42:25 |
mat |
Update to 1.0.15.
PR: 209047
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
1.0.14_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.14_1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.14 26 Sep 2015 13:04:23 |
madpilot |
- Update to 1.0.14
- Add option to use mDNS
PR: 202855
Submitted by: Ports Fury |
1.0.13 08 Jun 2015 05:59:14 |
antoine |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
1.0.13 10 Feb 2015 21:40:41 |
madpilot |
Really remove all files I should have removed. |
1.0.13 10 Feb 2015 21:35:49 |
madpilot |
Remove file I forgot to delete in previous commit. |
1.0.13 10 Feb 2015 21:13:46 |
madpilot |
- Update gloox to 1.0.13
- Chase gloox library version bump in dependent ports
PR: 197450
Submitted by: tkato432@yahoo.com |
1.0.10_4 21 Nov 2014 23:55:50 |
antoine |
Cleanup plist |
1.0.10_4 10 Sep 2014 12:18:22 |
amdmi3 |
- Drop .la files, no dependees require them
- Add LICENSE_FILE
Approved by: portmgr blanket |
1.0.10_3 30 Aug 2014 18:18:14 |
tijl |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc |
1.0.10_2 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.10_1 18 May 2014 06:34:39 |
miwi |
- Update to 1.0.10
PR: 188867
Submitted by: Ports Fury |
1.0.10 23 Apr 2014 15:34:10 |
swills |
- Update to 1.0.10
PR: ports/188876
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
1.0.9_1 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.0.9 19 Feb 2014 23:30:14 |
danilo |
- Update from 1.0 to 1.0.9
- Add LICENSE
PR: ports/185342
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0_3 17 Jan 2014 12:27:30 |
madpilot |
- Fix build on head/10
- Support staging
- Use new LIB_DEPENDS format
- Unsilence post-install commands |
1.0_3 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
1.0_3 18 Jul 2013 09:33:23 |
bapt |
Add an explicit dependency on pkg-config
Reported by: pkg-fallout |
1.0_3 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.0_3 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.0_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.0_2 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
1.0_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0_1 14 Mar 2011 08:40:07 |
wen |
- Bump PORTREVISION to chase the update of dns/libidn |
1.0 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0 25 Oct 2010 20:09:07 |
trasz |
Drop maintainership for ports I can't maintain anymore. |
1.0 11 Nov 2009 13:57:57 |
trasz |
Update to 1.0. |
0.9.9.8 26 Aug 2009 17:14:57 |
trasz |
Update to 0.9.9.8. |
0.9.9.7_2 19 Aug 2009 16:24:49 |
novel |
Fix build with new gnutls by using pkg-config instead of deprecated
gnutls-config.
Reported by: QAT |
0.9.9.7_2 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
0.9.9.7_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.9.9.7_1 03 May 2009 17:34:22 |
trasz |
Fix OpenSSL usage.
Submitted by: gibbs@ |
0.9.9.7 31 Mar 2009 17:48:55 |
trasz |
Update to 0.9.9.7. |
0.9.9.5_1 06 Jun 2008 13:51:54 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.9.5 26 Mar 2008 14:12:31 |
trasz |
- Update to 0.9.9.5. |
0.9.9.4 09 Mar 2008 16:46:31 |
trasz |
- Update to 0.9.9.4. |
0.9.9.3_1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
0.9.9.3 31 Jan 2008 22:16:47 |
trasz |
- Update to 0.9.9.3 |
0.9.8 14 Dec 2007 18:15:47 |
trasz |
- Update to 0.9.8 |
0.9.6.1 29 Oct 2007 15:00:05 |
trasz |
- Update to 0.9.6.1. |
0.9.5 28 Sep 2007 13:08:43 |
trasz |
- Update to 0.9.5. |
0.9.4.1 19 Aug 2007 16:22:24 |
trasz |
- Update to 0.9.4.1.
Approved by: miwi (mentor) |
0.9.2 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
0.9.2 04 Jul 2007 11:15:24 |
trasz |
- Update to 0.9.2.
Approved by: miwi (mentor) |
0.8.8_1 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
0.8.8 24 Apr 2007 11:54:00 |
trasz |
- Update to 0.8.8
Approved by: miwi (mentor) |
0.8.7 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
0.8.7 21 Mar 2007 12:32:39 |
miwi |
- Update to 0.8.7
PR: 110598
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer) |
0.8.6 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.8.6 03 Jan 2007 16:45:32 |
miwi |
- Update to 0.8.6
PR: 107454
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer) |
0.8.4_1 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
0.8.4 12 Nov 2006 19:15:55 |
miwi |
- Update to 0.8.4
PR: ports/105332
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer) |
0.8_1 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
0.8 31 May 2006 04:57:04 |
novel |
Mark BROKEN on 4.x.
PR: 97790
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer) |
0.8 28 Apr 2006 08:12:11 |
ijliao |
add gloox 0.8
Jabber/XMPP client library
PR: 96287
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |