Commit graph

827 commits

Author SHA1 Message Date
Philippe Audeoud
8dcf056e96 - Note the pluxml-devel update and migration tool. 2008-11-05 10:47:16 +00:00
Wesley Shields
b9cdf1a11c Make note of git-shell location change. 2008-11-02 19:09:34 +00:00
Hiroki Sato
b638279af6 - Add "-a ADDR" option to jserver and "listenaddr" directive to
jserverrc.  This specifies listen address of the INET socket.
  Note that the default value is set as 127.0.0.1.  If you need
  the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in
  $wnn_flags or modify jserverrc.
- Fix a buffer overflow when very long file name is specified in
  the -f option.
- Fix a typo in CONFIGURE_ARGS and COMMENT.
- Rename a patch file (patch-Wnn-jd-serverdef).
2008-10-30 07:43:17 +00:00
Wesley Shields
805df833b8 Note the asterisk-gui update.
PR:		ports/128403
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-10-30 00:34:44 +00:00
Greg Larkin
b7dc23f441 - Updated to 1.7.0
- Added MASTER_SITES for redundancy
2008-10-28 18:21:10 +00:00
Hiroki Sato
95398ac2c5 Document split of japanese/Canna and japanese/sj3, and
japanese/sj3-server default listen address change.
2008-10-26 20:34:35 +00:00
Alexey Dokuchaev
253619a668 Assorted formatting, whitespace, consistency, and spelling fixes. 2008-10-04 09:07:24 +00:00
Martin Wilke
7b67a24b3c - Update to 3.0.STABLE9
- Make WITH_SQUID_COSS a no-op for now (see UPDATING)
- Use "templates" as the default language directory

PR:		127627
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-09-26 09:40:47 +00:00
Beech Rintoul
ce78e585f7 - Append proftpd entry 2008-09-24 21:24:29 +00:00
Beech Rintoul
ac417d8169 - Add entry for ftp/proftpd 2008-09-24 21:15:32 +00:00
Greg Larkin
6e60a56931 - Fixed logcheck script silent failure in previous commit
- Added handling for crontab installation problems
- Incorported security fixes from PR opened after previous commit
- Added UPDATING entry since configuration options have changed
  fairly significantly

PR:		ports/122842
Submitted by:	Cezary Morga <cm@therek.net>
PR:		ports/127255
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org>
Reviewed by:	glarkin
Approved by:	beech (mentor, implicit)
Approved by:	portmgr (marcus)
Security:	Incorrect addition of logcheck user to wheel group
2008-09-11 00:30:09 +00:00
Martin Wilke
53c839637f -Drop whitespaces 2008-09-07 21:48:44 +00:00
Martin Wilke
4a281e9eb8 - Add update infos for www/mediawiki12 and www/mediawiki 2008-09-07 21:45:22 +00:00
Philip M. Gollucci
23c844c03f - repocopy net-mgmt/nagios -> net-mgmt/nagios2
and connect net-mgmt/nagios2 to the build

- Move net-mgmt/nagios-devel -> net-mgmt/nagios
  (v3.0.3)

- Add note to UPDATING

o net-mgmt/nagios [3]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
   OPTIONS+= EVENT_BROKER [1]
   use @dirrmtry in pkg-plist

o net-mgmt/nagios12 [2]
   SF Macro
   USE_RC_SUBR != yes (files/nagios.sh.tmpl -> files/nagios.in)
   Conversion to pkg-install, pkg-deinstall, pkg-message
   use @dirrmtry in pkg-plist

o net-mgmt/nagios2 [4]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)

PRs:    ports/126758 [4]
    ports/126761 [3]
    ports/126754 [2]
    ports/126684 [1]

Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Reworked by:    pgollucci - freebsd ports infrastructure changes
Reviewed by:    pgollucci
Approved by:    gabor (mentor)
2008-09-03 00:30:56 +00:00
Mark Linimon
009e8690de Add note about deprecations and changes in math/ploticus. 2008-09-02 22:17:44 +00:00
Doug Barton
c10a86a26a Per user request, add a note about the move from pine to alpine. 2008-09-02 18:10:39 +00:00
Lars Thegler
9a128aa6b5 Add note about net-mgmt/smokeping 2008-08-31 20:06:06 +00:00
Philip M. Gollucci
10c1c1d224 DEPENDS_ARGS doesn't work with packages and even if it did
WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off.

As such, we've split this port into MASTER (www/p5-Apache-DBI) and
SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2).

While here, cleanup the MASTER port a little
 - spell out the RUN_DEPENDS
 - remove USE_APACHE and let www/mod_perl* deal with it
 - pull the plist into Makefile

Bump PORTREVISION

Discussed with:     pav on #bsdports
Approved by:        gabor (mentor)
2008-08-28 18:30:27 +00:00
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