Commit graph

4684 commits

Author SHA1 Message Date
Sean Chittenden
09e4d41a99 Unbork for non-slave builds. 2006-02-21 07:55:35 +00:00
Sean Chittenden
32be164d05 Update ruby-cdb to 0.5a and kill off patch now incorporated in upstream
repo.  Also fix on amd64 by compiling subport, cdb, with -fPIC.  Given
this is required for other amd64 ports that could potentially link against
cdb, fix this in databases/cdb instead of just ruby-cdb.
2006-02-21 07:29:43 +00:00
Bill Fenner
83764e1daa Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.

The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
2006-02-20 20:50:22 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Erwin Lansing
bdad22b346 Update to 0.02003
PR:		93588
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-20 08:12:21 +00:00
Sergey A. Osokin
5b6e2143fd Fix build depended port (i.e. www/oops) by install addition header.
Bump PORTREVISION.

No cookie for:			author
Notice about broken build from:	az, kris
2006-02-20 07:47:18 +00:00
Joe Marcus Clarke
8fd1dade69 Fix path to source file. 2006-02-19 22:13:44 +00:00
Joe Marcus Clarke
3185a5b9a5 Fix e-d-s so that it does not try to allocate all available memory on 64-bit
platforms.  The fix committed is different from that in the PR since the
purpose of this memory was not clarified by the Evolution developers.  The
fix committed casts the require memory size to an unsigned 32-bit integer.
Since the memory required should never exceed the maximum capacity of an
uint32_t, this is not a problem.

Thanks to anholt for tracking down this problem.

See http://bugzilla.gnome.org/show_bug.cgi?id=331099 for more details.

PR:		93215
2006-02-19 22:12:27 +00:00
Erwin Lansing
4fb3432556 Oryx is an object persistence framework which supports both object-relational
mapping as well as DMB style databases and as such is not coupled with any
particular storage back-end. In other words, you should be able to
swap out an RDMBS with a DBM style database (and vice versa) without
changing your persistent classes at all.

WWW: http://search.cpan.org/dist/Oryx/

PR:		ports/93533
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-02-19 20:07:41 +00:00
Erwin Lansing
5aae0beb00 Update to 0.02002
PR:		93556
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-19 09:30:48 +00:00
Aaron Dalton
adf55c7962 - added RUN_DEPENDS
Approved by:	tobez (implicit)
2006-02-18 22:24:31 +00:00
Aaron Dalton
f0798c9693 Adding port databases/p5-Iterator-DBI, An iterator for returning DBI query results.
Committed by:	aaron
Approved by:	tobez (implicit)
2006-02-18 21:55:07 +00:00
Marcus Alves Grando
35b8bf16d2 - Update to 5.0.20
- portlint(1)

PR:		93510
Submitted by:	maintainer
2006-02-18 16:12:53 +00:00
Palle Girgensohn
ab5d98d05b Security patch, update to version 7.4.12.
Security:	http://www.postgresql.org/docs/8.1/static/release-7-4-12.html
2006-02-18 15:45:58 +00:00
Palle Girgensohn
f56421aa5b Security patch, update to version 7.3.14.
Security:	http://www.postgresql.org/docs/8.1/static/release-7-3-14.html
2006-02-18 12:48:53 +00:00
Palle Girgensohn
48795c3f36 Security patch, update to version 8.0.7.
Security:	http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-0-7
2006-02-18 12:36:05 +00:00
Erwin Lansing
2ba9d6a644 Update to 0.02001
PR:		93514
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-18 11:08:22 +00:00
Erwin Lansing
6668068cd4 Update to 0.05006
PR:		93513
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-18 11:06:42 +00:00
Sergey Matveychuk
0f8fd211a0 - Does not build on amd64
Reported by:	krismail
2006-02-17 20:39:03 +00:00
Palle Girgensohn
2466e8fe26 Minor release 8.1.3 patches security issue
Release Note: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3

PR:		ports/93440
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2006-02-17 20:12:14 +00:00
Renato Botelho
4957a8e25c - Update to 1.4.1
PR:		ports/93456
Submitted by:	maintainer
2006-02-17 16:37:42 +00:00
Herve Quiroz
653b4bf541 HSQLDB is the leading SQL relational database engine written in Java. It has a
JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus
SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version
for applets), fast database engine which offers both in-memory and disk-based
tables and supports embedded and server modes. Additionally, it includes tools
such as a minimal web server, in-memory query and management tools (can be run
as applets) and a number of demonstration examples.

WWW: http://hsqldb.org/

PR:		93320
Submitted by:	Michael Winking <mwfp@foldl.net>
2006-02-16 16:06:00 +00:00
Herve Quiroz
db81573b3e DbUtils is a small set of classes designed to make working with JDBC easier.
JDBC resource cleanup code is mundane, error prone work so these classes
abstract out all of the cleanup tasks from your code leaving you with what
you really wanted to do with JDBC in the first place: query and update data.

WWW: http://jakarta.apache.org/commons/dbutils/

PR:		93324
Submitted by:	Michael Winking <mwfp@foldl.net>
2006-02-16 15:45:51 +00:00
Alex Dupre
b10e49f920 Update to 5.1.6 release. 2006-02-15 21:22:14 +00:00
Erwin Lansing
e2e5fbc57f Update to 0.20
PR:		93375
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-15 13:39:25 +00:00
Sergey A. Osokin
9c896d58a7 Update to 3.45. 2006-02-15 10:23:51 +00:00
Sergey A. Osokin
71cbe65edd Update to 3.24. 2006-02-15 10:22:40 +00:00
Renato Botelho
10041af751 - Update to 0.05005
PR:		ports/93319
Submitted by:	maintainer
2006-02-14 15:07:22 +00:00
Renato Botelho
aa1a0456a4 Paradox is an extension to read and write Paradox .DB and .PX files.
It can handle almost all field types and binary large objects stored
in .MB files.

WWW: http://pecl.php.net/package/paradox

PR:		ports/93211
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-02-14 14:54:30 +00:00
Alex Dupre
83015f7ae3 MySQL 4.1 doesn't need newer zlib.
Reported by:	mnag
2006-02-13 19:44:19 +00:00
Marcus Alves Grando
5fa7679490 - Update to 3.3.4
- Add THREADS, DEBUG and DOCS in OPTIONS
- Fix build when select WITH_TCLWRAPPER and NOPORTDOCS
- Reorganize Makefile
2006-02-13 16:53:11 +00:00
Marcus Alves Grando
7e622c6803 - Migrate all knobs to OPTIONS
- Add threads support [1] (mostly part)
- Reorganize Makefile
- Bump PORTREVISION

PR:		93101 [1]
Submitted by:	Henry Miller <hank@millerfarm.com> [1]
2006-02-13 14:57:51 +00:00
Alex Dupre
ae8be5ee13 Update to 4.1.18 release. 2006-02-13 12:25:06 +00:00
Erwin Lansing
35aeab397d Update to 0.02000
PR:		93267
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-13 09:41:29 +00:00
Erwin Lansing
1cd9878463 Update to 0.19
PR:		93266
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-13 09:31:39 +00:00
Kris Kennaway
aa897eb95a Try to remove cgi-bin directory 2006-02-12 22:22:34 +00:00
Sergey Matveychuk
be6baed375 - distinfo was accidently not committed with a last update
Reported by:	krismail
2006-02-12 19:26:43 +00:00
Marcus Alves Grando
5e3ee7055f - Fix removing of build_docs 2006-02-12 04:04:47 +00:00
Marcus Alves Grando
026711f634 - Temporary disable build of html docs.
- Fix NOPORTDOCS build.
- Bump PORTREVISION

Reported by:	Tobias Roth <roth@iam.unibe.ch>, Al Arzaga <freebsd@arzaga.net>
2006-02-12 03:44:45 +00:00
Erwin Lansing
c923f72f2b Add p5-DBIx-Class-WebForm 0.02, CRUD methods for DBIx::Class.
PR:		ports/93188
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-02-11 17:51:24 +00:00
Anton Berezin
0229d7f559 Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library.
2006-02-11 13:36:53 +00:00
Sergey Matveychuk
77fe8f706d * Update of pxlib to 0.6.0
* Reorganization of MAN section in alphabetical order
  with addition of new man pages
* BUILD_DEPENDS line correction in WITH_DOCS branch
* LDCONFIG_DIRS addition with appropriate lines in pkg-plist

PR:		ports/93161
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-02-11 11:43:52 +00:00
Renato Botelho
5d63054c79 - Update to 1.09
PR:		ports/93126
Submitted by:	maintainer
2006-02-10 14:55:36 +00:00
Marcus Alves Grando
d979f53099 - Update to 1.1.7 2006-02-10 14:33:04 +00:00
Marcus Alves Grando
74cca54936 - Update to 2.0.7 2006-02-10 14:32:52 +00:00
Marcus Alves Grando
8ecc997bcb - Update to 2.1.3
Submitted by:	Herbert J. Skuhra
2006-02-10 14:32:39 +00:00
Erwin Lansing
04d8b6dab7 Update to 0.05003
PR:		93120
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-10 09:07:01 +00:00
Marcus Alves Grando
300435f077 - Update to 3.3.3 [1]
- Reorganize Makefile

Submitted by:	cokane [1]
2006-02-10 00:07:20 +00:00
Vasil Dimov
ab5f3d74a6 Update to 4.4.20.2
PR:		ports/93031
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	garga (mentor)
2006-02-09 10:05:01 +00:00
Erwin Lansing
4e31dc991e Update to 0.01004
PR:		93029
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-08 09:48:53 +00:00
Michael Johnson
94e09bf590 - Update to 1.8.45
- Make portlint happy
2006-02-08 00:27:38 +00:00
Pav Lucistnik
21c0047acd - Fix plist
PR:		ports/92922
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2006-02-07 21:36:50 +00:00
Sergey Matveychuk
2d249e8ce0 - Remove USE_REINPLACE from my ports 2006-02-07 17:56:16 +00:00
Erwin Lansing
65ad02daf5 Update to 0.05002
PR:		92951
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-07 09:06:09 +00:00
Erwin Lansing
4acc9ba665 Update to 0.01003
PR:		92950
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-07 09:05:01 +00:00
Thierry Thomas
c106bac540 Upgrade to 1.2.0.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=36382&release_id=391352>
2006-02-06 20:24:49 +00:00
Kris Kennaway
4eb3df16de BROKEN: Incomplete pkg-plist 2006-02-05 19:46:42 +00:00
Lars Thegler
84f5076bcb Add p5-Class-DBI-LazyInflate 0.06, defer inflating of columns until they
are used.
2006-02-05 17:59:57 +00:00
Alex Dupre
ee88113e6b Update CONFLICTS after MySQL 5.1 import. 2006-02-05 10:13:54 +00:00
Alex Dupre
2cee7db066 Connect mysql51-* ports to the build. 2006-02-05 10:11:37 +00:00
Alex Dupre
2ac8a4fb37 Add DBD slave port for mysql51-scripts package. 2006-02-05 10:10:41 +00:00
Alex Dupre
ed24876210 Initial import of MySQL 5.1 version.
This is an *alpha* release (5.1.5).
2006-02-05 10:08:40 +00:00
Erwin Lansing
9797596975 DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning table schemas and setting up columns and
primary keys.

DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2.
See DBIx::Class::Schema::Loader::Generic for more, and
DBIx::Class::Schema::Loader::Writing for notes on writing your own
db-specific subclass for an unsupported db.

This module requires DBIx::Class 0.05 or later, and obsoletes
DBIx::Class::Loader for DBIx::Class version 0.05 and later.

WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/

PR:		ports/92813
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-02-04 19:45:40 +00:00
Erwin Lansing
36c2f477f6 Update to 0.18
PR:		92814
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-04 19:44:11 +00:00
Erwin Lansing
462944bbce Update to 0.17
PR:		92796
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-04 11:42:33 +00:00
Kris Kennaway
ac44125a72 Add missing USE_GMAKE=yes, needed to run 'make configure' in dependency. 2006-02-03 07:38:48 +00:00
Sergey Matveychuk
46b6ce4394 o Update port to version 1.1.6, we are at 1.0.22a now.
o According to website it fully supports MySQL 4.0, 4.1, and 5.0
	- Might work with 4.0, so BROKEN_WITH_MYSQL 40 removed
o Makefile changes:
	- Use MASTER_SITE_MYSQL instead
	- Remove USE_REINPLACE
	- DEFAULT_MYSQL_VER already defaults to 41
	- Remove quotes from BROKEN message
	- Use INSTALL_TARGET instead of install

PR:		ports/92727
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2006-02-02 19:07:10 +00:00
Marcus Alves Grando
3f0525c2b7 - Fix REQUIRED in rc script
- Add option to change startup user in rc script
- Reorganize Makefile and rc script
- Remove pkg-plist and add PLIST_FILES and PORTDOCS
- Bump PORTREVISION

PR:             91931
Submitted by:   mnag
Approved by:    seanc (maintainer timeout 15 days)
2006-02-02 14:30:46 +00:00
Erwin Lansing
57d9865285 update to 0.05000
PR:		92730
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-02 11:52:27 +00:00
Erwin Lansing
3b3a30a5bd Update to 0.16
PR:		92729
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-02 11:51:03 +00:00
Simon Barner
4afab5b180 - Update to 1.1.5
- Install documentation

Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
PR:		ports/92682
2006-02-02 10:33:11 +00:00
Simon Barner
3cd345f14f - Update to version 3.52.4 [1]
- Use less greedy CONFLICTS

Submitted by:	Ports fury
PR:		ports/92612
2006-01-31 21:28:38 +00:00
Erwin Lansing
5b41fe02da - Update to 0.29
- Mark for perl 5.6.0 or higher.

PR:		92621
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
Approved by:	mat
2006-01-31 17:12:40 +00:00
Erwin Lansing
3b8c43f941 Update to 0.15
PR:		92605
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-31 14:36:46 +00:00
Anton Berezin
b083c4d35d Update to 1.07.
PR:		92543
Submitted by:	maintainer
2006-01-30 13:58:10 +00:00
Edwin Groothuis
f2ab1844f2 Add missing ) around SIZE statements. 2006-01-30 09:38:49 +00:00
Pav Lucistnik
fa9beb8703 New Ruby MemCached client memcache-client from the Robotcoop. It is a pure Ruby
client for memcached. It is nearly a drop-in replacement for Ruby MemCache
while beeing much faster.

PR:		ports/92350
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2006-01-29 11:57:23 +00:00
Alex Dupre
3330df43ed Add zlib to plist if FreeBSD < 5.0 2006-01-28 23:25:02 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Marcus Alves Grando
bbd8389146 * MOVED
Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20

* databases/Makefile

Remove py-PySQLite2
Add entry to py-pysqlite20 and py-pysqlite21

* databases/py-PySQLite10, databases/py-PySQLite11

Mark NO_LATEST_LINK
portlint(1)

* databases/py-PySQLite2

Removed

* databases/py-pysqlite20 [1]

Update CONFLICTS
Mark NO_LATEST_LINK
portlint(1)

* databases/py-pysqlite21 [1]

Update to 2.1.2
Update CONFLICTS
portlint(1)

Repocopy by:	marcus [1]
2006-01-27 21:16:04 +00:00
Michael Johnson
ed9871607a - Update to 1.8.44 2006-01-25 15:37:08 +00:00
Sam Lawrance
1ba7e10605 Update to 1.1.0. 2006-01-25 12:33:30 +00:00
Sam Lawrance
a8ef67fcae Update to 1.1.1.
PR:		ports/92304
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
2006-01-25 12:32:55 +00:00
Cheng-Lung Sung
da8c3a42d8 - to support db44.
PR:		91987
Submitted by:	Yoshisato YANAGISAWA
2006-01-25 07:08:35 +00:00
Vasil Dimov
74a79e057c Add database options
PR:		ports/92072
Submitted by:	Roderick van Domburg <roderick@developer.nedforce.nl>, Jonathan Weiss <jw@innerewut.de>
Approved by:	Jonathan Weiss <jw@innerewut.de> (maintainer), garga (mentor)
2006-01-23 16:40:28 +00:00
Mark Linimon
f6159fbf7a Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target.  Its usage must preceed generate-plist.

This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.

Hat:		portmgr
Pointy hat:	edwin`
2006-01-23 07:04:10 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Max Khon
88d1a19245 Update to 1.4.1. 2006-01-22 19:00:49 +00:00
Edwin Groothuis
44855e0b04 SHA256ify (manually done and checked)
Approved by:    krion@
2006-01-22 09:54:26 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Kris Kennaway
6a77d20e05 Back out previous commit, it was fixed in the master port 2006-01-22 06:16:57 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Yen-Ming Lee
59198e1e62 - update to 1.06
- unbreak it on perl 5.005_03

PR:		92101
Submitted by:	maintainer
2006-01-22 03:46:29 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Pav Lucistnik
2fa3f60be3 - Populate newly created rubygems category 2006-01-21 20:25:07 +00:00
Sergey Matveychuk
79031ead2a - makes the port honour $CC setting
- do not use %zd on FreeBSD 4.x
- note there is no <malloc.h> in pbl.h to be replaced

PR:		ports/92001
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	maintainer
2006-01-21 19:36:15 +00:00
Dejan Lesjak
97e24935c1 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. 2006-01-21 18:55:31 +00:00
Marcus Alves Grando
f484c99df7 Update to 2.0.0
PR:		91327
Submitted by:	mnag
Approved by:	maintainer timeout (16 days)
2006-01-21 17:27:36 +00:00
Norikatsu Shigemura
292b04093b o Remove ia64 support and Suspend amd64 support. [1]
o Fix WRKSRC. [2]

Pointed out by:	netchild and kris [1]
Submitted by:	John Prather <john.c.prather@gmail.com> [2]
2006-01-21 16:49:19 +00:00
Erwin Lansing
1c305c6c56 Update to 0.14
PR:		92098
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-21 15:45:05 +00:00
Erwin Lansing
ed40940c0e Update to 0.13
PR:		92066
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-20 16:45:21 +00:00
Sergey Skvortsov
654528ebc1 * take maintainership [1]
* update "pre-everything"

Approved by:	maintainer (garga) [1]
2006-01-20 10:45:28 +00:00
Vasil Dimov
0e2468d8b1 Change my email address to the @FreeBSD one
Approved by:	garga (mentor)
2006-01-20 06:12:05 +00:00
Kris Kennaway
5102926ee5 BROKEN: Broken dependency 2006-01-20 00:15:47 +00:00
Ade Lovett
e34831d2b9 Set default pgsql version to 8.1.x, since the port doesn't work with
the packaging default of 7.4.x
2006-01-19 04:21:46 +00:00
Norikatsu Shigemura
aa5bc0195d Update to 10.2.0.1.
Add support amd64 and ia64, but I don't test on them.
  Some Cosmetic Change.
2006-01-18 15:54:29 +00:00
Norikatsu Shigemura
7037ad1e33 Update to 10.2.0.1.
Add support amd64 and ia64, but I don't test on them.
  Change MAINTAINERship to me. [1]
  Some Cosmetic Change.

Requested by:	alecn2002 <alecn2002@yandex.ru> (maintainer) [1]
2006-01-18 15:52:36 +00:00
Sergey Skvortsov
d89f22f261 Update to 3.0.14
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.14/Changes
2006-01-18 13:04:11 +00:00
Michael Johnson
2f01af9f45 - Update to 1.8.41 2006-01-18 01:50:36 +00:00
Marcus Alves Grando
48636a33db Move databases/myodbc -> databases/mysql-connector-odbc
* MOVED
Added antry about move

* databases/Makefile
Remove databases/myodbc
Add databases/mysql-connector-odbc

* databases/myodbc
Removed

* databases/mysql-connector-odbc
Update to 3.51.12
Reorganize Makefile
Now default DRIVER_MANAGER is unixodbc

PR:		89939
Submitted by:	Sergey Prikhodko <sergey@network-asp.biz> (maintainer)
Repocopy by:	marcus
2006-01-17 20:50:46 +00:00
Alex Dupre
a459a11772 Forgot in the 5.1.2 update.
Spotted by:	Christian Astrup Bakke <christian@asba.no>
2006-01-17 11:54:43 +00:00
Lars Thegler
3933d258d0 - Update to 1.04
- Added CHA256 checksum
2006-01-17 10:37:06 +00:00
Alex Dupre
fce0420478 Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
2006-01-16 12:08:20 +00:00
Palle Girgensohn
9174cc7ee4 Fix patch problem; failed to remove this patch when updating.
Pointy hat to: girgen
2006-01-16 10:15:33 +00:00
Anton Berezin
301c30ec72 Update to 0.11. 2006-01-16 08:42:59 +00:00
Pav Lucistnik
f61b30026d - Chase qdbm update
Pointy hat to:	ahze
Reported by:	pointyhat
2006-01-16 02:55:02 +00:00
Pav Lucistnik
af2fe8b5b6 - Update plist for ruby 1.8.4 rdoc
Reported by:	krismail
2006-01-16 02:43:25 +00:00
Pav Lucistnik
d6986129a3 - Add unoficial patch for MySQL 3.23 and 4.0 users
PR:		ports/91684
Submitted by:	Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer)
2006-01-14 19:47:12 +00:00
Vanilla I. Shu
3e5b9ba687 1: upgrade to latest version.
2: remove BROKEN on x11-toolkits/ewl.
2006-01-14 18:33:28 +00:00
Pav Lucistnik
e1a049eeef - Move databases/pecl-hash to security/pecl-hash
PR:		ports/91680
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Repocopies by:	marcus
2006-01-13 08:31:43 +00:00
Cheng-Lung Sung
2cacc00927 - Update to 4.4.20, fixing a dozen bugs, many of them important.
For details, see: http://www.sleepycat.com/update/4.4.20/if.4.4.20.html

PR:		91733
Submitted by:	Matthias Andree (maintainer)
2006-01-13 05:29:16 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Alex Dupre
3f7751a86f Convert mysql-client.sh to rcNG. 2006-01-12 08:57:43 +00:00
Alex Dupre
707b085ac0 Convert mysql-client.sh to rcNG. 2006-01-12 08:47:23 +00:00
Pav Lucistnik
defd4d27d2 - Update to 1.0.1
PR:		ports/91662
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:08:58 +00:00
Pav Lucistnik
57ea6f26ad - Update to 1.8.0
PR:		ports/91636
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:25:41 +00:00
Pav Lucistnik
d9c5541ddb - Update to 1.2.1
PR:		ports/91635
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:24:43 +00:00
Pav Lucistnik
7b6f987876 - Update to 1.0.1
PR:		ports/91633
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:22:38 +00:00
Pav Lucistnik
be28d627ad - Update to 1.1.1
PR:		ports/91632
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:20:24 +00:00
Tim Bishop
4e2c5ea22b - Update to 1.8.1
- Update MASTER_SITES

PR:		91612
Submitted by:	"Henri Michelon" <hmichelon@e-cml.org> (maintainer)
2006-01-11 12:47:27 +00:00
Alex Dupre
2843e6c68e Fix build on 4.X (use included zlib on 4.X). 2006-01-11 07:16:20 +00:00
Palle Girgensohn
1d992c44d7 Update postgresql with latest patch release.
A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages.  This applies to the 8.1 and
8.0 branches on all platforms.

Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.

Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
    on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
2006-01-09 17:30:38 +00:00
Alex Dupre
e11514bf08 Update to 5.0.18 release:
- convert mysql-client.sh script to use ldconfig rcNG system
2006-01-09 12:03:26 +00:00
Anton Berezin
cbb284bc5f Update to 0.10. 2006-01-09 08:37:00 +00:00
Michael Johnson
c27755d74a - Update to 1.8.40 2006-01-08 21:38:15 +00:00
Edwin Groothuis
fdf72c020e New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL module)
PR contains new port security/pecl-hash which provides
	possibility to install PHP PECL extension:

	pHASH Message Digest Framework

PR:		ports/90087
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-01-07 07:52:57 +00:00
Edwin Groothuis
fa986a4290 Fix pkg-plist, as reported by YAPHR 2006-01-07 04:32:11 +00:00
Edwin Groothuis
23f3aa0afb It seemed that the 4.x build was generating more files than the 6.x build.
Fixed pkg-plist accordingly.

Noticed by: YAPHR
2006-01-07 00:40:54 +00:00
Ade Lovett
273354b716 IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
and simplicity to IPv4 address lookup within large-scale environments.
2006-01-07 00:28:20 +00:00
Ade Lovett
faa33cf979 Add 'config' to the list of directories installed by postgresql81-client,
so as to fully install everything needed for pgxs to work correctly.

Approved by:	maintainer
2006-01-07 00:14:42 +00:00
Marcus Alves Grando
3bd21ebe89 Update to 3.2.8
Reorganize Makefile

Notified by:	edwin Version Check
2006-01-06 21:16:54 +00:00
Marcus Alves Grando
1e4fb786ae Update to 2.8.17
Use PORTDOCS
Reorganize Makefile

Notified by:	edwin Version Check
2006-01-06 21:16:41 +00:00
Edwin Groothuis
c3f93965a9 New port databases/p5-DBIx-Sequence
DBIx::Sequence - A simple SQL92 ID generator

	This module is intended to give easier portability to Perl
	database application by providing a database independant
	unique ID generator.  This way, an application developer
	is not bound to use his database's SEQUENCE or auto_increment
	thus making his application portable on multiple database
	environnements.

	This module implements a simple Spin Locker mechanism and
	is garanteed to return a unique value every time it is
	called, even with concurrent processes. It uses your database
	for its state storage with ANSI SQL92 compliant SQL. All
	SQL queries inside DBIx::Sequence are pre cached and very
	efficient especially under mod_perl.

	WWW: http://search.cpan.org/dist/DBIx-Sequence/

PR:		ports/91373
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 07:06:46 +00:00
Edwin Groothuis
5aa1d63af5 New port databases/p5-DBIx-Abstract
DBIx::Abstract - DBI SQL abstraction.

	This module provides methods for doing manipulating database tables
	This module provides methods retrieving and storing data in SQL
	databases. It provides methods for all of the more important SQL
	commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).

	It endeavors to produce an interface that will be intuitive to those
	already familiar with SQL.

	Notable features include:

	  * data_source generation for some DBD drivers.
	  * Can check to make sure the connection is not stale and reconnect
	    if it is.
	  * Controls statement handles for you.
	  * Can delay writes.
	  * Generates complex where clauses from hashes and arrays.
	  * Shortcuts (convenience functions) for some common cases. (Like
	    select_all_to_hashref.)

	WWW: http://search.cpan.org/dist/DBIx-Abstract/

PR:		ports/91372
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 06:16:54 +00:00
Emanuel Haupt
0dcf1b3b74 Remove just added port. pbl is already available under databases/libpbl. 2006-01-05 20:16:59 +00:00
Emanuel Haupt
6298e7ff35 Add pbl, a highly portable database library.
PBL (Peter Graf's Program Base Library) is a library with highly portable
database functions that can be used in a C or C++ project.

The code of the PBL library includes:

 - PBL BASE - some base functions (pbl_*)
 - PBL HASH - a memory hash table implementation (pblHt*)
 - PBL KEYFILE - a key file implementation (pblKf*)
 - PBL ISAM - an ISAM file implementation (pblIsam*)

The spamprobe project (mail/spamprobe) can be used with PBL databases.

PR:		ports/91344
Submitted by:	Johan van Selst <johans@stack.nl>
2006-01-05 20:07:07 +00:00
Pav Lucistnik
4e955b28ac - Don't remove what belongs to mtree
Approved by:	Laurent C. <lrntct@gmail.com> (maintainer)
2006-01-05 15:49:33 +00:00
Erwin Lansing
669e531470 Update to 0.11
PR:		91303
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-04 13:14:51 +00:00
Edwin Groothuis
148a05bb75 fix space -> tab 2006-01-03 22:13:34 +00:00
Edwin Groothuis
9ad98bbaa6 NEW PORTS: databases/py-dbutils, database connection pool for multithread application
DBUtils is a suite of tools providing solid, persistent and
	pooled connections to a database that can be used in all
	kinds of multi-threaded environments like Webware for Python
	or other web application servers. The suite supports DB-API
	2 compliant database interfaces and the classic PyGreSQL
	interface.

	WWW:   http://www.webwareforpython.org/DBUtils

PR:		ports/91268
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2006-01-03 22:12:27 +00:00
Edwin Groothuis
3665b4ea65 New port: databases/libpbl - Peter Graf's Program Base Library
Peter Graf's Program Base Library of C functions.  Includes
	hash table, ISAM, key file implementations.

	WWW: http://mission.base.com/peter/source/

PR:		ports/91257
Submitted by:	hideo <hideo@lastamericanempire.com>
2006-01-03 22:10:56 +00:00
Pav Lucistnik
49f855534a - Update to 1.1.21
PR:		ports/91194
Submitted by:	Martin Jackson <mhjacks@swbell.net>
Approved by:	Alex Rodioukov <simuran@shaw.ca> (maintainer)
2006-01-03 15:39:11 +00:00
Edwin Groothuis
46ff4fbe5e databases/p5-DBIx-Ease - WWW location is incorrect.
There seems to be no sign of DBIx::Ease module when trying
	to access through the given URL in pkg-descr.

PR:		ports/90231
Submitted by:	Parv <parv@pair.com>
Approved by:	maintainer timeout
2006-01-03 04:48:51 +00:00
Edwin Groothuis
20e59bae9d [maintainer-update] databases/postgis fix
This patch adds the missing configure argument '--with-proj',
	as reported in PR ports/91112

PR:		ports/91220
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2006-01-02 22:11:12 +00:00
Michael Johnson
c25895f112 - Update to 1.8.38 2006-01-02 14:13:20 +00:00
Erwin Lansing
5a5439658e The Cache::Memcached::Managed module provides an API to values, cached in
one or more memcached servers.  Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.

WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/

PR:		ports/91203
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:18:32 +00:00
Edwin Groothuis
48e946fe17 [maintainer update]/databases/grass fix start-up script
Fix the start-up script in order to run ld-config in the
	right directory.

PR:		ports/91173
Submitted by:	Laurent Courty <lrntct@gmail.com>
2006-01-02 09:52:28 +00:00
Yen-Ming Lee
c9c2a52cc2 - update to 0.241
- assign to perl@
2006-01-02 06:41:23 +00:00
Edwin Groothuis
5d0cfbb27f Since the distfiles micro version isn't reflected in the name, reflect it in the dist subdir
distinfo CVS:
----------------------------------------------------------------------
2006-01-02 04:27:03 +00:00
Edwin Groothuis
52ae8eefa4 - Update to release 5.0.18.
- Change port version number in 5.0.18
2006-01-02 04:23:33 +00:00
Pav Lucistnik
f1f09a2bf6 - Remove expiration date, this port is not going away yet
Approved by:	ceri (maintainer)
2005-12-30 18:57:00 +00:00
Dmitry Sivachenko
d7b4350ae8 Update to version 1.38. 2005-12-30 09:50:23 +00:00
Anton Berezin
ac122d46c6 Update to 0.09. 2005-12-30 08:45:10 +00:00
Edwin Groothuis
057011c50b databases/grass add libs handling
Change install directory and add a start-up script for
	ldconfig.  PORTREVISION bumped because libraries wasn't
	usable for other applications before.

PR:		ports/91069
Submitted by:	Laurent Courty <lrntct@gmail.com>
2005-12-29 22:24:45 +00:00
Sergey Skvortsov
1cab05a3af Add missed dependency: devel/p5-Clone.
Pointed by:	kuriyama [by email], fenner [PR 90991]
2005-12-29 13:40:27 +00:00
Edwin Groothuis
19ca028ac8 New port: databases/ipa_sdb IPA simple database module
IPA_SDB -- IPA simple database module

	Main features:

	- Distribution consists of database ipa_db_sdb(8) and statistics
	  ipa_st_mod(8) modules;
	- Modules completely support dynamic and static rules, limits and
	  thresholds;
	- All database files are stored in own record based database formats;
	- Formats of database files are machine architecture independent;
	- Sizes of database records are relatively small (binary data formats);
	- Access to statistics can be granted accordingly to the user group;
	- There is the ipa_sdb_dump(8) utility for dumping database files to
	  text format and back.

	WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/

PR:		ports/91009
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2005-12-28 21:51:57 +00:00
Edwin Groothuis
0e4f2cc24d [maintainer-update] Postgis upgrade from 1.0.6 to 1.1.0
Postgis upgrade from 1.0.6 to 1.1.0 .

	This release, includes new functionality, performance
	improvements and bug fixes.  Highlights include:

	    * Geometry building functions, including line merging, polygon creation and vertex manipulation,
	    * Linear referencing functions, including support for measures,
	    * Performance improvements to coordinate reference transformations

PR:		ports/91030
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-12-28 21:10:57 +00:00
Edwin Groothuis
acc4bb316c [maintainer] databases/phpmyadmin
Update to 2.7.0-pl2

	Release notes are at:

	http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0

	This is a bug-fix release -- particularly it fixes:

	* libraries/display_create_table.lib.php: bug #1376314, detection of
	  privileges to create a table (fix for MySQL 4.0.x case)

	Plus updates to Japanese, Danish and Hungarian localization.

PR:		ports/90982
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-12-27 21:49:27 +00:00
Anton Berezin
33ad2ed35d Add databases/p5-Jifty-DBI 0.08, an object-relational persistence
framework in Perl.
2005-12-27 11:49:31 +00:00
Edwin Groothuis
5058641e18 [Maintainer Update] /databases/grass update to 6.0.1
- removed all patches
	- added new patches to get rid of matherr references

PR:		ports/89769
Submitted by:	Laurent Courty <lrntct@gmail.com>
2005-12-27 00:40:40 +00:00
Palle Girgensohn
d6b6d44388 Handle a change in rc.subr. nowadays, "faststart" is used instead of
"start" when booting, since there's no need waste time checking for
running processes when the OS is starting up.

Bumping portrevision.

PR:		90884
Submitted by:	Victor Snezhko <snezhko@indorsoft.ru>
2005-12-25 20:06:23 +00:00
Akinori MUSHA
32f227e67f Update to 2.7. 2005-12-25 17:50:35 +00:00
Alex Dupre
ff61237356 Do not hardcode charset, honour charset defined in freetds.conf or php.ini. 2005-12-23 07:02:12 +00:00
Palle Girgensohn
896fa7a5b4 Update postgresql to 7.3.12
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90446
2005-12-22 20:48:36 +00:00
Palle Girgensohn
f80a057cf9 Update postgresql to 7.4.10
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90445
2005-12-22 20:16:32 +00:00
Palle Girgensohn
7f5a4fde74 Update postgresql to 8.0.5
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90444
2005-12-22 20:14:31 +00:00
Palle Girgensohn
4ec6208676 Update postgresql to 8.1.1
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
PR:		90443
2005-12-22 20:13:30 +00:00
Alex Dupre
6eaf19399c Update to 4.1.16 release. 2005-12-22 18:15:02 +00:00
Alex Dupre
8c03c07964 Update to 5.0.17 release. 2005-12-22 17:48:30 +00:00
Erwin Lansing
96f8628b6c Update to 0.12
PR:		90762
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-21 20:44:55 +00:00
Erwin Lansing
43301fa997 Update to 0.10
PR:		90761
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-21 20:41:44 +00:00
Edwin Groothuis
6bb0a68829 [New Port] databases/db4o-mono A database engine for storing object into files (for mono)
db4o is designed to provide a full-featured, embeddable
	database engine for equipment, mobile, desktop, and  server
	platforms in object-oriented environments

PR:		ports/90631
Submitted by:	Phillip Neumann <pneumann@gmail.com>
2005-12-21 04:13:45 +00:00
Edwin Groothuis
341eea4b4d New port: databases/pydbx Simple SQL database abstraction layer for Python
dbx is a simple SQL database abstraction layer for Python.
	The goal of dbx is to make using a SQL database as simple
	as possible while providing a consistent API across different
	databases.

	Author: David Phillips <david@acz.org>
	WWW:    http://david.acz.org/pydbx/

PR:		ports/90623
Submitted by:	David Phillips <david@acz.org>
2005-12-20 22:43:44 +00:00
Anton Berezin
cdf73d30b6 Update to 1.50. 2005-12-19 20:17:03 +00:00
Sam Lawrance
b2e7dfe6a5 Update to 1.13.2.
PR:		ports/90635
Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2005-12-19 14:30:31 +00:00
Sam Lawrance
3efb28b4f7 Update to 1.4.0.
PR:		ports/90640
Submitted by:	Clive Crous <clive@darkarts.co.za> (maintainer)
2005-12-19 12:20:01 +00:00
Erwin Lansing
b741fe382e Update to 0.08
PR:		90430
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-19 11:27:37 +00:00
Dmitry Sivachenko
84c2df0760 Update to 1.2.12. 2005-12-19 11:12:04 +00:00
Erwin Lansing
55bca00559 Add OPTIONS
PR:		90509
Submitted by:	parv@pair.com (maintainer)
2005-12-18 09:33:37 +00:00
Pav Lucistnik
8bb7b8861d - Update to 1.0.1
Approved by:	Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
2005-12-16 14:50:00 +00:00
Sergey Skvortsov
5a3e63509d Update to 3.0.13
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.13/Changes
2005-12-16 09:10:12 +00:00
Yoichi NAKAYAMA
d2c1ad9876 Fix build for emacs20
PR:		ports/90468
Submitted by:	NIIMI Satoshi
2005-12-16 03:56:23 +00:00
Andrey Slusar
7e3692bf39 Change email address for all my ports.
Approved by:	sem(mentor)
2005-12-15 20:34:46 +00:00
Marcus Alves Grando
98773b7d97 * databases/mysql++
Update to 2.0.7
Add SHA256
Add CONFLICTS

* databases/mysql++1 [1]
Add SHA256
Add CONFLICTS
Add NO_LATEST_LINK

* databases/Makefile
Add mysql++1

PR:		89935
Submitted by:	maintainer
Repocopy by:	marcus [1]
2005-12-15 18:41:41 +00:00
Erwin Lansing
46bfb6ecb9 Update to 0.04001
PR:		90431
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-15 18:11:48 +00:00
Marcus Alves Grando
fa5152c5eb Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
2005-12-15 16:39:13 +00:00
Bill Fenner
0d7dc81453 Add missing dependency on PHP session module.
Submitted by:	Matthew Seaman (MAINTAINER)
PR:		ports/90417
2005-12-15 06:21:16 +00:00
Sam Lawrance
5990e2e941 Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed before
bsd.databases.mk is included.
2005-12-14 22:53:20 +00:00