Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.16 22 Sep 2024 14:05:47 |
Nuno Teixeira (eduardo) |
www/bluefish: Update to 2.2.16
- Remove restriction on python version dependency (USES= python:3.8-3.9)
as it builds/runs fine with default python.
ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_16-2/ChangeLog |
2.2.15 17 May 2024 09:49:23 |
Nuno Teixeira (eduardo) |
www/bluefish: Add PORTSCOUT entry |
2.2.15 14 Apr 2024 09:41:16 |
Nuno Teixeira (eduardo) |
*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket) |
2.2.15 20 Mar 2024 17:15:04 |
Nuno Teixeira (eduardo) |
www/bluefish: Update to 2.2.15
ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_15/ChangeLog |
2.2.14_3 27 Jan 2024 10:52:26 |
Gleb Popov (arrowd) Author: Nuno Teixeira |
*: Autotools manpages fix
Approved by: portmgr (blanket) |
2.2.14_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.2.14_1 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
2.2.14_1 05 Jul 2023 00:01:47 |
Nuno Teixeira (eduardo) |
www/bluefish: Fix build on clang16
Use G_CALLBACK() macro to silence incompatible function pointer warnings
and disables any argument checks.
Sugested by: dim
See also: https://lists.freebsd.org/archives/freebsd-ports/2023-July/004036.html
MFH: 2023Q3 |
2.2.14 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.2.14 05 Jun 2023 09:40:07 |
Nuno Teixeira (eduardo) |
www/bluefish: Update to 2.2.14
ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog |
2.2.13 15 Mar 2023 13:09:30 |
Nuno Teixeira (eduardo) |
www/bluefish: Adopt/Update to 2.2.13
- Switch to DISTVERSION
- Update MASTER_SITES
- Update LIB_DEPENDS: enchant->enchant2; pcre->pcre2
- Add NLS knob (dependency on gettext needed when OFF)
- Cosmetic changes by portclippy and portfmt
ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog |
2.2.12_3 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.12_2 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.12_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.12_2 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.12_1 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.12 12 Feb 2022 16:35:57 |
Thierry Thomas (thierry) |
www/bluefish: mark OK with Python 3.9
PR: 261873 |
2.2.12 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
2.2.12 22 May 2021 02:13:01 |
Ben Woods (woodsb02) |
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time. |
2.2.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.12 07 Feb 2021 23:35:03 |
woodsb02 |
www/bluefish: Update to 2.2.12
Also remove obsolete pkg-message from 2013, warning about
the update to tiny4
PR: 253329
Reported by: tigersharke@gmail.com |
2.2.11 01 Nov 2020 06:08:24 |
woodsb02 |
www/bluefish: resurrect port, update to 2.2.11 which supports python3
Changes this release:
https://sourceforge.net/p/bluefish/code/8832/tree/trunk/bluefish/ChangeLog
Reported by: Angel Hess <angel@angelhess.com> |
2.2.10_3 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
2.2.10_3 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
2.2.10_3 08 Nov 2019 12:53:37 |
tobik |
www: Add missing USES=gnome |
2.2.10_3 19 Oct 2019 08:40:52 |
tobik |
www/bluefish: Remove WEBLINT option remnants |
2.2.10_3 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.2.10_3 14 Aug 2019 12:23:19 |
mat |
Remove keyword. |
2.2.10_3 20 Jul 2019 21:46:29 |
adamw |
Remove weblint (and august)
Weblint is broken (won't even start up). It uses unsupported perl
syntax, requires newgetopt.pl which was removed in perl 5.16 (2012), and
find.pl which was removed just around the same time. Past that, the port
is a mess (it's a perl script, and doesn't even depend on perl), and
upstream has disappeared. There's no reason to keep it around at this
point.
www/august (last release 2001) depends upon it, so remove that too.
I removed the Bluefish WEBLINT option, so bumped PORTREVISION there.
Reported by: sid bsdmail com |
2.2.10_2 16 Jun 2019 14:42:26 |
woodsb02 |
www/bluefish: Do not bundle MIME database files
Instead, the MIME database files will be created as a post-install
step thanks to USES=desktop-file-utils and USES=shared-mime-info.
This prevents the bluefish package (and other packages) from clobbering
the local MIME database, causing package conflicts and checksum
mismatches.
https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107752.html
Reported by: Werner Lehmann <lehmannwer@gmail.com>
Reported by: tech-lists@zyxst.net
Submitted by: tijl
MFH: 2019Q2 |
2.2.10_1 14 Feb 2018 12:15:59 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket |
2.2.10 11 Dec 2017 21:48:32 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
2.2.10 04 Feb 2017 05:14:39 |
woodsb02 |
www/bluefish: Update to 2.2.10 |
2.2.9 19 Jun 2016 17:34:39 |
woodsb02 |
www/bluefish:
- Update to 2.2.9
- Switch to GTK3 by default (follow upstream default)
- Remvoe --with-gtk2=no as it is not used by configure
- Add LIB_DEPENDS and USE_GNOME as found by new stage-qa test
- Take maintainership
Approved by: adamw (mentor)
Relnotes: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_9/ChangeLog
Differential Revision: https://reviews.freebsd.org/D6892 |
2.2.8_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.2.8_1 13 May 2016 13:04:57 |
amdmi3 |
- Fix shebangs
- Switch to USES=localbase |
2.2.8 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.2.8 10 Mar 2016 14:46:15 |
mat |
Update to 2.2.8
PR: 206898
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
2.2.7 25 Feb 2016 10:30:06 |
amdmi3 |
- Fix license
- Add LICENSE_FILE
- Fix build with disabled NLS |
2.2.7 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
2.2.7 19 Feb 2015 20:12:14 |
adamw |
Update to 2.2.7, and use OPTIONS helpers.
Instead of patching the Makefile to only install a file if DOCS is enabled,
install it unconditionally and let pkg(8) sort it out. Also, the file in
question is an example file, not a documentation file, so control it with
EXAMPLES, not DOCS. |
2.2.6_1 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
2.2.6 02 Sep 2014 16:58:05 |
adamw |
Update to 2.2.6. |
2.2.3_1 15 Jul 2014 17:09:35 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.2.3_1 11 Jun 2014 23:40:59 |
bar |
Remove a file slipped into pkg-plist with the previous commit. |
2.2.3_1 11 Jun 2014 23:31:26 |
bar |
- Support STAGEDIR
- New LIB_DEPENDS format
- Added LICENSE
- USE_GNOME=desktopfileutils replaced with USES=desktop-file-utils
- Add shared-mime-info tar:bzip2 libtool to USES
Approved by: portmgr blanket |
2.2.3 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
2.2.3 22 Oct 2013 14:04:02 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
2.2.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
2.2.3 05 May 2013 23:01:49 |
jgh |
- convert to USES=gettext
Approved by: portmgr (bapt@) |
2.2.3 10 Jan 2013 20:48:36 |
sylvio |
- Update to 2.2.3
- New file pkg-message due of update tidy
Submitted by: bar@ (private mail) |
2.2.2_2 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.2.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.2.2 07 May 2012 17:33:27 |
sylvio |
- Update to 2.2.2 |
2.2.0_1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.2.0 21 Dec 2011 13:43:58 |
rm |
- update to 2.2.0
- update distfile mirrors (SF doesn't hold a new version)
- remove dependency on aspell, add dependency on gucharmap
per offsite docs
- remove unexisting --without-gnome2_4-mime and
--without-gnome2_4-appreg configure options
- add --with-gtk2 to force it to use gtk20 for now
- remove SPLASH option. There is no --disable-splash-screen
anymore.
- make WITHOUT_NLS actually work
- cleanup pkg-plist
PR: 163451
Requested by: Herle <starikarp at linuxquestions dot net>
Approved by: sylvio (maintainer), novel (mentor, implicit) |
2.0.3 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.0.3 24 May 2011 12:40:36 |
sylvio |
- Update to 2.0.3 |
2.0.2_1 10 Feb 2011 18:55:14 |
sylvio |
- Change options of build in file Makefile.
- BUMP PORTREVISION
Submitted by: Joseph S. Atkinson <jsa@freebsd.org> via email |
2.0.2 10 Feb 2011 11:51:52 |
sylvio |
- Update to 2.0.2 |
2.0.0_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.0.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.0 01 Mar 2010 22:34:02 |
sylvio |
- Update to 2.0.0
Approved by: itetcu (mentor)
Feature safe: yes |
1.0.7_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.7_6 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
1.0.7_6 19 Aug 2009 02:32:24 |
araujo |
- Removed MASTER_SITE_SUBDIR.
Reported by: pgollucci |
1.0.7_6 19 Aug 2009 00:42:10 |
araujo |
- Use SF macro.
- Pass maintainer to submitter.
PR: ports/137889
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
1.0.7_6 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.0.7_5 09 Mar 2009 19:29:12 |
miwi |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
1.0.7_5 06 Jun 2008 14:07:24 |
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) |
1.0.7_4 25 Oct 2007 17:15:08 |
marcus |
Correct a typo to prevent /share/mime from being created.
Reported by: pointyhat exp build |
1.0.7_4 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 ) |
1.0.7_2 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 |
1.0.7_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}. |
1.0.7_1 11 Mar 2007 19:41:33 |
krion |
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports. |
1.0.7 06 Dec 2006 20:08:28 |
miwi |
- Update to 1.0.7
Submitted by: farrokhi |
1.0.6 08 Nov 2006 09:28:33 |
farrokhi |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
1.0.6 01 Nov 2006 08:10:35 |
miwi |
- Update to 1.0.6
- Pass maintainership to submitter
PR: ports/104913
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
1.0.5_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) |
1.0.5 01 May 2006 03:49:24 |
marcus |
Switch the pcre dependency to pcre-utf8 to fix conflict problems in
gnome2-fifth-toe.
Reported by: Sean McNeil <sean@mcneil.com> |
1.0.5 15 Apr 2006 16:41:07 |
pav |
- Update to 1.0.5
PR: ports/95725
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
1.0.4_3 14 Apr 2006 23:25:09 |
linimon |
Reset kwm due to no response about email.
Hat: portmgr |
1.0.4_3 28 Feb 2006 19:59:59 |
marcus |
Try to fix the plist again. Since bluefish does not include a static
bluefish-project.xml MIME application file, it is dynamically generated
after a call to update-desktop-database. Just make sure all the right calls
happen in the right order.
Approved by: portmgr (implicit) |
1.0.4_2 27 Feb 2006 23:41:54 |
marcus |
Fix plist by adding a missed file, and run update-mime-database to add
bluefish support to the shared MIME database.
Reported by: pointyhat via kris
Approved by: portmgr (implicit) |
1.0.4_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.4_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.0.4 21 Oct 2005 09:05:43 |
kwm |
Add a note about highlighting needing UTF-8 in pcre to work. |
1.0.4 29 Sep 2005 08:05:04 |
kwm |
Remove dead mirror.
Submitted by: linimon |
1.0.4 29 Aug 2005 10:32:33 |
kwm |
Update to 1.0.4. |
1.0.3 29 Aug 2005 10:00:07 |
kwm |
Update to 1.0.3. |
1.0.1 17 Jun 2005 12:47:44 |
kwm |
Update to 1.0.1. Bug fix release. |
1.0_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.0_1 14 Feb 2005 22:42:50 |
kwm |
Don't delete dir's that are not ours [1].
Make portlint save.
Add optional dependencie to libgnomeui if installed.
Pointed out by: Pointyhat via kris [1]. |
1.0 13 Jan 2005 21:26:35 |
kwm |
Update www/bluefish to version 1.0. This is GTK2 port of the old bluefish 0.7.
Development to this version was tracked in www/bluefish-devel.
Retire www/bluefish-devel. |
0.7_2 23 Nov 2004 08:51:28 |
kwm |
Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by: pav (mentor) |
0.7_2 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.7_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.7_1 16 Jan 2004 23:19:08 |
clement |
- Change maintainer's e-mail address
(einekoai@chello.nl -> kwm@rainbow-runner.nl)
PR: 61447
Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Approved by: erwin (mentor) (implicitly) |