Commit graph

13897 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
8259621691 - Update to 1.5.2
Changes:	https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md
2015-05-10 20:17:00 +00:00
Sunpoet Po-Chuan Hsieh
e8de709562 - Update to 0.3.18
- Add LICENSE
- Update WWW

Changes:	https://github.com/brianmario/mysql2/releases
2015-05-10 20:16:55 +00:00
Sunpoet Po-Chuan Hsieh
bab46fa17e - Update to 1.3.16
- Add LICENSE

Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2015-05-10 20:16:50 +00:00
Sunpoet Po-Chuan Hsieh
61a02c6358 - Update to 5.1.35
- Add LICENSE
- Update WWW

Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
2015-05-10 20:16:45 +00:00
Sunpoet Po-Chuan Hsieh
92c0c81769 - Update to 1.3.16
- Add LICENSE
- Update RUN_DEPENDS: use Rails 4

Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2015-05-10 20:16:40 +00:00
Muhammad Moinur Rahman
26652597e6 databases/freetds: Update version 0.91.103=>0.91.112.0.0
- Migrate to USES framework from USE_AUTOTOOLS
- Move OPTIONS OPENSSL and GNUTLS under OPTIONS_SINGLE
2015-05-10 13:18:32 +00:00
Muhammad Moinur Rahman
f4b916569d databases/freetds-devel: Update version 0.92.1003=>0.96.3
- Migrate to new USES framework instead of USE_AUTOTOOLS
2015-05-10 12:08:03 +00:00
Dmitry Marakasov
0434417bc2 - Strip binaries 2015-05-10 03:24:45 +00:00
Adam Weinberger
2911cb77cc Reassign databases/ perl modules to perl@.
Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
  excised), it isn't clear whether this module even works when it's
  built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
  as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
  present on CPAN or Meta::CPAN, and should probably be considered
  for deletion
2015-05-09 16:50:00 +00:00
Jimmy Olgeni
093e7ca265 Use PORTNAME in install code. 2015-05-09 13:20:54 +00:00
Jimmy Olgeni
e93cd005c3 Upgrade to version 2.10.3.
PR:		199991
Submitted by:	olgeni
Approved by:	maintainer
2015-05-09 13:07:13 +00:00
Dmitry Marakasov
6a580cc34b - Fix build on 10.x by using newer clang
PR:		200037
Submitted by:	amdmi3
Approved by:	coder@tuxfamily.org (maintainer)
2015-05-09 02:06:43 +00:00
Sunpoet Po-Chuan Hsieh
da3613a240 - Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Remove GH_PROJECT
2015-05-08 20:22:14 +00:00
Dmitry Marakasov
178592ab36 - Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 14:04:50 +00:00
Dmitry Marakasov
1c344de64b - Don't install static libraries with INSTALL_LIB
- Switch to USES=tar

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 13:40:03 +00:00
Ryan Steinmetz
670003635b - Fix broken static library (INSTALL_LIB strips the symbols)
- Bump PORTREVISION
2015-05-08 11:28:57 +00:00
Dmitry Marakasov
547ee5f509 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 09:15:38 +00:00
Kurt Jaeger
9ab91a8f24 databases/sqlrelay: 0.58.1 -> 0.59
0.59 - updated docs, removed some Cygwin-specific info
	added support for login warnings
	made bind variable buffers dynamic on the client side
	added maxbindvars parameter on the server side
	binding a NULL to an integer works with db2 now
	moved getting started with DB docs into the cloud
	added a semaphore to ensure that the listener doesn't hand off the
		client to the connection until the connection is ready,
		elimiating a race condition on the handoff socket that could
		occur if the connection timed out waiting for the listener
		just after the listener had decided to use that connection
	oracle temp tables that need to be truncated at the end of the session
		are truncated with "truncate table xxx" now rather than
		"delete from xxx"
	oracle temp tables that need to be dropped at the end of the session
		are truncated first, rather than the connection re-logging in
	an ora-14452 error (basically indicating that a temp table can only be
		dropped after being truncated, or if the current session ends)
		does not automatically trigger a re-login any more
	updated cachemanager to use directory::read() directly instead of
		directory::getChildName(index)
	added cache and opencache commands to sqlrsh
	made cache ttl a 64-bit number
	added enabled="yes"/"no" parameter to logger modules
	updated odbc connection code to use new/delete and rudiments methods
		rather than malloc/free and native calls
	retired Ruby DBI driver
	fixed command line client crash when using -id "instance" with an
		instance that uses authtier="database"
	fixed bugs that could make reexecuted db2 selects fail and cause a
		database re-login loop
	tweaked spec file to remove empty directories on uninstall
	fixed typo that could sometimes cause a listener crash
	postgresql and mdbtools return error code of 1 rather than 0 for all
		errors now
	tweaked odbc driver to work with Oracle Heterogenous Agent (dblinks)
	fixed bugs related to autocommit with db's that support transaction
		blocks
	implemented the ODBC driver-manager dialog for windows
	updated windows installer to install ODBC registry settings
	ODBC driver copies references now
	fixed various bugs in sqlrconfigfile that caused sqlr-start with no
		-id to crash or behave strangely sometimes
	refactored build process to use nmake and be compatible with many
		different versions of MS Visual Studio
	updated the slow query logger to show the date/time that the query
		was executed
	consolidated c, c++ and server source/includes down a few levels
	implemented column-remapping for get db/table/column commands to
		enable different formats for mysql, odbc, etc.
	odbc connection correctly returns database/table lists now
	added support for maxselectlistsize/maxitembuffersize to MySQL
		connection
	updated mysql connection to fetch blob columns in chunks and not be
		bound by maxitembuffersize
	fixed a misspelling in sqlrelay.dtd
	swapped order of init directory detection, looking for /etc/init.d
		ahead of /etc/rc.d/init.d to resolve conflict with dkms on
		SuSE Enterprise
	C# api and tests compile and work under Mono on unix/linux now
	sqlr-start spawns a new window on Windows now
	added global temp table tracking for firebird
	added droptemptables parameter for firebird
	added globaltemptables parameter for oracle and firebird
	updated mysql connection to allow mysql_init to allocate a mysql
		struct on platforms that support mysql_init, rather than
		using a static struct
	fixed subtle noon/midnight-related bugs in date/time translation
	updated mysql connection to get affected rows when not using the
		statement api
	updated mysql connection not to use the statement API on windows,
		for now
	disabled mysql_change_user, for now
	fixed blob-input binds on firebird
2015-05-08 04:03:04 +00:00
Wen Heping
9b7bf98f6f - Update to 0.45
Changes: http://cpansearch.perl.org/src/IVAN/DBIx-DBSchema-0.45/Changes
2015-05-07 23:42:42 +00:00
Matthew Seaman
d04fa1f3c4 Update to 4.4.6
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.6/phpMyAdmin-4.4.6-notes.html/view
2015-05-07 19:55:37 +00:00
Sean Bruno
7af063b404 enable posix-mutexes by default for armv6 targets as db will crash and burn
when using the internal mutex implementation via unsupported instructions.

PR:		197227
Submitted by:	andrew@
Approved by:	mandree@
2015-05-07 17:35:33 +00:00
Dmitry Marakasov
c32554ca38 - Unbreak: this is perfectly fetchable; ftp link is down though
Pointyhat to:	antoine
2015-05-07 10:55:54 +00:00
Dmitry Marakasov
1defa6e89d - Fix fetch 2015-05-07 10:52:15 +00:00
Dmitry Marakasov
48c5ace18a - Fix fetch
- Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-07 10:49:00 +00:00
Antoine Brodin
e4c9c38f07 Update to 3.0.3
PR:		199575
Submitted by:	maintainer
2015-05-07 09:55:04 +00:00
Jimmy Olgeni
fd876ca3f6 Upgrade to 0.2.0 and fix linking with libhiredis.
PR:		199997
Submitted by:	olgeni
Approved by:	maintainer
2015-05-07 08:18:11 +00:00
Wen Heping
928c4f6829 The psycogreen package enables psycopg2 to work with coroutine libraries,
using asynchronous calls internally but offering a blocking interface so
that regular code can run unmodified.

WWW: https://bitbucket.org/dvarrazzo/psycogreen

PR:		199067
Submitted by:	loic.blot@unix-experience.fr
2015-05-07 01:21:18 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Jimmy Olgeni
c37167716d Upgrade to version 0.13.1 and take maintainership from ports@. 2015-05-06 11:39:33 +00:00
TAKATSU Tomonari
a1c9039dd6 - Update to 0.10.3
- Replace spaces with a single space after WWW: in pkg-descr
2015-05-06 07:08:06 +00:00
Matthew Seaman
b9e4c2bdc6 Update to 1.4.1
ReleaseNotes: http://www.pgbarman.org/barman-1-4-1-released/
2015-05-06 06:37:47 +00:00
Matthew Seaman
70757a2339 Update to 4.4.5
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.5/phpMyAdmin-4.4.5-notes.html/view
2015-05-06 06:08:54 +00:00
Sergey A. Osokin
ef7625e1f6 Fix rc.d script for allow to specify the config path in rc.conf.
Bump PORTREVISION.

PR:	199607
2015-05-06 01:24:13 +00:00
Sergey A. Osokin
4825a1b2fc Upgrade from 3.0.0 to 3.0.1.
<ChangeLog>

--[ Redis 3.0.1 ] Release date: 5 May 2015

Upgrade urgency: LOW for Redis, Sentinel, Cluster.

* [FIX] Sentinel memory leak due to hiredis fixed. (Salvatore Sanfilippo)
* [FIX] Sentinel memory leak on duplicated instance. (Charsyam)
* [FIX] Redis crash on Lua reaching output buffer limits. (Yossi Gottlieb)
* [FIX] Sentinel flushes config on +slave events. (Bill Anderson)

</ChangeLog>
2015-05-06 01:12:27 +00:00
Jimmy Olgeni
b0e802fc0a Restore rebar dependency.
Submitted by:	mat
Pointy hat to:	olgeni
2015-05-05 21:21:29 +00:00
Jimmy Olgeni
0454571940 Remove rebar dependency - these ports have their own copy. 2015-05-05 20:55:23 +00:00
Jimmy Olgeni
655d7fa880 Remove redundant GH_PROJECT; replace GH_TAGNAME with DISTVERSIONPREFIX.
Submitted by:	mat
2015-05-05 20:53:15 +00:00
Jimmy Olgeni
be8a4a02df Add databases/eredis, a Redis client for Erlang. 2015-05-05 20:39:44 +00:00
Jimmy Olgeni
fa0ecd33d3 Remove unnecessary USES=gmake and check for MDOCS. 2015-05-05 09:53:18 +00:00
Jimmy Olgeni
1fc35dd6ec Upgrade to version 3.1.0. 2015-05-05 09:36:14 +00:00
Guido Falsi
2c44e6acd0 - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
2015-05-04 15:46:51 +00:00
Mikolaj Golub
6fa9193435 Update to 2.4.0. 2015-05-04 15:10:48 +00:00
Mikolaj Golub
59fdb202ab Update to 2.2.2. 2015-05-04 12:20:24 +00:00
Mikolaj Golub
7f9e59a8d9 Remove GH_PROJECT and GH_TAGNAME, which match the defaults.
Submitted by:	mat
2015-05-04 08:38:41 +00:00
Mikolaj Golub
4a4ca8c5f0 Update to 1.2.8. 2015-05-04 07:07:28 +00:00
Dmitry Marakasov
44ef3a7c09 - Add missing files to pkg-plist
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-03 20:45:14 +00:00
Bartek Rutkowski
bc4050a11e databases/sqlbuddy: UNBREAK and various fixes
- Fix unfetchable distfile
- Convert to USE_GITHUB
- Add LICENSE

PR:		199499
Submitted by:	Chenguang Li <horus.li@gmail.com> (maintainer)
2015-05-03 20:41:57 +00:00
Sunpoet Po-Chuan Hsieh
9ba1bf7986 - Update to 2.3.5
- Add LICENSE
- Update RUN_DEPENDS: use Rails 4
- Update WWW

Changes:	https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md
2015-05-03 19:39:20 +00:00
Bartek Rutkowski
06700253ff databases/puppetdb-terminus: update 2.2.2 -> 2.3.3
PR:		199625
Submitted by:	Geoff Garside <freebsd@geoffgarside.co.uk> (maintainer)
2015-05-02 16:47:05 +00:00
Guido Falsi
293d6127c6 - Update to 0.9992
- Make the options a MULTI select
2015-05-02 14:12:58 +00:00