1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

134005 Commits

Author SHA1 Message Date
Simon Barner
b45a14cae0 Fix on 64bit platforms.
Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
PR:		ports/86884
2005-10-05 07:02:31 +00:00
Cheng-Lung Sung
c25d18107d - update to 1.4.4 2005-10-05 06:58:28 +00:00
Cheng-Lung Sung
dee9a74acb - update to 1.10 2005-10-05 06:50:48 +00:00
Mikhail Teterin
c2b0076b73 Update from 4.3.28 to 4.3.29.
Approved by:	maintainer
2005-10-05 06:41:54 +00:00
Cheng-Lung Sung
436dbf54e9 - Update port graphics/flashplayer to 0.4.13
PR:		86914
Submitted by:	maintainer (Li-Lun Wang)
2005-10-05 06:27:34 +00:00
Kris Kennaway
cd7b7a81e1 Update to adzap-20051005 2005-10-05 06:25:21 +00:00
Kris Kennaway
a6f33819e7 BROKEN: Size mismatch 2005-10-05 06:18:16 +00:00
Michael Johnson
831d231539 - Update to 12.17.8
PR:		ports/86904
Submitted by:	Dan Nelson <dnelson@allantgroup.com> (maintainer)
2005-10-05 04:54:17 +00:00
Michael Johnson
0c0a763338 - Update to 0.0.20051004
- Use vlc.org's snapshots now
2005-10-05 04:43:20 +00:00
Dirk Meyer
27e8d22637 - update to 0.6.3
- clean MASTER_SITES
2005-10-05 04:37:53 +00:00
Michael Johnson
de153aa0fb - Update to 0.3.1 [1]
- Make OPTIONS really work

Noticed by:	ports version checker thing [1]
2005-10-05 04:30:00 +00:00
Sergei Kolobov
2c0aa84c5d - Update to 2.0.2
Prompted by:	edwin
2005-10-05 04:26:25 +00:00
Joseph Koshy
4aa22b3aa2 - Upgrade to v1.14 [1]
- Prune MASTER_SITES.
- Add a WWW: link in pkg-descr.

[1] Prodded by:	edwin's ports version check script.
2005-10-05 03:01:22 +00:00
Munechika SUMIKAWA
499f7ce1f5 Upgrade to 1.2. 2005-10-05 02:34:48 +00:00
Edwin Groothuis
46c9cedbaa Upgrade to version 1.1.7
No version bumps neither for other ports since nobody else is using
this one.
2005-10-05 02:19:42 +00:00
Tom McLaughlin
7082d4c04a - Add gmime2-sharp, slave port of gmime2. This port provides the C#
bindings to the gmime2 library.

Approved by:    ahze (mentor)
2005-10-05 02:17:58 +00:00
Jean-Yves Lefort
a3927cf80e Document the x11-wm/devilspie configuration file format change. 2005-10-05 01:55:11 +00:00
Edwin Groothuis
d53a9ddba6 Upgrade to version 2.4
Noticed by: ports new version checker
2005-10-05 01:52:42 +00:00
Jean-Yves Lefort
eed3284f7e Update to 0.13 2005-10-05 01:51:54 +00:00
Edwin Groothuis
b311d084f1 Upgrade to version 1.0.8
Noticed by: ports new version checker.
2005-10-05 01:49:54 +00:00
Edwin Groothuis
d74f8997ff Upgrade to 2.35
Noticed by: new ports version checker.
2005-10-05 01:38:43 +00:00
Edwin Groothuis
34d075ab4d Upgrade to version 1.57
Noticed by: new ports version checker
2005-10-05 01:34:34 +00:00
Yen-Ming Lee
954e9f4081 - update to 0.61
Noticed by:	edwin
2005-10-05 01:29:26 +00:00
Palle Girgensohn
b3f11831be Upgrade to 8.0.4
For more info about this release, please see
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-4
2005-10-05 01:26:26 +00:00
Edwin Groothuis
662b5329d3 Upgrade to 1.2.0
Noticed by: Ports New Version Checker
2005-10-05 01:22:40 +00:00
Markus Brueffer
e6d09b8a34 - Update to version 2.4.4
- Remove some dirs from pkg-plist that are already covered by misc/kdehier

Notified by:	edwinmail
2005-10-05 01:21:57 +00:00
Edwin Groothuis
c1f47be82f Upgrade to 1.0.5
Noticed by Port New Version Check
2005-10-05 01:20:29 +00:00
Markus Brueffer
42082445d5 Update to version 1.0.2 2005-10-05 00:58:31 +00:00
Palle Girgensohn
4e88bfe962 Upgrade to version 7.4.9
Migration to version 7.4.9

   A dump/restore is not required for those running 7.4.X. However, if you
   are upgrading from a version earlier than 7.4.8, see the release notes
   for 7.4.8.
     __________________________________________________________________

Changes

     * Fix error that allowed "VACUUM" to remove ctid chains too soon, and
       add more checking in code that follows ctid links
       This fixes a long-standing problem that could cause crashes in very
       rare circumstances.
     * Fix CHAR() to properly pad spaces to the specified length when
       using a multiple-byte character set (Yoshiyuki Asaba)
       In prior releases, the padding of CHAR() was incorrect because it
       only padded to the specified number of bytes without considering
       how many characters were stored.
     * Fix the sense of the test for read-only transaction in "COPY"
       The code formerly prohibited "COPY TO", where it should prohibit
       "COPY FROM".
     * Fix planning problem with outer-join ON clauses that reference only
       the inner-side relation
     * Further fixes for x FULL JOIN y ON true corner cases
     * Make array_in and array_recv more paranoid about validating their
       OID parameter
     * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
       index on column a
     * Improve robustness of datetime parsing
     * Improve checking for partially-written WAL pages
     * Improve robustness of signal handling when SSL is enabled
     * Don't try to open more than max_files_per_process files during
       postmaster startup
     * Various memory leakage fixes
     * Various portability improvements
     * Fix PL/PgSQL to handle var := var correctly when the variable is of
       pass-by-reference type
     * Update "contrib/tsearch2" to use current Snowball code
2005-10-05 00:06:05 +00:00
Bill Fenner
2e3cb39b3b Use groups to prevent trying to fetch the wrong file from the wrong
master site.
2005-10-04 23:50:47 +00:00
Yaroslav Tykhiy
2517c26c94 This port has been deprecated for 3 months.
Delete it finally from the tree.

Background:

This sub-port has been useless since bogofilter 0.94.13 was out
with fully functional support for multi-language wordlists encoded
in UTF-8.  No need for l10n when i18n is already here.
2005-10-04 23:46:45 +00:00
Edwin Groothuis
6bc04edb3e Update port: net/nbd-server to 2.7.5
The attached patch update net/nbd-server to version 2.7.5.

PR:		ports/86911
Submitted by:	Christian Laursen <xi@borderworlds.dk>
2005-10-04 23:36:03 +00:00
Edwin Groothuis
0b0bd07d4a irc/riece: New version 2.0.1 is released
New version 2.0.1 is released.

PR:		ports/86908
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-10-04 23:33:09 +00:00
Palle Girgensohn
f55ea704d4 Update to version 7.3.11
Migration to version 7.3.11

   A dump/restore is not required for those running 7.3.X. However, if you
   are upgrading from a version earlier than 7.3.10, see the release notes
   for 7.3.10.
     __________________________________________________________________

Changes

     * Fix error that allowed "VACUUM" to remove ctid chains too soon, and
       add more checking in code that follows ctid links
       This fixes a long-standing problem that could cause crashes in very
       rare circumstances.
     * Fix CHAR() to properly pad spaces to the specified length when
       using a multiple-byte character set (Yoshiyuki Asaba)
       In prior releases, the padding of CHAR() was incorrect because it
       only padded to the specified number of bytes without considering
       how many characters were stored.
     * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
       index on column a
     * Improve checking for partially-written WAL pages
     * Improve robustness of signal handling when SSL is enabled
     * Various memory leakage fixes
     * Various portability improvements
     * Fix PL/PgSQL to handle var := var correctly when the variable is of
       pass-by-reference type
2005-10-04 23:31:34 +00:00
Edwin Groothuis
48ff890584 Maintainer update: x11/numlockx 1.1
This is an update of x11/numlockx to version 1.1.  Thanks
	in advance!

PR:		ports/86907
Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com>
2005-10-04 23:31:06 +00:00
Edwin Groothuis
ad3f7a5a8c Maintainer update: comms/efax-gtk 3.0.5
This is an update of comms/efax-gtk to version 3.0.5.  Thanks
	in advance!

PR:		ports/86906
Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com>
2005-10-04 23:26:36 +00:00
Edwin Groothuis
cc784699e5 [maintainer update] update security/pamtester
update security/pamtester to 0.1.2

PR:		ports/86905
Submitted by:	Andrew Thompson <thompsa@FreeBSD.org>
2005-10-04 23:14:39 +00:00
Pav Lucistnik
2f6ecd246f - Update to 0.5.2 2005-10-04 23:13:14 +00:00
Markus Brueffer
0162bc357f Update to version 0.12.4 2005-10-04 23:08:11 +00:00
Palle Girgensohn
c56996ed78 Update to version 0.23 2005-10-04 22:56:25 +00:00
Andrey A. Chernov
c286e648be Upgrade to 1.7.9 2005-10-04 22:49:22 +00:00
Pav Lucistnik
dca822905b - Update to 0.6 2005-10-04 22:49:07 +00:00
Markus Brueffer
82b19d7cda Update to version 0.1.2 2005-10-04 22:42:25 +00:00
Pav Lucistnik
0c3e4630d6 - Update to 2.3.2
Approved by:	Integral <rzinkov@gmail.com> (maintainer)
2005-10-04 22:41:42 +00:00
Andrey A. Chernov
a3fb1479fd Remove myself from MAINTAINER 2005-10-04 22:37:52 +00:00
Edwin Groothuis
29f0187255 Update Digikam, Digikamimageplugins to 0.7.4
These patches update graphics/digikam and
	graphics/digikamimageplugins to version 0.7.4.

	Two new ports are included: graphics/digikam-doc and
	graphics/digikamimageplugins-doc. The documentation for these
	ports is now split from the main program.

PR:		ports/85718
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2005-10-04 22:34:07 +00:00
Edwin Groothuis
6d1dcb018b Update Digikam, Digikamimageplugins to 0.7.4
These patches update graphics/digikam and
    graphics/digikamimageplugins to version 0.7.4.

    Two new ports are included: graphics/digikam-doc and
    graphics/digikamimageplugins-doc. The documentation for
    these ports is now split from the main program.

PR:		ports/85718
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2005-10-04 22:32:11 +00:00
Bill Fenner
809194bd2d Use grouping to stop trying to fetch the wrong file from the wrong site.
Inspired by:	http://people.freebsd.org/~fenner/portsurvey/groups/group.html
2005-10-04 22:31:27 +00:00
Bill Fenner
bc64f3a037 Remove extra "." in MASTER_STIE_SUBDIR.
Remove bash.cc.keio.ac.jp; the host doesn't exist, and
 even in 2000 when it did exist, it didn't have the file.
Remove ftp.iis.u-tokyo.ac.jp; it has not has a TeX directory
 since 2000.
Remove ftp.waseda.ac.jp; it has no tex directory.
2005-10-04 22:23:17 +00:00
Simon Barner
36dc9fd680 Update to 2.7.6
Reminded by:	FreeBSD Ports version check via edwin
2005-10-04 22:17:51 +00:00