Commit graph

859 commits

Author SHA1 Message Date
Philip M. Gollucci
2e82da439a - Standardize my e-mail address to @FreeBSD.org
Approved by:    gabor (mentor)
2008-08-28 04:56:49 +00:00
Wesley Shields
30fbd889b1 Fix formatting (sorry danfe). 2008-08-27 22:08:02 +00:00
Wesley Shields
b3a2bbe8d1 - Update to 1.6.0.1
Lots of changes, the most visible of which is:

With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons.  Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.

The 1.6.0 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt

The 1.6.0.1 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
2008-08-27 22:05:12 +00:00
Renato Botelho
f29c5c408e Add a note about qmHandle configuration file 2008-08-27 14:26:05 +00:00
Vanilla I. Shu
55f349d1e5 Add net/rabbitmq entry. 2008-08-20 02:47:37 +00:00
Jeremy Messenger
a19b65c776 Missed copy-n-paste the howto upgrade process in glib20 part. 2008-08-19 13:48:37 +00:00
Jeremy Messenger
9471d465e1 - Split GNOME 2 and glib20 upgrade in 20080323 part as we have been getting a
lot of build failure report about it cannot find -lgio-2.0.
- Add graphics/cairo in AFFECTS as got a PR related with cairo requires newer
  pixmap. It should helps the green users.

Reviewed by:	marcus (also with English grammar tweak)
2008-08-19 13:46:21 +00:00
Alexey Dokuchaev
b9885dea1b More of formatting and language fixes. 2008-08-16 19:34:10 +00:00
Beech Rintoul
42eb135fce - Add entry for mail/assp 2008-08-16 18:13:37 +00:00
Vasil Dimov
e6141bf582 * Copy sysutils/rdiff-backup to sysutils/rdiff-backup10
* Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0
* Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr

PR:		ports/126313, ports/126314, ports/126315 (based on)
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2008-08-15 12:23:00 +00:00
Henrik Brix Andersen
6907cc4db8 - Update to version 2.60
- Add note about new config file format to UPDATING:

The layout of the ikiwiki.setup file has changed in a significant
way in this release.  Old setup files will continue to work, but new
features, like the new websetup interface, require a new format
setup file.  You can convert old setup files into the new format by
running the following command for all your ikiwiki.setup files:

  ikiwiki-transition setupformat ikiwiki.setup
2008-08-13 19:59:24 +00:00
Wesley Shields
2133ae6ab1 - mail/spamdyke is not backwards compatible with previous installations. 2008-08-12 00:28:35 +00:00
Alexey Dokuchaev
7ee71c86d1 - Kill EOL whitespace in recent entry
- Usual round of language, format, and consistency nits
2008-08-11 21:20:13 +00:00
Martin Matuska
c8e18c63b1 - Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements

PR:		ports/126454
Submitted by:	mm
Approved by:	skv (maintainer)
2008-08-11 20:09:15 +00:00
Alexey Dokuchaev
d6eb6d08c2 Flush my local queue of cleanups. 2008-08-08 14:57:37 +00:00
Chin-San Huang
24fd51fda5 - Update to 2.0.23
- Use standard $WWWDIR

PR:		ports/125950
Submitted by:	appleboy <appleboy.tw at gmail.com>
Approved by:	maintainer (me)
2008-08-08 14:17:31 +00:00
Jeremy Messenger
c801f2ebbe - Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
  its project.

Repocopy:	marcus (transmission -> transmission-cli)
2008-08-07 01:54:47 +00:00
Martin Wilke
7ae68c505f - Update devel/qt4 entry (qt4-moc needs a force build too)
Reported by:	ITetcu
2008-08-06 06:53:32 +00:00
Alexey Dokuchaev
27c880b051 Style, reformat, kill EOL whitespace. 2008-08-05 20:39:52 +00:00
Martin Wilke
d709dd9c30 - Add update note for devel/qt4 users. 2008-08-05 12:09:41 +00:00
Wesley Shields
ae56c4bf11 Note switch from cvsps-devel to cvsps with git. 2008-08-05 01:19:46 +00:00
Martin Matuska
20b1700d47 - Update to 2.0.5
- Change handling and structure of configuration files
- Add new options to startup script ("reload", "debug")
- Introduce pkg-message
- Other fixes and enhancements

PR:		ports/124439
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
Tested by:	mm
2008-07-28 13:14:17 +00:00
Alexey Dokuchaev
ea33407520 - Reword last Firefox entry for better English
- Another formatting nit while I'm here
2008-07-27 22:07:13 +00:00
Jeremy Messenger
d7d6622d5f Author -> AUTHOR to reduce danfe's works. :-) 2008-07-27 20:24:07 +00:00
Jeremy Messenger
8ef43a2209 Remove seek for plugins in lib/browser_plugins for now, because a few plugins
that built with Firefox 2 can causes Firefox 3 crashes. We are working on some
changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi.
Bump the PORTREVISION.

Reported by:	a few
Discussed with:	my team, FreeBSD GNOME Team
2008-07-27 20:21:31 +00:00
Alexey Dokuchaev
3a7f81e4ab More of language, formatting, and style improvements. 2008-07-27 20:10:00 +00:00
Joe Marcus Clarke
08fe3f28fd Add some more instructions to the misc/shared-mime-info entry. 2008-07-25 22:28:38 +00:00
Joe Marcus Clarke
606c1dd0d1 Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.
Add an UPDATING entry on how to properly perform this upgrade.
2008-07-25 22:24:14 +00:00
Greg Larkin
eea4d6e197 Updated to 2.2.1
PR:		ports/125835
Submitted by:	Filipe Rocha <filiperocha@gmail.com> (maintainer)
Approved by:	beech (mentor)
2008-07-25 18:59:16 +00:00
Alexey Dokuchaev
7fd4c34914 - Don't say "The Foobar", it is incorrect. "The Foobar port" is better
and more accurate (as we're in fact updating our ports, while vendor
  is updating their software.  UPDATING talks about the former) [*]
- Glance over several other entries and improve on wording and whitespace
- Reformat overly short or long lines.  Normally, 72-78 chars per line is
  most readable and pretty (there're a lot more to fix)
- Spell `sql' as `SQL' where appropriate.  (Ditto for `cpan', `svn'.)

Suggested by:	gavin [*]
2008-07-23 15:06:23 +00:00
Alexey Dokuchaev
90d5ea14d1 Reword Opera-related entries. Still, English can probably be improved. 2008-07-23 10:08:02 +00:00
Alexey Dokuchaev
486861186b Usual round of wordsmithing:
- Consistency and spelling corrections
- Lots of whitespace fixes to improve readability
- Reword couple of phases for better English
- Kill EOF whitespace
2008-07-23 09:53:39 +00:00
Edwin Groothuis
fa4ae592d4 Fix typo: opied -> copied
Submitted by:	"Philip M. Gollucci" <pgollucci@ridecharge.com>
2008-07-21 22:44:41 +00:00
Edwin Groothuis
b7d42a983e Post warning about net/freenet6 update. 2008-07-20 14:05:31 +00:00
Rong-En Fan
676e282ef8 - Add entry for x11-fm/gprename 2.6.2 update
PR:		ports/125610
Submitted by:	Martin Tournoij <carpetsmoker at rwxrwxrwx.net>
2008-07-19 14:08:55 +00:00
Timur I. Bakeyev
a92c8909a6 Fixed non-ASCII chars in the 20080714 entry 2008-07-17 22:51:19 +00:00
Joe Marcus Clarke
89db611bce Add an entry for devel/anjuta. 2008-07-17 18:25:01 +00:00
Simon L. B. Nielsen
4ca1d4e9a5 Belatedly add an UPDATING entry for latest mail/svnmailer port
update.

Submitted by:	pgollucci@p6m7g8.com
2008-07-16 21:28:42 +00:00
Beech Rintoul
41e434edf3 - Add entry for Squid-2.7.STABLE3 2008-07-14 19:20:35 +00:00
Sergey Matveychuk
b595043c17 - Fix 20080701 (subversion) entry 2008-07-14 11:35:09 +00:00
Rong-En Fan
6cb3d43b95 - Add entry for databases/rrdtool 1.3.0 on the language bindings side 2008-07-14 10:43:11 +00:00
Marc Fonvieille
4b9498ebf8 Fix some typos. 2008-07-14 08:15:11 +00:00
Beech Rintoul
aa787f59e2 - Add entry for gtkdatabox2 2008-07-11 19:12:32 +00:00
Wesley Shields
677bef214e Fix entry for science/gramps.
PR:		ports/125504
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
2008-07-11 15:15:34 +00:00
Beech Rintoul
325b7569e2 - Fix typo
PR:		ports/125458
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2008-07-10 02:41:11 +00:00
Henrik Brix Andersen
cbc9b9f9e4 Update to version 2.52.
The IkiWiki editpage form now uses the raw page name, not the page
title, in its 'page' cgi parameter.  You will need to rebuild any
existing ikiwiki installations in order to update their 'edit' links
to the new format.

Approved by:	erwin (mentor, implicit)
2008-07-09 19:09:59 +00:00
Juergen Lock
20345c1e4a Add note about the kqemu-kmod -> kqemu-kmod-devel transition for
users of emulators/qemu-devel
2008-07-08 18:56:00 +00:00
Thomas Abthorpe
df7cdc6124 - Update to 3.0.1
PR:		ports/125027
Submitted by:	Anders Troback <freebsd troback.com> (maintainer)
2008-07-08 18:29:58 +00:00
Henrik Brix Andersen
f283a8c345 Update IkiWiki to version 2.51.
The IkiWiki search plug-in now uses www/xapian-omega as backend
instead of textproc/hyperestraier. You will need to update the
configuration of any search enabled ikiwiki installations and
rebuild them since the search form has changed.

Approved by:	erwin (mentor, implicit)
2008-07-05 09:27:33 +00:00
Jeremy Messenger
788af8e078 Update to 0.40. 2008-07-04 17:24:35 +00:00
Beech Rintoul
b34333e2d3 - Add entry for irc/ratbox-services 2008-07-02 22:33:10 +00:00
Jeremy Messenger
36ed7506b1 Instead of general ports with 'port* -a', speific what you need to do to
update these ports for poppler and firefox3. That way it won't break users'
update when they are following the step by step and hit failure by 'port* -a'.

Requested by:	Ross Gohlke <ross@emerson.grinz.com>
Reviewed by:	marcus (on portupgrade part)
2008-07-02 17:53:05 +00:00
Alex Dupre
280cacc500 Add an entry for mail/nocc: config file location is changed. 2008-07-02 06:11:28 +00:00
Lev A. Serebryakov
9c0af88e61 (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
(2) Fix CATEGORIES for devel/*-subversion ports
  (3) Add note to UPDATING about neon26/neon28 transition and
      binding changes.

PR:		ports/125168 [2]
Submitted by:	Dmitry Morozovsky <marck rinet ru> [1,2,3]
2008-07-02 05:21:39 +00:00
Joe Marcus Clarke
9ab39b5747 Clarify the poppler/firefox3 wording. 2008-07-01 04:11:06 +00:00
Jeremy Messenger
a63a2676b6 Add notes about poppler* and firefox3. 2008-06-30 20:20:47 +00:00
Jung-uk Kim
582b1941ce Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128
drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128
respectively.
2008-06-27 23:26:43 +00:00
Beech Rintoul
d6647402fa Add entry for irc/ircd-ratbox-devel
PR:		ports/124799
Submitted by:	Lewis <moggie@elasticmind.net>
2008-06-25 06:25:15 +00:00
Marcelo Araujo
01b904c239 - The branch 1.9 not is more supported, from now on mod_security receive a new series called 2.5.
x.
- Take maintainership.

Thanks to Alex Dupre which maintained this port by a long time.

PR:             ports/124828, ports/124830
Submitted by:   araujo (myself)
Approved by:    Alex Dupre <ale@FreeBSD.org> (maintainer)
Thanks to:	WIKTORZAK Cedric <cedric@synapse-interactive.fr>
2008-06-25 00:41:42 +00:00
Ion-Mihai Tetcu
e136cee624 Note changes in Opera 9.5 2008-06-24 20:44:59 +00:00
Clement Laforet
c526e611b0 - Update to 2.2.9
- Add a note to UPDATING about the forced build of subversion
   because of apr/apu bumped version.
2008-06-23 21:11:15 +00:00
Martin Wilke
828bc7cd20 - Drop whitespaces 2008-06-22 17:02:50 +00:00
Felippe de Meirelles Motta
ba84fb02b8 - Fix grammer on lippe's 20080616 entry.
Reported by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
Approved by:	gabor (mentor, implicit)
2008-06-17 16:45:18 +00:00
Wesley Shields
ff2fd52d0d Change to installing binaries with 'n' prefix as to not conflict with
editors/2bsd-vi.  It does, however, now conflict with editors/nvi-m17n.

Remove dead MASTER_SITES.

Remove unnecessary RELENG_4 hack.

PR:		ports/124547
Submitted by:	Robert Wilson <hotaru@safe-mail.net>
2008-06-17 13:20:34 +00:00
Felippe de Meirelles Motta
6923039945 - Update to 2.6.0.
- Added note on UPDATING to upgrade dkim-milter.

PR:		ports/124486
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-06-17 01:50:05 +00:00
Jeremy Messenger
f6d5801768 -Update to 9.5, be sure to read in UPDATING.
-Add Java 6 support for plugins, untest.
-Remove pkg-message, we have UPDATING.

Changelog: http://www.opera.com/docs/changelogs/linux/950/
2008-06-13 04:00:57 +00:00
Thomas Abthorpe
98716df315 - Add entry for devel/pear-Date_Holidays subport split 2008-06-09 14:23:04 +00:00
Thomas Abthorpe
a15b7f52d3 - Clean up grammar on lippe's 20080605 entry. 2008-06-09 13:39:27 +00:00
Ade Lovett
65b81c28d7 Fix portmaster instructions (sorry, I don't use it) for devel/gettext
update.

Submitted by:	Lots and lots and *lots* of people
2008-06-06 21:12:18 +00:00
Martin Wilke
fec4a19270 - Fix merge mistake 2008-06-06 20:23:07 +00:00
Felippe de Meirelles Motta
3ff89862cd On 2008-01-01, audio/paman was moved to audio/pavucontrol. But this seems to be a mistake since these are two distinct projects.
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound server.

WWW: http://0pointer.de/lennart/projects/paman/

PR:		ports/119674
Submitted by:	Romain Tartiere <romain@blogreen.org>
Approved by:	gabor (mentor)
2008-06-06 02:47:23 +00:00
Ade Lovett
40e012915e Document procedure for new gettext 2008-06-06 02:36:17 +00:00
Boris Samorodov
23f3a4a858 - Update editors/emacs to 22.2.
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.

PR:		122783
Submitted by:	KIMURA Yasuhiro <yasu at utahime.org>
Approved by:	keramida (maintainer timeout, 6 weeks)
2008-06-03 14:36:50 +00:00
Henrik Brix Andersen
7702bac9b2 Add entry for www/ikiwiki.
Approved by:	erwin (mentor, implicit)
2008-06-01 21:16:55 +00:00
Martin Matuska
38b9037c62 - Add entry for net-im/jabberd 2008-05-24 00:05:24 +00:00
Sergey A. Osokin
57c69d0c24 Add entry about nginx* versions changes.
Submitted by:	marck@
2008-05-20 09:57:45 +00:00
Henrik Brix Andersen
be6f005b6b Add entry for irc/bitlbee.
Approved by:	erwin (mentor)
2008-05-19 16:10:46 +00:00
Martin Wilke
d2b1f88bde - Fix whitespaces 2008-05-19 04:55:27 +00:00
Martin Wilke
495bba8a70 - Update to 0.6.0
Notes:
	 The slave ports multimedia/smplayer-qt4 have been removed
	 with the upgrade of multimedia/smplayer to 0.6.0, qt3 is
	 no longer supported. They are now fully integrated into
	 multimedia/smplayer.

	 Please uninstall multimedia/smplayer-qt4 port before
	 upgrading multimedia/smplayer to version 0.6.0 or higher.
2008-05-17 19:17:44 +00:00
Rong-En Fan
e746cb33a2 - Fix format so that the UPDATING rss feed [1] works again
[1] http://kapranoff.ru/~kappa/files/ports.UPDATING.rss20.xml
2008-05-17 11:45:52 +00:00
Gabor Kovesdan
1205c0f653 - Update to 2.6.0 [1]
- Add Ms Word support via textproc/ripole

PR:		ports/123227 [1]
Submitted by:	Michael Scheidell <scheidell@secnap.net> [1]
2008-05-13 13:44:24 +00:00
Philippe Audeoud
d6f4f4ef7b - Add an entry for audio/ampache
Approved by:	tabthorpe (mentor)
2008-05-13 12:45:54 +00:00
Beech Rintoul
271a6de6f5 - Add entry for databases/ptop 2008-05-09 00:56:58 +00:00
Rong-En Fan
07d2e57774 - Add a note regarding audio/gramofile perl interface removal. 2008-05-07 09:24:13 +00:00
Rong-En Fan
8e239322dd - Correct date in last entry 2008-05-07 09:22:05 +00:00
Ion-Mihai Tetcu
dfe1dae3eb Add a note about the changes in net-mgmt/collectd
PR:		ports/123367
Submitted by:	maintainer
2008-05-06 10:48:14 +00:00
Beech Rintoul
79cdc5fd06 Add net/skype-devel entry 2008-05-03 23:44:23 +00:00
Beech Rintoul
64cfb8be95 - Fix typo 2008-04-27 05:05:19 +00:00
Beech Rintoul
abd4b9eb03 - Add entry for www/phpgedview 2008-04-27 05:01:38 +00:00
Edwin Groothuis
17721376c8 [PATCH] UPDATING: change some AFFECTS lines to work with pkg_updating(1)
Change some AFFECTS lines in ports/UPDATING to work with
	pkg_updating(1)

PR:		ports/123058
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
2008-04-27 04:12:47 +00:00
Beech Rintoul
d4413455b8 - Edit skype entry to require fc6 on both versions. 2008-04-19 20:46:30 +00:00
Renato Botelho
6fc00994f8 Add an entry about clamav 0.93 update
Reviewed by:	lots at #bsdports
2008-04-16 16:07:05 +00:00
Beech Rintoul
c5abc9702c - Update skype entry 2008-04-15 05:46:21 +00:00
Beech Rintoul
5d960e15f1 - Fix typo
PR:		ports/122579
Submitted by:	Federico <federicogalvezdurand@yahoo.com>
2008-04-08 20:55:52 +00:00
Marcelo Araujo
60e33d5de9 - Update to 1.30.
- Use CPAN macro.
- Doesn't depend more on mod_perl.

PR:		ports/122395
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer)
2008-04-08 03:41:23 +00:00
Mario Sergio Fujikawa Ferreira
6322aa0392 Fix typo: tacker -> tracker 2008-04-07 04:46:23 +00:00
Michael Johnson
8260674227 Split tracker into gnome and non-gnome ports
The sysutils/tracker port is now a meta port and tracker is now split into
  separate ports to allow non-GNOME users to install tracker without pulling
  in GNOME components. To upgrade please use the directions below.

  portmaster users:
  portmaster -o sysutils/tracker-client tracker
  portmaster -u sysutils/tracker

  portupgrade users:
  portupgrade -o sysutils/tracker-client tacker
  portupgrade -u sysutils/tracker

Repocopied by:	marcus
2008-04-05 17:02:17 +00:00
Marcus Alves Grando
61b44c29e8 - Add entry to databases/sqlite3 2008-04-05 14:56:15 +00:00
Juergen Lock
89735d50b7 Document move of qemu's tuntap scripts from /etc to ${PREFIX}/etc 2008-04-03 20:29:54 +00:00
Martin Wilke
427063f68f - Fix whitespaces (no cookies for beech) 2008-03-30 00:20:48 +00:00
Martin Wilke
a2dda4c4c7 - Add update notes for www/mediawiki users 2008-03-30 00:18:07 +00:00
Beech Rintoul
03ba528ee2 - Add entry for www/phpadsnew --> www/openx 2008-03-29 19:50:39 +00:00
Beech Rintoul
8a92752918 - Update 20080318: Skype entry 2008-03-28 05:38:32 +00:00
Boris Samorodov
6e187396d3 Welcome to the new emulation/linux_base-f8 port.
Using: identical to emulation/linux_base-fc6.
2008-03-26 13:47:50 +00:00
Jeremy Messenger
c07b55cad9 Add tell users to check in our known issues and solutions in GNOME 2.22 update
section.
2008-03-24 16:38:25 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Mario Sergio Fujikawa Ferreira
b1782f8041 Fix typo: emulation/ -> emulators/ 2008-03-20 12:11:56 +00:00
Beech Rintoul
316af7b650 - Add further instructions for skype 2008-03-18 19:52:50 +00:00
Philippe Audeoud
652a8c5b8e - Add entry for audio/gnump3d
Approved by:	thierry (mentor)
2008-03-18 09:31:28 +00:00
Beech Rintoul
3615e60c68 - Add entry for net/skype net/skype_devel 2008-03-18 08:46:41 +00:00
Rong-En Fan
84a140604b - net/iscsi-target configuration files location changed.
PR:		121733
2008-03-16 09:20:35 +00:00
Stanislav Sedov
9fc7effcc3 - Add a small note about $HOME/.e incompatibility with the new
e17 version.

Submitted by:	lippe
2008-03-15 17:30:34 +00:00
Martin Wilke
28f7014836 - Fix whitespaces 2008-03-14 21:45:24 +00:00
Martin Wilke
961918307b - Add notes for security/nmapfe users 2008-03-14 21:40:33 +00:00
Rong-En Fan
aefda2467f - Entry for mail/ezmlm-web 3.2
PR:		121267
2008-03-13 03:34:15 +00:00
Stanislav Sedov
b0a2f8fb25 - Document enlightenment-devel upgrade path. 2008-03-12 10:56:27 +00:00
Emanuel Haupt
86bfc2976c Add an entry about the mail/dovecot update. 2008-03-05 23:59:00 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Beech Rintoul
a9e207ad9f - Add entry for www/instiki 2008-02-23 23:41:59 +00:00
Alejandro Pulver
6e7e9d90ea - Update to version 0.6.
- Add note to ports/UPDATING about configuration files.

PR:		ports/120234
Submitted by:	Matthieu GUEGAN <matt.guegan@free.fr> (maintainer)
2008-02-20 01:10:09 +00:00
Wes Peters
a1a79ac7c5 - Updated to 1.3.2;
- Use SF macro;
- Sort pkg-plist;
- Add NOTE to UPDATING.

As submitted by Felippe, but I left the MASTER_SITE_SUBDIR setting because
I couldn't fetch from SourceForge without it.  If you experience download
problems, please email me.

PR:		ports/120595
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
MFC after:	1 week
2008-02-18 17:21:43 +00:00
Marcelo Araujo
159ab3967c - Update to 2.78.
PR:		ports/120028
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Reworked by:	Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
2008-02-17 12:27:13 +00:00
Andrew Pantyukhin
be4e5cdeaa - Break long lines
- Feed my spellchecker
2008-02-09 09:12:00 +00:00
Sergey Matveychuk
983c08cfda Fix typos in the last entry.
Submitted by:	marck
2008-02-08 13:38:22 +00:00
Sergey Matveychuk
923507784c An entry about a new portupgrade requirement. 2008-02-08 10:22:18 +00:00
Andrew Pantyukhin
7d1618b02e - Avoid a contradiction with our own manpage 2008-02-03 20:46:04 +00:00
Johan van Selst
8059363fc2 Note that configuration and data files of www/xshttpd have been moved. 2008-02-03 08:31:22 +00:00
Beech Rintoul
0fbf6086d0 - Add entry for www/punbb
PR:		ports/119964
2008-02-02 23:20:50 +00:00
Beech Rintoul
117d4ac681 - Add entry for www/ziproxy
PR:		ports/120196
2008-02-01 02:04:08 +00:00
Jeremy Messenger
21c7fbc514 Update to 0.5.8.2, be sure to read in UPDATING before you run it. 2008-01-26 16:44:43 +00:00
Marcelo Araujo
575b190d46 - Update to 2.1.5.
Approved by:	stas (mentor, implicit)
2008-01-25 11:31:31 +00:00
Clement Laforet
bc3ac826cf - Update to 2.0.63
- Use BDB from bsd.database.mk instead of homebrew [1]

PR:             ports/119712 [1]
Submitted by:   mm [1]
2008-01-20 15:00:32 +00:00
Clement Laforet
08e7642f45 - s/bsd.databases.mk/bsd.database.mk/
PR:             ports/119823
Submitted by:   mm
2008-01-20 14:00:32 +00:00
Clement Laforet
0cf36460fb - Update to 2.2.8
- Update documentation
- Use BDB from bsd.databases.mk instead of homebrew [1]

PR:             ports/119711 [1]
Submitted by:   mm [1]
2008-01-20 11:29:31 +00:00
Beech Rintoul
116b51895d - Add entry for net/radius2
PR:		ports/119582
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
Approved by:	linimon (mentor)
2008-01-18 21:46:50 +00:00
Lars Thegler
d04ab12b99 - Update to 2007.3
- Also see: http://www.perforce.com/perforce/doc.073/user/relnotes.txt
2008-01-14 15:09:30 +00:00
Henrik Brix Andersen
a9b4efe34d Add information about migrating to new default configuration of
irc/bitlbee.

Approved by:	erwin (mentor)
2008-01-08 20:53:38 +00:00
Marc Fonvieille
d9e9fd923c Fix typos. 2007-12-30 09:20:24 +00:00
Mario Sergio Fujikawa Ferreira
9aa163031f www/amphetadesk now uses USE_RC_SUBR amphetadesk rc.d script 2007-12-25 19:56:34 +00:00
Sergey Matveychuk
ba2481a6d3 - Update to 0.8.7a.
Please note, the version has some issues that require you do some actions
  after update. Read UPDATING file for details.
2007-12-16 18:39:38 +00:00
Jeremy Chadwick
759a83bf96 Entry describing recent changes to www/suphp, which solicits the need
for some Apache httpd.conf modifications.
2007-12-15 15:35:53 +00:00
Beech Rintoul
f177cf259d - Update to 1.4.0.118 (oss)
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 13:01:58 +00:00
Alexey Dokuchaev
b7cef7ef78 Add a note about how to remedy rather common problem when upgrading
x11/nvidia-driver port.

Approved by:	portmgr (marcus)
2007-10-31 23:51:39 +00:00
Beech Rintoul
3c92191760 - Add entry for net/skype
Approved by:	portmgr (marcus)
2007-10-30 20:49:04 +00:00
Peter Pentchev
10e932a6dd Note that sysutils/daemontools now builds on a NFS-mounted workdir. 2007-10-30 10:52:57 +00:00
Peter Pentchev
c28945e0fe Note the binary and library directory change in security/stunnel 4.21. 2007-10-29 16:50:21 +00:00
Joe Marcus Clarke
bf1975d2da Add a -f to the portupgrade instruction to properly convert from scrollkeeper
to rarian.
2007-10-25 07:43:49 +00:00
Joe Marcus Clarke
4acc6fb2a4 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
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Martin Wilke
2cf3cd9ec6 - Fix whitespaces 2007-10-24 09:17:37 +00:00
Martin Wilke
97793ba4d4 - Add notes for databases/mysql-connector-java users 2007-10-24 09:16:39 +00:00
Rong-En Fan
59c7417b62 - Add missing colon after date entry
Submitted by:	beat at chruetertee.ch on freebsd-ports
2007-10-20 10:41:09 +00:00
Martin Wilke
46471234b5 - Fix day entry for mediawiki
PR:		117081
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2007-10-10 18:56:49 +00:00
Peter Pentchev
c38ca1157f Note the possible issues arising from the vpopmail-5.4.20 update. 2007-10-09 13:28:22 +00:00
Martin Wilke
d3226a8771 - Update to 1.11.0
- Add notes in UPDATING for mediawiki users

Approved by:	maintainer implicit
2007-10-08 09:21:42 +00:00
Norikatsu Shigemura
0dd69e122e Add a note of OpenEXR and ilmbase 2007-10-08 07:13:20 +00:00
Boris Samorodov
4586eaa3cb Since Fedora is not more Core the port emulators/linux_base-fc7 is renamed
emulators/linux_base-f7. Now it's Fedora 7.
2007-10-07 23:11:46 +00:00
Martin Matuska
e446c1f2f8 - Upgrade to 2.2.0
PR:		ports/115898
Submitted by:	mm
Approved by:	maintainer (timeout)
2007-10-07 09:13:49 +00:00
Mark Linimon
bf8f90f4cc Fix packagename for m4. 2007-10-04 20:06:24 +00:00
Mark Linimon
7556d36a26 Document the window that the ports tree was broken by an m4 upgrade. 2007-10-01 04:33:00 +00:00
Edwin Groothuis
fc7bd8c0cc [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:38 +00:00
Cheng-Lung Sung
fc09260dd0 - state the update of devel/p5-gearmand to devel/p5-Gearman-Server
Pointhat to:    clsung (myself)
PR:		ports/116050
2007-09-26 01:23:30 +00:00
Boris Samorodov
d1fa573aad Welcome to the new emulation/linux_base-fc7 port.
Using: identical to emulation/linux_base-fc6.
2007-09-23 16:33:56 +00:00
Beech Rintoul
021a6e7a9d - Update to 20070915
PR:		ports/116420
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
Approved by:	sat (mentor)
2007-09-21 21:24:58 +00:00
Alexey Dokuchaev
021640a12d Fix some noticed spelling and consistency issues. 2007-09-20 08:59:13 +00:00
Alexey Dokuchaev
f35af4d0d5 - Mention x11/nvidia-driver in AFFECTS line for Xorg 7.3 entry
- Kill EOL spaces while here (should be OK since previous entry is trivial)
2007-09-20 08:43:03 +00:00
Timur I. Bakeyev
7775d0579a Add an entry aboutn new 3.0.26a version of net/samba3
Approved by:	shaun (mentor)
2007-09-18 22:31:50 +00:00
Clement Laforet
f829e11f2e - Add experimental support of OPTIONS.
From UPDATING:

  By popular request, OPTIONS support has been added. When actived
  (default), these knobs are ignored:
          * WITH_<CATEGORY>_MODULES
          * WITHOUT_<CATEGORY>_MODULES
          * WITH_CUSTOM_<CATEGORY>
          * WITH_MODULES
          * WITHOUT_MODULES
          * WITH_STATIC_MODULES
  However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS.

- move envvars support to the beginning of apache22_checkconfig() to be
  sure we're using envvars during configtest [1]

PR:             ports/116329 [1]
Submitted by:   Ruud Althuizen <ruud@il.fontys.nl> [1]
2007-09-18 20:03:15 +00:00
Florent Thoumie
9a0d869db9 Add a note about nvidia-driver in X.org 7.3 entry.
Reminded by:	Lowell gilbert on -questions
2007-09-14 14:22:53 +00:00
Florent Thoumie
62df320cc3 - Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.

Tested by:	vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
2007-09-13 19:45:08 +00:00
Xin LI
c7ebccf83a Document OpenLDAP 2.4.x using BDB 4.6 by default 2007-09-07 10:04:29 +00:00
Renato Botelho
bdc8dde615 - Upgrade qmail-scanner to 2.01
- Repocopy qmail-scanner to mail/qmail-scanner1 to preserver 1.x version

I made a big confusion here, i forgot i have transfered maintainership of
qmail-scanner to jmelo@, and I took the PR and did all the job.
I explained to jmelo@ and he approved all these changes.

PR:		ports/115877
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Approved by:	jmelo (maintainer)
Repocopied by:	marcus
2007-09-04 13:18:39 +00:00
Andrew Pantyukhin
87466b8058 - Update whois to 4.7.22 [1]
- Rename whois binary from gwhois to mwhois [1]
- Remove CONFLICTS from net/gwhois

PR:		ports/116001 [1]
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) [1]
2007-09-03 08:37:15 +00:00
Andrew Pantyukhin
685d8bfe29 - Fix a subtle typo
- Wrap a long line
2007-08-28 15:58:37 +00:00
Marcelo Araujo
889109ec24 - Update wordpress-mu and reworking the Makefile to follow standards.
Approved by:	itetcu (mentor)
2007-08-28 11:56:32 +00:00
Alex Dupre
493779bf8b Update to 5.1.21 release. 2007-08-28 09:33:41 +00:00
Rong-En Fan
44663e3c61 - Restore previous indentation 2007-08-25 16:28:16 +00:00
Joe Marcus Clarke
bbcb80ae1d Add an entry for net-im/pidgin to handle the sound file changes. 2007-08-21 20:42:35 +00:00
Gabor Kovesdan
4c9cd257fd - Extract command variable definitions from bsd.port.mk, they are now stored in
bsd.commands.mk and can be easily reused within the infrastructure.
- Revert old DESTDIR implementation.
- Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:37:24 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Alexey Dokuchaev
0bb5e228f9 Canonicalize @FreeBSD.org email addresses. 2007-07-23 13:56:16 +00:00
Alexey Dokuchaev
c5f937af9c Reflect recent changes in nvidia-driver ports. 2007-07-23 13:48:15 +00:00
Florent Thoumie
d2cff01673 Remove previous entry about xf86-video-nv. Riva128 driver was loaded
automatically when using Driver "nv" so there's no change visible to the
user.
2007-07-19 14:52:17 +00:00
Florent Thoumie
de1be1023a - Add an entry about xf86-video-nv update.
- Fix a typo in previous entry.
2007-07-19 14:47:43 +00:00
Brooks Davis
5198c6449d Upgrade to LLVM 2.0.
From the release notes: "This is the first LLVM release to correctly
compile and optimize major software like LLVM itself, Mozilla/Seamonkey,
Qt 4.3rc1, kOffice, etc out of the box on linux/x86"

For details on the changes to LLVM see:

http://llvm.org/releases/2.0/docs/ReleaseNotes.html

Submitted by:	se
PR:		ports/114169
2007-07-18 14:53:39 +00:00
MANTANI Nobutaka
bd70527bfe Add notes for editors/emacs users. 2007-07-16 17:08:58 +00:00
Joe Marcus Clarke
28228e92d1 Change the pulseaudio realtime group from `realtime'' to pulse-rt'' to stay
in sync with the distribution.
2007-07-13 06:40:50 +00:00
Joe Marcus Clarke
08fba00150 Remove trailing whitespace. 2007-07-13 06:38:32 +00:00
Li-Wen Hsu
982d8bada5 - Update to 1.5.6
- Update various language packs to the latest versions
- Change default install directory from www/data/gallery to www/gallery
- Use WWWDIR

PR:		ports/111568
Submitted by:	Alex Varju <freebsd-ports AT varju.ca> (maintainer)
2007-07-06 05:34:30 +00:00
Michael Nottebrock
961141fb14 Update to KDE 3.5.7 / KOffice 1.6.3 2007-07-04 10:25:00 +00:00
Pav Lucistnik
16d3b05588 - Note for www/osCommerce users
PR:		ports/113605
Submitted by:	Vlad V. Teterya <vlad@vlad.uz.ua>
2007-06-14 21:56:23 +00:00
Martin Wilke
984a1197d1 - Notes for mediawiki Update 2007-06-14 21:20:48 +00:00
Johan van Selst
504d5e8efd Fix a typo in my previous commit
Reported by:	sat
2007-06-14 19:03:50 +00:00
Johan van Selst
a2961563c9 Clarify that xshttpd-devel installs in $PREFIX/www/xshttpd/ not $LOCALBASE/..
Reported by:	sat
2007-06-14 18:44:17 +00:00
Johan van Selst
a4421ce890 Note that www/xshttpd-devel now installs into another directory
Reviewed by:	flz
2007-06-14 17:38:18 +00:00
Andrew Pantyukhin
283d436a2e - Update to 1.4
- Move out agent into net/zabbix-agent
- New option for checking ldap servers (on by default)
- Lots of minor fixes
2007-06-13 13:53:11 +00:00
Ion-Mihai Tetcu
053480daf5 Don't live in the past.
Submitted by:	Michael Plass <michael@plass-family.net>
2007-06-13 08:41:23 +00:00
Ion-Mihai Tetcu
89348a64d1 Mention security/sshguard split. 2007-06-12 20:20:52 +00:00
Sergey Matveychuk
84d1516915 - Bring back lines about portupgrade database recreating. They make no hurt
but make us sure a user will not shout his leg by accidently changing
  BDB version.
- Fix a typo.

Noted by:	kris
2007-06-06 21:53:07 +00:00
Sergey Matveychuk
3b3d5639e6 In xorg serction:
- remove useless database recreations commands for portupgrade-devel. It
  use the same format.
- Fix a paragraph when was said Xorg recreate xorg.conf file on run.
  It does not, so you need see a log for defaults and fix your old
  xorg.conf by hands.
2007-06-06 20:34:53 +00:00