Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.13_14 10 Mar 2024 09:55:38
    |
Nuno Teixeira (eduardo)  |
mail/gnubiff: Move man pages to share/man
Approved by: portmgr (blanket) |
2.2.13_13 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
2.2.13_13 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
2.2.13_12 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 ) |
2.2.13_12 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
2.2.13_12 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.2.13_11 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.2.13_10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.13_10 08 Nov 2019 14:18:06
  |
tobik  |
mail: Add missing USES={gnome,php} |
2.2.13_10 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.2.13_9 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.2.13_8 11 Dec 2018 16:38:44
  |
bapt  |
Remove false dependency on esound |
2.2.13_7 10 Nov 2018 18:12:58
  |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.2.13_6 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.2.13_5 18 Jun 2018 19:03:04
  |
linimon  |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket) |
2.2.13_5 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.2.13_4 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.2.13_4 04 Sep 2015 18:25:33
  |
amdmi3  |
- Drop @dirrm* from plist
- Add empty directories to plist
Approved by: portmgr blanket |
2.2.13_4 01 Apr 2015 13:03:16
  |
robak  |
mail/gnubiff: add CPE information
- Maintainer's timeout (tdb@FreeBSD.org)
PR: 198636
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
2.2.13_4 26 Aug 2014 14:06:09
  |
tijl  |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.13_4 18 Feb 2014 20:46:17
  |
kwm  |
Remove gnome-panel 2.x option.
While here stagify use pathfix for translation files, use new
LIB_DEPENDS syntax. |
2.2.13_3 04 Jan 2014 23:40:44
  |
antoine  |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
2.2.13_3 13 Dec 2013 11:23:12
  |
bapt  |
convert WITHOUT_NLS to option
With hat: portmgr |
2.2.13_3 22 Oct 2013 13:56:27
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
2.2.13_3 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
03 Sep 2013 06:36:42

|
bapt  |
Add an explicit dependency on pkgconf |
2.2.13_3 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.2.13_3 27 Mar 2013 13:23:31
  |
kwm  |
share/gnome-2.0 is handled by gnomehier.
Submitted by: pointyhat via miwi |
2.2.13_3 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.2.13_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 |
2.2.13_2 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
2.2.13_2 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.2.13_1 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.2.13 20 Feb 2010 17:25:30
 |
tdb  |
- Update to 2.2.13
Feature safe: yes |
2.2.11_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2.2.11 02 Sep 2009 15:01:56
 |
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
2.2.11 26 Jul 2009 22:16:45
 |
tdb  |
- Update to 2.2.11. |
2.2.10 16 Jun 2008 17:42:20
 |
tdb  |
- Update to 2.2.10 |
2.2.8_1 06 Jun 2008 13:43:09
 |
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) |
2.2.8 27 Oct 2007 17:50:24
 |
tdb  |
Update to 2.2.8. |
2.2.6_1 24 Oct 2007 23:37:25
 |
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
2.2.6 23 Jul 2007 09:36:52
 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.2.6 24 May 2007 22:52:07
 |
tdb  |
- Update to 2.2.6
- Remove WANT_FAM_SYSTEM
Submitted by: tmclaugh |
2.2.4_2 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.2.4 07 Jan 2007 15:57:37
 |
tdb  |
Update to 2.2.4. |
2.2.3_1 08 Dec 2006 10:24:55
 |
tdb  |
- Update to 2.2.3. |
2.2.2_1 14 Oct 2006 08:54:54
 |
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
2.2.2 03 Sep 2006 18:28:27
 |
tdb  |
- Update to 2.2.2 |
2.2.1 25 Jun 2006 13:59:58
 |
tdb  |
- Update to 2.2.1 |
2.2.0 16 Apr 2006 18:04:10
 |
tdb  |
- Update to 2.2.0
- Add WITHOUT_NLS knob |
2.1.9 11 Feb 2006 02:37:36
 |
kris  |
Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).
PR: ports/92583
Submitted by: marcus |
2.1.9 22 Jan 2006 02:20:05
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.1.9 09 Jan 2006 08:09:25
 |
tdb  |
- Update to 2.1.9
Approved by: clement (mentor, implicitly) |
2.1.8 22 Dec 2005 21:03:12
 |
tdb  |
- Update to 2.1.8
Approved by: clement (mentor, implicitly) |
2.1.7 01 Dec 2005 16:50:07
 |
tdb  |
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.
Approved by: clement (mentor) |
2.1.7 13 Nov 2005 13:44:55
 |
pav  |
- Update to 2.1.7
PR: ports/88925
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
2.1.6_1 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
2.1.6 30 Oct 2005 20:28:33
 |
sem  |
- Update to 2.1.6
PR: ports/88228
Submitted by: maintainer |
2.1.5 06 Oct 2005 19:41:33
 |
mnag  |
Update to 2.1.5
PR: 87005
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
2.1.4 30 Jun 2005 12:31:51
 |
pav  |
- Update to 2.1.4
PR: ports/82754
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: maintainer |
2.1.3_1 15 Jun 2005 02:43:36
 |
lesi  |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist. |
2.1.3_1 11 Apr 2005 12:54:41
 |
novel  |
Fix pkg-plist.
PR: 79787
Submitted by: Tim Bishop (maintainer)
Reported by: pointyhat via kris |
2.1.3 08 Apr 2005 12:35:51
 |
novel  |
Update to 2.1.3.
PR: 79674
Submitted by: Tim Bishop (maintainer) |
2.1.2 05 Apr 2005 22:49:24
 |
pav  |
- Update to 2.1.2
PR: ports/79445
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
2.1.1 13 Mar 2005 22:03:02
 |
arved  |
Update to 2.1.1
PR: 78784
Submitted by: Tim Bishop <tim@bishnet.net> |
2.1.0_2 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
2.1.0_1 11 Jan 2005 11:34:54
 |
sem  |
- Add missing dependency (on libfam)
PR: ports/76074
Submitted by: maintainer
Reported by: kris |
2.1.0 09 Jan 2005 15:36:31
 |
sem  |
- Update to 2.1.0
PR: ports/75994
Submitted by: maintainer |
2.0.3 08 Jan 2005 20:58:24
 |
sem  |
- Fix plist
PR: ports/75927
Submitted by: maintainer
Reported by: kris |
2.0.3 16 Dec 2004 05:49:27
 |
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
2.0.3 10 Dec 2004 15:09:52
 |
sem  |
- Update to 2.0.3
PR: ports/74687
Submitted by: maintainer |
2.0.2_1 07 Nov 2004 22:37:47
 |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
2.0.2 06 Nov 2004 14:44:41
 |
pav  |
- Update to 2.0.2
PR: ports/73037
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
2.0.1 12 Oct 2004 13:30:09
 |
pav  |
- Update to 2.0.1
PR: ports/72563
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
1.4.0 25 Jun 2004 16:07:25
 |
pav  |
- Fix build on 4.x |
1.4.0 25 Jun 2004 07:34:00
 |
krion  |
Update to version 1.4.0
PR: ports/68296
Submitted by: maintainer |
1.2.0 05 May 2004 20:14:30
 |
pav  |
- Autodetect GNOME and build applet version
PR: ports/66302
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
1.2.0 04 May 2004 07:56:16
 |
krion  |
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net> |