| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
25 May 2012 21:36:40
4.3.3
|
jgh  |
- Update to 4.3.3
- Use USE_QT4
PR: ports/168324
Submitted by: maintainer, bsdkaffee@gmail.com |
01 May 2012 19:10:01
4.3.2
|
scheidell  |
- Revert %%DATADIR%% changes to pkg-plists. Application is not DATADIR safe
- No PORTREVISION bump since the defaults do not change package
PR: ports/167461
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
14 Apr 2012 06:18:39
4.3.2
|
jgh  |
- Update to 4.3.2
- while here use datadir in plist
PR: ports/166903
Submitted by: maintainer, bsdkaffee@gmail.com |
05 Jan 2012 22:20:41
4.3.1
|
rm  |
- update to 4.3.1
PR: 163834
Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer) |
02 Oct 2011 21:00:17
4.3.0
|
swills  |
- Update to 4.3.0
PR: ports/160998
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
26 Aug 2011 07:53:34
4.2.1
|
miwi  |
- Update to 4.2.1
PR: 160201
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
31 Jul 2011 20:04:25
4.2.0
|
kwm  |
Update to 4.2.0.
Pet portlint by moving LICENSE block.
Add depend on security/libgcrypt since gnutls no longer depends on it.
Add a patch to fix symbol visibility support with cc.
PR: ports/159032
Submitted by: maintainer |
05 Jun 2011 18:43:16
4.0.9_1
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
17 Mar 2011 09:33:04
4.0.9
|
wen  |
- Update to 4.0.9
PR: ports/155617
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
28 Feb 2011 19:49:20
4.0.7
|
kwm  |
Update to 4.0.7.
Gwenhywfar now contains GUI support instead of AqBanking (GTK and QT4 enabled
by default).
Add LICENSE (LGPL21)
PR: ports/154840
Submitted by: maintainer |
04 Dec 2010 07:34:27
3.11.3_1
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
3.11.3_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
10 Mar 2010 00:44:18
3.11.3
|
fluffy  |
- Update to version 3.11.3
- Pass maintaineship to submitter
PR: 144518
Submitted by: Jason E. Hale <bsdkaffee AT gmail DOT com> |
21 Dec 2009 02:19:12
3.9.0_2
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
19 Sep 2009 00:21:49
3.9.0_2
|
miwi  |
- Fix build
PR: 136427
Reported by: Monty Hall <kungfu_disciple@sbcglobal.net>
Feature safe: yes |
17 Aug 2009 05:53:19
3.9.0_2
|
novel  |
Fix gnutls dependency line.
Reported by: QAT
Pointy hat to: novel |
16 Aug 2009 18:04:40
3.9.0_2
|
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
02 Aug 2009 19:36:34
3.9.0_1
|
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 |
20 Jul 2009 05:33:48
3.9.0_1
|
pgollucci  |
- actually add the patch files |
20 Jul 2009 05:33:29
3.9.0_1
|
pgollucci  |
- fix ENOTCONN handling
Note: patch accepted upstream
PR: ports/136698
Submitted by: "James E. Flemer" <jflemer@alum.rpi.edu> (maintainer) |
22 Jun 2009 20:19:06
3.9.0
|
amdmi3  |
- Update to 3.9.0
PR: 135914
Submitted by: Jan Henrik Sylvester <me@janh.de> |
21 Jun 2009 20:23:38
3.8.3
|
amdmi3  |
- Update to 3.8.3
PR: 135716
Submitted by: Jan Henrik Sylvester <me@janh.de> |
11 May 2009 20:41:48
3.6.0
|
pav  |
- Update to 3.6.0
PR: ports/129598
Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> |
21 Aug 2008 06:18:49
2.6.2_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 13:21:59
2.6.2_2
|
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) |
10 Mar 2008 13:12:30
2.6.2_1
|
rafan  |
- Fix build with WITH_PORTDOCS
- Grammar fix for pkg-descr
PR: ports/121506
Submitted by: Edward Sanford Sutton, III <mirror176 at cox.net> |
18 Jan 2008 07:59:13
2.6.2_1
|
joerg  |
Forgot to cvs add this file in the previous commit. |
18 Jan 2008 07:58:35
2.6.2_1
|
joerg  |
Move the pkg-config file from ${prefix}/lib to ${prefix}libdata.
While being here, remove the now obsolete SSLDEBUG option. |
16 Jan 2008 09:50:59
2.6.2
|
joerg  |
Upgrade to version 2.6.2. This is the latest 2.x version. As of
version 3.x (which is still very recent), the author has chosen to
no longer host the files on sourceforge.net, so I rather picked 2.x.
This is a prerequisite port for aqbanki. |
01 Feb 2007 02:42:06
1.13.2_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
23 Jan 2007 08:19:11
1.13.2_2
|
lawrance  |
Drop maintainership. |
08 Oct 2006 16:05:47
1.13.2_2
|
pav  |
- Turn doxygen documentation off by default, make it into OPTIONS
PR: ports/103115 (based on)
Submitted by: ahze
Approved by: maintainer timeout (lawrance; 1 month) |
23 Feb 2006 10:40:45
1.13.2_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
1.13.2
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.13.2
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
08 Jun 2005 14:45:19
1.13.2
|
lawrance  |
Add gwenhywfar 1.13.2, multi-platform helper library for networking and
security applications.
PR: ports/80795 (based on)
Submitted by: Peter Cornelius <pcc.at.gmx.net> |