Commit graph

10956 commits

Author SHA1 Message Date
Sergey A. Osokin
bf0b08b095 Update from 2.6.8 to 2.6.9.
<ChangeLog>

UPGRADE URGENCY: MODERATE if you use replication.

* [BUGFIX]   Changing master at runtime (SLAVEOF command) in presence of
             network problems, or in very rapid succession, could result
             in non-critical problems (GitHub Issue #828).
* [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names
             reported by CLIENT LIST. Very useful for debugging of
             problems.
* [IMPROVED] redis-cli is now able to transfer an RDB file from a remote
             server to a local file using the --rdb <filename> command
             line option.

</ChangeLog>
2013-01-21 17:14:42 +00:00
Palle Girgensohn
34080dff14 Update to pgbadger 2.3 2013-01-21 17:01:34 +00:00
Yen-Ming Lee
f559911b09 - utilize autotools[1]
- update to new header
- convert to OptionsNG

Noticed by:	avg[1]
2013-01-21 16:33:10 +00:00
Anton Berezin
dd0f5548b7 Update to 2.03.
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2013-01-21 10:53:33 +00:00
Anton Berezin
840a0070c2 Update to 0.07033.
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2013-01-21 10:49:54 +00:00
Anton Berezin
b41212118d Update to 0.26.
Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
2013-01-21 10:36:53 +00:00
Anton Berezin
dbcaa42c38 Update to 1.3.3.
Changes:	http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
2013-01-21 09:37:59 +00:00
Anton Berezin
62e07a2c5e Update to 0.10.
Changes:	http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
2013-01-21 09:33:12 +00:00
Anton Berezin
527f8681bb Update to 0.002103.
Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2013-01-21 09:15:26 +00:00
Marcelo Araujo
570ec8db70 - Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Trim header.

PR:		ports/174179
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:37:56 +00:00
Ruslan Makhmatkhanov
7887e306d5 - add pkg-plist changes, forgotten in r310678
- fix portname in MOVED
- remove trailing whitespace in MOVED, while here
2013-01-20 10:17:45 +00:00
Ruslan Makhmatkhanov
6059d46a04 Split out postgresql-python port on to bunch of PostgreSQL version-dependent ones,
so the packages can be built with different versions of PostgreSQL. The patch is
from crees@ with couple additions from me. It has some problems that prevents the
build with python3, but it was decided that it's better to add this as starting
point. Maintainership of this port also was passed to pgsql@ team.

PR:		166999
PR:     174152
Reported by:	many
Approved by:	pgsql (crees)
2013-01-20 10:06:54 +00:00
Jun Kuriyama
7e017606d5 Amon2::DBI is a simple DBI wrapper. It provides better usability for
you.

WWW: http://search.cpan.org/dist/Amon2-DBI/
2013-01-20 09:46:53 +00:00
Yen-Ming Lee
7d88273aff - update to 1.15 2013-01-19 09:44:07 +00:00
Florian Smeets
c12f359886 Update CONFLCITS after the addition of percona55-* and mariadb55-*
Approved by:	maintainer
2013-01-17 16:43:07 +00:00
Frederic Culot
67f0cc8e9c - Update to 0.1700 [1]
- Pass maintainership to submitter [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/175287 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-01-16 18:58:29 +00:00
Jason Helfman
a3a9beb16d - update to 2.15.8 (Bug fix in CegoQueryHelper::evalAttrCond)
PR:		175334
Submitted by:	maintainer, fbsd-ports@opsec.eu
2013-01-16 03:54:55 +00:00
Florian Smeets
5b89202d86 Add a temporary fix to fix the build when openssl is installed from
ports.

The maintainer is working on making it configurable which SSL to build this
port with. As is he working on bringing over most OPTIONS from
databases/mariadb-server.

PR:		ports/175247
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
2013-01-15 17:08:14 +00:00
Jun Kuriyama
29ebf48abc - Upgrade to 0.037. 2013-01-15 03:53:48 +00:00
Jun Kuriyama
1cc08d1003 - Upgrade to 0.17. 2013-01-14 14:50:00 +00:00
Jun Kuriyama
46db4e583b - Upgrade to 0.32. 2013-01-14 14:03:56 +00:00
Jun Kuriyama
13d177cb1e - Upgrade to 0.002204. 2013-01-14 11:03:34 +00:00
Steve Wills
be37d2fc7b - Update to 09.01.0200
- Give maintainership to submitter
- Add LICENSE
- Switch to OptionsNG
- Switch pkg-plist to PORTDOCS and PLIST_FILES

PR:		ports/174885
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-13 22:46:27 +00:00
Frederic Culot
933912ddc5 - Update to 2.15.7
Changes:	http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR:		ports/175230
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-13 08:42:58 +00:00
Sergey A. Osokin
6b8771fe62 Update from 2.6.7 to 2.6.8.
Add experimental support for lang/luajit, disabled by default.

<ChangeLog>

UPGRADE URGENCY: MODERATE if you use Lua scripting. Otherwise LOW.

* [BUGFIX]   Multiple fixes for EVAL (issue #872).
* [BUGFIX]   Fix overflow in mstime() in redis-cli and benchmark.
* [BUGFIX]   Fix Linux / PPC64 behavior by correcting endianess detection.
* [BUGFIX]   Fix NetBSD build by defining _XOPEN_SOURCE appropriately.
* [BUGFIX]   Added missing license and copyright in a few places.
* [BUGFIX]   Better error reporting when fd event creation fails.

</ChangeLog>
2013-01-12 15:48:47 +00:00
Jun Kuriyama
15487bf06e - Upgrade to 0.25. 2013-01-12 15:13:00 +00:00
Jason Helfman
f0bbc55498 - update remaining ruby@ maintained ports to new options framework
- trim historical header where applicable

Reviewed by:	swills@ (ruby@)
2013-01-11 22:05:13 +00:00
Wen Heping
d6efd3fbac - Update to 2.4.1
- Trim Makefile headers
2013-01-11 12:50:15 +00:00
Anton Berezin
29f3308519 Update to 0.38.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog
2013-01-11 10:44:58 +00:00
Florian Smeets
112154f299 - fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This was
broken by r309955. [1]
- remove MYSQL_VER 53, database/mariadb-* where the only ports to use it.
- sort

PR:		ports/175180
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
		Jeff Wheelhouse
2013-01-10 23:42:53 +00:00
Florian Smeets
f6f3ae5b30 Set the correct MAINTAINER, not sure how this slipped through. All bugs are mine... 2013-01-10 23:24:54 +00:00
Florian Smeets
6eab3e1635 Update to 5.5.28.29.3 2013-01-10 23:18:20 +00:00
Frederic Culot
e72f27067f - Update to 2.15.6
Changes:	http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR:		ports/175164
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-10 09:13:09 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Palle Girgensohn
9c88c13f92 add patch to accept bzip2 log files 2013-01-09 16:01:54 +00:00
Bryan Drewery
533cbdbb8c - Update to 4.1.1 2013-01-09 15:55:19 +00:00
Pietro Cerutti
9407c214e7 - update to 1.0.0 2013-01-09 15:25:06 +00:00
Steve Wills
039ae3caa9 - Update rubygem-rails to 3.2.11
- Update ports require by rubygem-rails
- Add vuxml entry for rails security issues

Security:	ca5d3272-59e3-11e2-853b-00262d5ed8ee
Security:	b4051b52-58fa-11e2-853b-00262d5ed8ee
2013-01-09 03:53:15 +00:00
Frederic Culot
467d50c802 - Update to 2.15.5
Changes:	http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR:		ports/175108
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-08 15:48:22 +00:00
Pietro Cerutti
c662fb9e29 - Update to 3.052
- Assign maintainership to tcltk@

PR:		173940
Submitted by:	gahr
Approved by:	maintainer (timeout > 1 month)
2013-01-08 13:22:14 +00:00
Baptiste Daroussin
621195023a Convert last python@ ports to new options framework
for both make options work as expected (previous version were missing include <bsd.port.options.mk>)
for databases/py-pyPgSQL reverse the logic for the option test so that it
actually works as expected

Approved by:	python (crees)
2013-01-08 07:06:24 +00:00
Baptiste Daroussin
71e5bb2abe Convert jlaffayes's ports to new options framework
Approved by:	jlaffaye
2013-01-06 21:33:21 +00:00
Baptiste Daroussin
ca85973672 2012-05-10 databases/hypertable: BROKEN for more than 6 month
2012-05-10 graphics/autopano-sift: Disappeared from vendor site. No longer required by graphics/hugin
2012-05-10 misc/airoflash: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-krystaline: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-amaranth: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-realistic: BROKEN for more than 6 month
2013-01-06 15:26:34 +00:00
Florian Smeets
87a0e0727b Add the 5.5 branch of MariaDB
PR:		ports/174660
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
Approved by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
		(maintainer of databases/mariadb-*)
2013-01-05 11:30:51 +00:00
Florian Smeets
8ef5918884 Update to 2.1.7 2013-01-05 10:53:24 +00:00
Jason Helfman
c8e8f2480f - add new port: databases/p5-DBIx-Class-PassphraseColumn
DBIx::Class::PassphraseColumn - Automatically hash password/passphrase columns

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

PR:		174736
Submitted by:	fw@moov.de
2013-01-05 06:00:37 +00:00
Brendan Fabeny
3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
Ruslan Makhmatkhanov
fc587d5191 - update to 4.1
- trim Makefile header
- update MASTER_SITES
- remove indefinite article from COMMENT
- limit python version to 2.x only
- convert to optionsng (NOPORTDOCS case)
- patch out setuptools for from setup.py for now (mainly to not use PYEASYINSTALL_OSARCH)
- update formatting in pkg-descr and change tab with space at WWW

Reported by:	D'Arcy J.M. Cain <darcy@PyGreSQL.org> (on ports@)
2013-01-03 17:44:14 +00:00
Ruslan Makhmatkhanov
3dad798c88 - update to 0.7.2
PR:		174608
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-01-03 14:04:45 +00:00
Anton Berezin
d67d36110f Update to 1.623.
Changes:	http://search.cpan.org/dist/DBI/Changes
2013-01-03 09:08:10 +00:00
Frederic Culot
384a5e30c1 - Update to 2.15.4
Changes:	http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR:		ports/174895
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-02 13:46:49 +00:00
Steve Wills
411574f178 - Update to 1.98
- Give maintainership to submitter

PR:		ports/174882
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-01 19:55:16 +00:00
Anton Berezin
e287f2ec7d Update to 0.11016.
Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2013-01-01 14:55:43 +00:00
Pawel Pekala
d7743413ef Update to version 2.15.3
PR:		ports/174839
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-12-30 23:01:50 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Jeremy Messenger
61d9c78a79 -Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).

Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.

PR:		ports/173540
Remind by:	Marcin Cieslak <saper@saper.info>
2012-12-30 05:14:01 +00:00
Pawel Pekala
e8a4f85fe2 This is an alternative C driver for MongoDB, with slightly different goals
than the official one:

libmongo-client is meant to be a stable (API, ABI and quality alike), clean,
well documented and well tested shared library, that strives to make the most
common use cases as convenient as possible.

WWW: https://github.com/algernon/libmongo-client

PR:		ports/174652
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-12-29 22:06:04 +00:00
Thomas Abthorpe
a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00
Florian Smeets
3c380e04b0 Set EXPIRATION_DATE to a date in the future. Sorry. 2012-12-28 19:30:59 +00:00
Florian Smeets
2e4f6c3b2c Deprecate and set EXPIRATION_DATE
Approved by:	ale (maintainer)
2012-12-28 19:28:43 +00:00
Florian Smeets
52e3d62d02 Add Percona Server
Percona Server is an enhanced drop-in replacement for MySQL

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:17:48 +00:00
Florian Smeets
303e871aaa Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.

This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:03:02 +00:00
Jason Helfman
5de5ba0571 - update to 2.15.2, Improvements for database backups
PR:		174745
Submitted by:	maintainer, fbsd-ports@opsec.eu
2012-12-27 23:20:04 +00:00
Jason Helfman
f40487fab9 - remove broken configurable non-default user/group for postgresql-server
- while here fix formatting of new header

With hat: pgsql@
2012-12-27 21:11:42 +00:00
Lars Thegler
f7b109a063 update to 1.402 2012-12-27 15:51:42 +00:00
Jason Helfman
1f4a5ce21e - unbreak ICU build
PR:		174603 (based on)
Submitted by:	basarevych@gmail.com
With hat: pgsql@
2012-12-24 22:33:12 +00:00
Wen Heping
0a479b69d1 - Update to 0.002102
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002102/Changes
- Trim Makefile headers
- Reset maintainer to perl@
2012-12-22 13:05:25 +00:00
Alex Dupre
2f3fc35d23 Update to 5.5.29 release. 2012-12-21 21:53:09 +00:00
Alex Dupre
34662cb4fd Update to 5.1.67 release. 2012-12-21 21:42:38 +00:00
Matthew Seaman
158ae2be38 Routine bugfix update to 3.5.5
- Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.5/phpMyAdmin-3.5.5-notes.html/view
2012-12-20 18:55:05 +00:00
Gabor Pali
f6f83c9efc - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):

devel/hs-List                            0.5.1
devel/hs-ReadArgs                        1.2.1
devel/hs-SafeSemaphore                   0.9.0
devel/hs-activehs-base                   0.3.0.2
devel/hs-async                           2.0.1.3
devel/hs-basic-prelude                   0.3.1.0
devel/hs-classy-prelude                  0.4.1
devel/hs-classy-prelude-conduit          0.4.1
devel/hs-data-pprint                     0.2.1.4
devel/hs-date-cache                      0.3.0
devel/hs-fsnotify                        0.0.4
devel/hs-hinotify                        0.3.5
devel/hs-hspec-expectations              0.3.0.3
devel/hs-kqueue                          0.1.2.4
devel/hs-monad-logger                    0.2.3
devel/hs-optparse-applicative            0.4.2
devel/hs-project-template                0.1.0.1
devel/hs-setenv                          0.1.0
devel/hs-simple-reflect                  0.2
devel/hs-threads                         0.5.0.1
devel/hs-time-compat                     0.1.0.2
devel/hs-unix-time                       0.1.4
devel/hs-word8                           0.0.2
graphics/hs-dia-base                     0.1.1.2
graphics/hs-dia-functions                0.2.1.3
mail/hs-mime-types                       0.1.0.0
net/hs-network-info                      0.2.0.3
net/hs-network-multicast                 0.0.7
security/hs-cipher-aes                   0.1.5
textproc/hs-hexpat                       0.20.3
www/hs-activehs                          0.3.0.1
www/hs-http-reverse-proxy                0.1.0.6

Updated ports (211):

archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
converters/hs-json                       0.5_1            --> 0.7
databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
devel/hs-Boolean                         0.0.1_5          --> 0.1.1
devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
devel/hs-MemoTrie                        0.5_1            --> 0.6.1
devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
devel/hs-alex                            3.0.1_1          --> 3.0.2
devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
devel/hs-c2hs                            0.16.3_3         --> 0.16.4
devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
devel/hs-conduit                         0.4.2_1          --> 0.5.5
devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
devel/hs-cpphs                           1.14             --> 1.15
devel/hs-darcs                           2.8.1_1          --> 2.8.3
devel/hs-data-default                    0.4.0_1          --> 0.5.0
devel/hs-directory-tree                  0.10.1           --> 0.11.0
devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
devel/hs-filestore                       0.5_1            --> 0.5.0.1
devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
devel/hs-gio                             0.12.3_1         --> 0.12.4
devel/hs-git-annex                       3.20120807       --> 3.20121211
devel/hs-glib                            0.12.3.1_1       --> 0.12.4
devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
devel/hs-haddock                         2.10.0_1         --> 2.11.0
devel/hs-happy                           1.18.9_1         --> 1.18.10
devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
devel/hs-hastache                        0.4.1            --> 0.4.2
devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
devel/hs-hlint                           1.8.30           --> 1.8.39
devel/hs-hoogle                          4.2.11_1         --> 4.2.14
devel/hs-hslogger                        1.1.5_2          --> 1.2.1
devel/hs-hspec                           1.2.0.1          --> 1.4.2
devel/hs-language-javascript             0.5.4_1          --> 0.5.7
devel/hs-largeword                       1.0.1_2          --> 1.0.3
devel/hs-lifted-base                     0.1.1_1          --> 0.2
devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
devel/hs-mtl                             2.1.1_1          --> 2.1.2
devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
devel/hs-resourcet                       0.3.3.1          --> 0.4.4
devel/hs-silently                        1.2.0.2          --> 1.2.4
devel/hs-split                           0.1.4.3          --> 0.2.1.1
devel/hs-stm                             2.3_1            --> 2.4
devel/hs-syb                             0.3.6.1_1        --> 0.3.7
devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
devel/hs-system-fileio                   0.3.8            --> 0.3.10
devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
devel/hs-test-framework                  0.6_1            --> 0.8
devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
devel/hs-threadscope                     0.2.1_3          --> 0.2.2
devel/hs-uniplate                        1.6.7_1          --> 1.6.10
devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
devel/hs-vector                          0.9.1_2          --> 0.10.0.1
devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
devel/hs-void                            0.5.6            --> 0.5.8
ftp/hs-curl                              1.3.7_3          --> 1.3.8
graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
lang/hs-unlambda                         0.1_6            --> 0.1.3
mail/hs-email-validate                   0.2.8_1          --> 0.3.2
mail/hs-mime                             0.3.3.2          --> 0.3.4
mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
math/hs-categories                       1.0.3_1          --> 1.0.4
math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
math/hs-comonad-transformers             2.1.2            --> 3.0
math/hs-data-lens                        2.10.0_1         --> 2.10.2
math/hs-data-lens-template               2.1.5_1          --> 2.1.7
math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
math/hs-pointed                          2.1.0.2_1        --> 3.0.1
math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
math/hs-vector-space                     0.8.2            --> 0.8.6
multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
net/hs-network                           2.3.0.13_1       --> 2.3.1.0
net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
net/hs-sendfile                          0.7.6_1          --> 0.7.8
net/hs-simple-sendfile                   0.2.4            --> 0.2.8
net/hs-socks                             0.4.1_1          --> 0.4.2
print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
security/hs-SHA                          1.5.0.1_1        --> 1.6.1
security/hs-certificate                  1.2.3_1          --> 1.3.3
security/hs-clientsession                0.7.5_1          --> 0.8.0.1
security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
security/hs-cryptocipher                 0.3.5            --> 0.3.6
security/hs-cryptohash                   0.7.5_1          --> 0.7.9
security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
security/hs-monadcryptorandom            0.4.1_1          --> 0.5
security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
security/hs-pwstore-fast                 2.2_2            --> 2.3
security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
security/hs-tls                          0.9.5_1          --> 1.0.2
security/hs-tls-extra                    0.4.6_1          --> 0.5.0
sysutils/hs-angel                        0.3.2_1          --> 0.3.3
textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
textproc/hs-hs-bibutils                  4.12_4           --> 4.15
textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
textproc/hs-parsec                       3.1.2_1          --> 3.1.3
textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
textproc/hs-xml-types                    0.3.2            --> 0.3.3
textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
www/hs-cookie                            0.4.0_1          --> 0.4.0.1
www/hs-gitit                             0.10.0.1         --> 0.10.0.2
www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
www/hs-happstack                         7.0.0_1          --> 7.0.1
www/hs-happstack-server                  7.0.3            --> 7.1.1
www/hs-heist                             0.8.1.1          --> 0.8.2
www/hs-hjsmin                            0.1.2_1          --> 0.1.3
www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
www/hs-http-date                         0.0.2_1          --> 0.0.3
www/hs-http-server                       1_5              --> 1.0.1
www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
www/hs-path-pieces                       0.1.1_1          --> 0.1.2
www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
www/hs-snap                              0.9.0.1          --> 0.9.2.2
www/hs-snap-core                         0.9.0            --> 0.9.2.2
www/hs-snap-server                       0.9.0            --> 0.9.2.4
www/hs-wai                               1.2.0.3          --> 1.3.0.1
www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
www/hs-wai-logger                        0.1.4_1          --> 0.3.0
www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
www/hs-warp                              1.2.2            --> 1.3.5
www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
www/hs-yesod-platform                    1.0.5            --> 1.1.5
www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
www/hs-yesod-test                        0.2.1            --> 0.3.1.1
x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4

Removed ports (1):

textproc/hs-xml2html                     0.1.2.3_1

Approved by:	wen (maintainer) [1]
Obtained from:	FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Pawel Pekala
2f878f0a8d - Update to version 2.15.1 [1]
- Respect CXXFLAGS for entire build
- Port links with readline

PR:		ports/174536 [1]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-12-19 21:51:14 +00:00
Palle Girgensohn
72f58f762c Chase ICU update properly and bump PORTREVISION 2012-12-19 16:13:30 +00:00
Palle Girgensohn
e55b31351c Chase ICU update to 50 2012-12-19 16:03:58 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Anton Berezin
9b5a06e37c Drop support for perl 5.8.
Nudged by:	az
2012-12-18 11:34:01 +00:00
Andrej Zverev
ceb9a290db Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 09:38:59 +00:00
Andrej Zverev
c810d087f5 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 08:50:54 +00:00
Baptiste Daroussin
3bdf701a5c Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on

Approved by:	miwi (maintainer)
2012-12-17 02:15:13 +00:00
Ruslan Makhmatkhanov
a8b6e5a563 - update to 0.7.1
while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW

PR:		174456
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2012-12-16 17:44:30 +00:00
Frederic Culot
be6d8373ba DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema that
allows the loading of credentials from a file. The actual code itself
would only need to know about the name used in the configuration file.
This aims to make it simpler for operations teams to manage database
credentials.

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

PR:		ports/173650 (based on)
Submitted by:	Espen Tagestad <espen@tagestad.no>
2012-12-16 14:53:00 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Matthew Seaman
24be9b1328 Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS
2012-12-15 09:31:58 +00:00
Anton Berezin
3ddd06dd03 Update to 0.24.
Changes: http://search.cpan.org/dist/AnyEvent-Redis/Changes
2012-12-14 09:41:29 +00:00
Marcelo Araujo
d4a8886e45 - Support USE_READLINE.
- Trim header.

PR:		ports/171974
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 09:36:01 +00:00
Frederic Culot
a1372253c9 - Update to 0.9.9
PR:		ports/174369
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2012-12-13 07:37:45 +00:00
Marcelo Araujo
4b818de55b - Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Disable gettext detection.
- Support USE_READLINE.
- Support PLIST_FILES instead of pkg-plist.
- Trim header.

PR:		ports/171975
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 04:33:28 +00:00
Martin Matuska
cd4b5e26f1 Update horde4 packages and applications to horde5 2012-12-12 15:16:56 +00:00
Alex Dupre
e99d1424b7 Fix build with databases/db5.
PR:		ports/174381
Submitted by:	Alexander Wittig <alexander@wittig.name>
2012-12-12 09:21:09 +00:00
Baptiste Daroussin
5ebe89f4cb Fix OPTIONS bsd.port.option.mk should be included only once and after the option
definition
2012-12-12 07:34:17 +00:00
Sunpoet Po-Chuan Hsieh
4ac1466edf - Update to 3.0.7
- Cleanup Makefile header

Changes:	http://pecl.php.net/package-changelog.php?package=memcache
2012-12-12 03:21:54 +00:00
Jason Helfman
62e1182e15 - move to jdk7
- while here shorten MASTER_SITES

PR:		174346
Submitted by:	maintainer, hsn@sendmail.cz
2012-12-12 00:12:08 +00:00
Steven Kreuzer
e807e951c2 Update to 0.11.2 2012-12-11 22:35:35 +00:00
Beech Rintoul
7c29ed9db4 - Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
2012-12-11 20:54:22 +00:00
Ruslan Makhmatkhanov
7697605885 - update to 1.4.8
PR:		170348
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2012-12-11 20:00:36 +00:00
Steven Kreuzer
249689f61b Adopt ports 2012-12-11 19:56:22 +00:00
Jason Helfman
f1977313c2 - use default java_vendor of openjdk 2012-12-11 07:48:34 +00:00
Wen Heping
3c7388497a - Update to 0.7.0
- Trim Makefile headers
- Reset maintainer
2012-12-11 00:47:33 +00:00
Steven Kreuzer
ab3f1d10e1 Update to 1.9.0 2012-12-10 20:42:30 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Baptiste Daroussin
329e3aac0e Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16
vendors:
Remove any reference to bsdjava and freebsd Java Vendors, as the both are
outdated, have security issues and expired.

Mark icedtea6-stubs as broken as it doesn't build with any of the left supported
vendors.
Switch tuxguitar to be able to use openjdk16 [1]

Approved by:	gahr [1]
2012-12-10 16:49:34 +00:00
Palle Girgensohn
1d65fddbb2 Feature safe: yes
PR: 174336
fix typo
2012-12-10 16:44:09 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Anton Berezin
fd6789e58d Update to 1.96.
Changes: http://cpansearch.perl.org/src/RSAVAGE/DBIx-Tree-1.96/CHANGES
2012-12-10 09:46:49 +00:00
Anton Berezin
95dd50b911 Update to 0.21.
Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes
2012-12-10 09:37:42 +00:00
Steve Wills
9ed627b9f7 - Update to 2.7.2
- Tab->space in Makefile header
- Switch to GITHUB

PR:		ports/174231
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
2012-12-10 02:35:15 +00:00
Steve Wills
2ecc06a474 - Update to 1.2.0
- Update MASTER_SITES
- Assign with expansion for RUN_DEPENDS -> BUILD_DEPENDS
- Remove patch-strnlen after refactoring changes into new patches
- Add patch to fix compilation by cherrypicking a commit in 2.x
- Trim Makefile header

PR:		ports/174216
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Approved by:	Alexander Pyhalov <alp@rsu.ru> (maintainer)
2012-12-10 02:27:32 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Frederic Culot
abb352ccef - Update to 0.17 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Trim Makefile header

Changes:	http://search.cpan.org/dist/DBIx-VersionedDDL/Changes
PR:		ports/174128 [1]
Submitted by:	Alan Snelson <alan@wave2.org> (maintainer)
Feature safe:	yes
2012-12-08 09:44:07 +00:00
Jason Helfman
4c0dc6be0b - fix leftover of mysql for backend (spotted by tj@)
- while here drop non-default tomcat5 as a dependency (eol coming soon)
  as well as non-default alternative xls patch
- trim historical header

Feature safe:	yes
2012-12-06 18:20:44 +00:00
Palle Girgensohn
9cc8994640 The PostgreSQL Global Development Group has released an update to all current
versions of the PostgreSQL database system, including versions 9.2.2, 9.1.7,
9.0.11, 8.4.15, and 8.3.22.  Users of PostgreSQL Hot Standby replication
should update at the next possible opportunity. Other users should update
at their next maintenance window.

Deprecate the 8.3.22 version, since it is near end-of-life.

URL:	http://www.postgresql.org/about/news/1430/

Feature safe: yes
2012-12-06 16:40:35 +00:00
Barbara Guida
d41fc28ea5 - Update to version 3.2.20.09.87
- Trim Makefile headers
- Change NOPORTDOCS check to OptionsNG equivalent

PR:	ports/174066
Submitted by:	bar
Approved by:	jjuanino@gmail.com (maintainer), flo (mentor)
Feature safe:	yes
2012-12-06 01:45:57 +00:00
Jason Helfman
f49b30f053 - Update to 0.08
PR:		174142
Submitted by:	maintainer, vovkasm@gmail.com
Feature safe:	yes
2012-12-05 06:34:54 +00:00
Jason Helfman
64f337d117 - cleanup header, and option desc
PR:		174122
Spotted by:	danfe/eadler
Approved by:	maintainer, joehorn@gmail.com (implicit)
Feature safe:	yes
2012-12-05 02:54:54 +00:00
Jason Helfman
3987029956 - Update to 5.18
- while here trim header and adopt optionsNG

PR:		174122
Submitted by:	maintainer, joehorn@gmail.com
Feature safe:	yes
2012-12-05 01:17:00 +00:00
Sunpoet Po-Chuan Hsieh
9dc70edf6c - Update to 1.7.0
- Cleanup Makefile header

Changes:	http://code.google.com/p/leveldb/source/list
		http://code.google.com/p/leveldb/source/detail?r=40768657bc8ec3ded60712eeeab7c25b1b07deca
		http://code.google.com/p/leveldb/source/detail?r=946e5b5a4ce7980917b22a408f090a4e86c3fa44
Feature safe:	yes
2012-12-05 00:47:56 +00:00
Pietro Cerutti
0d5d01dd47 - Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe:	yes
Reported by:	beat, bapt
2012-12-04 10:43:09 +00:00
Sergey A. Osokin
0be1cfdbe0 Update from 2.6.6 to 2.6.7.
PR:	174084

Feature safe:	yes

<ChangeLog>

UPGRADE URGENCY: MODERATE (unless you BLPOP using the same key multiple times).

* [BUGFIX]   Don't crash if BLPOP & co are called with the same key repeated
             multiple times (Issue #801).

</ChangeLog>
2012-12-04 04:30:23 +00:00
Ruslan Makhmatkhanov
9f887e7538 - no need to include pre.mk/post.mk
- replace ${PREFIX} with ${MANPREFIX} on manpage install command

Reporetd by:	jhale
Feature safe:	yes
2012-12-02 12:17:01 +00:00
Ruslan Makhmatkhanov
ba78ee5c83 This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).

This code is based on original the client previously included with
OpenStack's swift -- a highly available, distributed, eventually
consistent object/blob store.

WWW: http://launchpad.net/python-swiftclient

PR:		174041
Submitted by:	Mikolaj Golub <trociny@FreeBSD.org>
Feature safe:   yes
2012-12-02 10:00:05 +00:00
Ruslan Makhmatkhanov
fb0742c225 - update to 1.7.5
- add the missing dependency on www/py-pastedeploy
- add the man pages;
- replace /etc/swift with ${PREFIX}/etc/${PORTNAME} in the code
- while here, add license (AL2) and fix plist

PR:		174041
Submitted by:	trociny
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe:	yes
2012-12-02 09:57:48 +00:00
Grzegorz Blach
bd0411ddfb - Changes GH_ACCOUNT to redis
- Use PORTVERSION instead of DISTVERSION
- Update distinfo (Only difference from previous tarball is changed
account in directory name)

Approved by:	crees (mentor)
Feature safe:	yes
2012-12-01 16:29:13 +00:00
Xin LI
9860fe8065 Update to 5.3.11.
PR:		ports/173623
Submitted by:	Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
Security:	CVE-2012-5579
Feature safe:	yes
2012-12-01 05:13:11 +00:00
Sergey A. Osokin
1c9fd66e3f Update from 2.6.5 to 2.6.6.
Feature safe:	yes

<ChangeLog>

UPGRADE URGENCY: CRITICAL if you experienced one more more crashes.
                 MODERATE if Redis is running fine for you.

* [BUGFIX]   Jemalloc updated to 3.2.0.

</ChangeLog>
2012-11-30 12:49:00 +00:00
Bryan Drewery
789a96beb2 - Trim header
- Convert to new options framework
- Fix MASTER_SITES to a working location
- Bump PORTREVISION due to new default options

PR:		ports/172463
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Feature safe:	yes
2012-11-29 22:18:20 +00:00
Baptiste Daroussin
48bda0c832 2012-11-26 databases/postgresql-libpqxx: No more public distfiles
2012-10-20 devel/portlet-api: No more public distfiles

Feature safe:	yes
2012-11-28 17:33:48 +00:00
Baptiste Daroussin
da4f0cc205 2012-11-26 ftp/mget: No more public distfiles
2012-11-26 graphics/yap: No more public distfiles
2012-11-26 games/demonquake: No more public distfiles
2012-11-26 databases/php-sqlrelay: No more public distfiles
2012-11-26 devel/fastdep: No more public distfiles
2012-11-26 graphics/svgviewer: No more public distfiles
2012-11-26 comms/garmin-utils: No more public distfiles
2012-11-26 comms/snooper: No more public distfiles
2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version
2012-11-26 irc/irchat-jp: No more public distfiles
2012-11-26 games/xcogitate: No more public distfiles

Feature safe:	yes
2012-11-28 11:17:55 +00:00
Steve Wills
9d233257d2 - Update to 2.7.0
- Add CHEESESHOP as primary MASTERSITE
- Remove LICENSE_FILE for those in bsd.licenses.db.mk
- Whitespace alignment
- Add HIREDIS OPTIONng
- Use easy_install (make tests easier to run)
- Add zip_safe=False to setup.py
- Update and sort pkg-plist
- Replace dirrmtry with dirrm
- New Makefile header convention
- Give maintainership to submitter

PR:		ports/172481
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	clsung via IRC
Feature safe:	yes
2012-11-28 03:35:05 +00:00
Pietro Cerutti
c5b932e75f - Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers

Feature safe:	yes
2012-11-26 22:43:25 +00:00
Frederic Culot
662933a804 - Update to 1.6
PR:		ports/173717
Submitted by: 	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe:	yes
2012-11-26 20:28:54 +00:00
Ruslan Makhmatkhanov
41f7fb55ff - update to 2.14.1
while here:
- remove indefinite article from COMMENT
- remove shlib versions (portlint warning)

PR:		173890
Submitted by:	Kurt Jaeger <fbsd-ports at opsec dot eu> (maintainer)
Feature safe:	yes
2012-11-25 19:26:34 +00:00
Matthew Seaman
faf983fd4a Update to 5.1.22
- Trim Makefile headers
  - ChangeLog: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-22.html

Feature safe:  yes
2012-11-25 17:12:51 +00:00
Sergey A. Osokin
4bae727d2a Fix pkg-plist for packages.
Feature safe: yes
2012-11-24 13:48:09 +00:00
Sergey A. Osokin
a00ccece1b Use more canonical names for patches.
No functionaly changes.
Don't bump PORTREVISION.

Feature safe: yes
2012-11-22 18:21:12 +00:00
Sergey A. Osokin
d6bddf679e Update from 2.6.4 to 2.6.5.
Feature safe:	yes

<ChangeLog>

UPGRADE URGENCY: MODERATE

Warning: this release of Redis introduces a different behavior in MULTI/EXEC
         handling of errors. This was done because the new behavior is safer
         compared to the old one, and should not break any code targeting
         Redis 2.6 in a critical way.

         For more information check http://redis.io/topics/transactions

* [IMPROVED] RDB/AOF childern now log amount of additional memory used
             because of copy on write.
* [BUGFIX]   MIGRATE non critical fixes (see commits for details).
* [BUGFIX]   MULTI/EXEC: now EXEC aborts on errors before EXEC.
* [BUGFIX]   Fix integer overflow in zunionInterGenericCommand resulting
             into Z[INTER|UNION][STORE] commands to crash under extremely
             unlikely conditions (almost impossible in real world).
* [BUGFIX]   EVALSHA is now case insensitive (and will not crash).

</ChangeLog>
2012-11-22 18:17:03 +00:00
Matthew Seaman
61fdb056ef Update to version 3.5.4
This is a routine bugfix / new feature release.
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.4/phpMyAdmin-3.5.4-notes.html/view

Feature safe:	yes
2012-11-20 20:58:49 +00:00
Martin Matuska
41df8feeb2 horde4 update:
archivers/pear-Horde_Compress 1.0.7 -> 1.0.8
databases/pear-Horde_Db 1.2.1 -> 1.2.2
deskutils/horde4-groupware 4.0.8 -> 4.0.9
deskutils/horde4-kronolith 3.0.17 -> 3.0.18
deskutils/horde4-mnemo 3.0.6 -> 3.0.7
deskutils/horde4-nag 3.0.8 -> 3.0.9
devel/pear-Horde_Alarm 1.0.7 -> 1.0.8
devel/pear-Horde_Cache 1.0.5 -> 1.0.6
devel/pear-Horde_Core 1.9.2 -> 1.9.3
devel/pear-Horde_Date 1.0.11 -> 1.0.12
devel/pear-Horde_Nls 1.1.6 -> 1.1.7
mail/horde4-imp 5.0.23 -> 5.0.24
mail/horde4-ingo 2.0.9 -> 2.0.10
mail/horde4-turba 3.0.15 -> 3.0.16
mail/horde4-webmail 4.0.8 -> 4.0.9
mail/pear-Horde_Imap_Client 1.5.5 -> 1.5.11
mail/pear-Horde_Mime 1.6.1 -> 1.6.2
mail/pear-Horde_Mime_Viewer 1.0.8 -> 1.0.9
security/pear-Horde_Auth 1.4.9 -> 1.4.10
security/pear-Horde_Secret 1.0.2 -> 1.0.4
textproc/pear-Horde_Text_Filter 1.1.5 -> 1.1.6
www/horde4-ansel 2.0.1 -> 2.0.2
www/horde4-base 4.0.15 -> 4.0.16
www/horde4-wicked 1.0.1 -> 1.0.2
www/pear-Horde_Browser 1.0.8 -> 1.0.9
www/pear-Horde_Service_Weather 1.1.2 -> 1.1.3
www/pear-Horde_SessionHandler 1.0.5 -> 1.0.6

Feature safe:	yes
2012-11-19 08:02:01 +00:00
Wen Heping
1a48effe72 - Update to 0.08204
Changes: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/Changes
- Trim Makefile headers

Feature safe:	yes
2012-11-15 07:39:47 +00:00
Palle Girgensohn
3fc668d2a5 Update pgbadger to version 2.2
Feature safe: yes
2012-11-14 16:05:06 +00:00
Florian Smeets
2610e190bd Update to 1.1.0
Feature safe:	yes
2012-11-13 22:26:47 +00:00
Florian Smeets
618d13a7ac Update to 2.0.3
PR:		ports/173529
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
Feature safe:	yes
2012-11-13 22:14:34 +00:00
Jun Kuriyama
d7fbe508f9 - Upgrade to 1.4.48.
Feature safe: yes
2012-11-11 13:47:57 +00:00
Jun Kuriyama
de1c98625f - Upgrade to 0.17.
Feature safe: yes
2012-11-11 11:31:46 +00:00
Sergey A. Osokin
380cc1f6a8 Update from 2.6.3 to 2.6.4.
Feature safe:	yes
2012-11-08 21:37:55 +00:00
Sergey A. Osokin
3ceaee2a0c Update from 2.6.2 to 2.6.3.
Feature safe:	yes

<ChangeLog>

* [BUGFIX]   Fixed 32 bit build on Linux systems.
* [BUGFIX]   MONITOR and CLIENT LIST: propertly display unix socket clients.
* [IMPROVED] redis-cli inline help updated.
* [IMPROVED] Marginally more robust AOF child handling.
* [IMPROVED] Fixed a few typos in comments.

</ChangeLog>
2012-11-07 11:56:05 +00:00
Felippe de Meirelles Motta
475307a903 - Update to 1.45
Feature safe:	yes
2012-11-06 19:53:22 +00:00
Dmitry Sivachenko
2fdd7c5e88 Update to version 1.63.
Feature safe:	yes
2012-11-06 15:07:38 +00:00
Max Khon
bd850c0b9e - Build and install docs
- Bump PORTREVISION

Feature safe:	yes
2012-11-05 12:33:48 +00:00
Max Khon
e216b215fa - Update to 3.3.0
- Do not use pkg-plist

Feature safe: 	yes
2012-11-04 15:49:17 +00:00
Bryan Drewery
386533630c - Update to 2.1.0 [1]
- Trim header
- Convert to new options framework
- Remove use of bsd.pre.port.mk

PR:		ports/173099 [1]
Submitted by:	John Chen <johnpupu@gmail.com> [1]
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe:	yes
2012-11-04 13:51:14 +00:00
Grzegorz Blach
ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00
Max Khon
9f3d68b429 Fix compilation error.
Obtained from:	upstream
Feature safe:	yes
2012-11-04 11:19:23 +00:00
Max Khon
9a5df57062 - Update to 0.2.5
- OPTIONS'ify
- Build and install documentation
- Specify LICENSE

Feature safe:	yes
2012-11-04 11:18:13 +00:00
Wesley Shields
f309877fc5 Update to 2.2.0
Drop DEVEL option. Turn on SSL support.

PR:		ports/172700
Submitted by:	Dmitry Sukhodoyev <raven428@gmail.com>
Approved by:	maintainer timeout
Feature safe:	yes
2012-11-04 01:01:07 +00:00
Max Brazhnikov
e34f86c2cd Update to 0.4.1
Remove stale patches

Feature safe:	yes
2012-11-03 16:45:56 +00:00
Bryan Drewery
b1e78192dd - Release to pool as I do not use this and am overcommitted.
- Trim header

Feature safe:	yes
2012-11-02 20:18:44 +00:00
Ruslan Makhmatkhanov
67ba2f055a - correct list of dependent py-twisted components and use USE_TWISTED_RUN
- bump PORTREVISION because of dependencies change
- trim Makefile header, while here

PR:		172657
Submitted by:	brd
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2012-11-02 14:42:24 +00:00
Alexey Dokuchaev
95c7624b07 Install a few docs; omit port revision bump as this port was added for a
private request just couple of hours ago and thus probably not installed
in sufficient quantities to warrant it.

Feature safe:	yes
2012-11-01 13:43:27 +00:00
Alexey Dokuchaev
d290dd613c Add GNU recutils, a set of tools and libraries to access human-editable,
text-based databases called recfiles.

Feature safe:	yes
2012-11-01 10:10:32 +00:00
Palle Girgensohn
9ca196a74a Fix plist.
Feature safe: yes
2012-10-31 23:00:31 +00:00
Palle Girgensohn
b29cad3d28 fix header
Feature safe: yes
2012-10-31 18:13:08 +00:00
Palle Girgensohn
e34efbc6a1 Add port pgbadger. PostgreSQL log analyzer with fully detailed reports and charts.
Feature safe: yes
2012-10-31 18:02:55 +00:00
Florian Smeets
09039d88f7 Update to 2.1.5
Feature safe:	yes
2012-10-30 23:53:23 +00:00
Jason E. Hale
0e0088184e - Update to 5.1.0
- Trim Makefile header

PR:		ports/173196
Submitted by:	Toomas Aas <toomas@median.ee> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-30 22:49:54 +00:00
Lars Thegler
a8e9a77c5d update to 1.401
Feature safe: yes
2012-10-30 16:57:37 +00:00
Wen Heping
cb1e050008 - Reset maintainer to perl@
Feature safe:	yes
2012-10-30 02:03:29 +00:00
Wen Heping
a2845e428a - Trim Makefile headers
- Reset maintainer to perl@

Feature safe:	yes
2012-10-30 01:47:15 +00:00
Sergey A. Osokin
a3f0261fac Revert back changes for rc script.
Bump PORTREVISION.

Notice from:	crees

Feature safe:	yes
2012-10-29 16:44:40 +00:00
Baptiste Daroussin
962f8427b6 Fix docs logic after conversion
Reported by:	jhale
Feature safe:	yes
2012-10-29 13:21:56 +00:00
Baptiste Daroussin
c54998a53b Convert to new options framework
Make ORACLE a real i386 only option
Remove pre FreeBSD 7.x bits

Feature safe:	yes
2012-10-29 08:19:57 +00:00
Baptiste Daroussin
17ad6b43a8 2012-05-10 databases/pear-MDB2_Driver_ibase: BROKEN for more than 6 month
Feature safe:	yes
2012-10-28 21:59:14 +00:00
Sergey A. Osokin
1523dab051 Update from 2.4.17 to latest stable version 2.6.2.
Feature safe:	yes
2012-10-28 08:39:17 +00:00
Josh Paetzel
286feca7c6 Update to 1.0.10
PR:	ports/173143
Submitted by:	Radim Kolar <hsn@sendmail.cz>
Feature safe: yes
2012-10-28 05:04:33 +00:00
Jun Kuriyama
d3674884df - Upgrade to 0.16.
Feature safe: yes
2012-10-27 11:18:21 +00:00
Jun Kuriyama
a53952941f - Upgrade to 1.001018.
Feature safe: yes
2012-10-27 11:17:44 +00:00
Sergey A. Osokin
0e8b79dc58 Update from 2.6.0 to 2.6.2.
Feature safe:	yes

<ChangeLog>

[ Redis 2.6.2 ]

* [BUGFIX]   The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
* [IMPROVED] Linenoise updated, now supports Ctrl+w.

[ Redis 2.6.1 ]

* [BUGFIX]   Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).

</ChangeLog>
2012-10-26 20:53:54 +00:00
Baptiste Daroussin
da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00
Chris Rees
d48e363274 Stop creating duplicate packages, and add CONFLICTS
Thanks to erwin for limiting the damage I caused in the meantime

Feature safe:	yes
2012-10-25 19:21:28 +00:00
Erwin Lansing
7f04abe729 Revert part of r306353 to disconnect the versioned slaves
for databases/pgtcl to fix the INDEX build.

Feature safe:	yes
2012-10-25 09:45:12 +00:00
Chris Rees
bc5598db0f Add versioned slaves for databases/pgtcl; there are now packages built for
all postgresql9 versions.

Feature safe:	yes
2012-10-24 20:46:48 +00:00
Sergey A. Osokin
5b2b0deb9b Update from 2.6.0rc8 to 2.6.0.
Feature safe:	yes

<ChangeLog>

* [BUGFIX]   Allow AUTH when server is in -BUSY state because of a slow script.
* [BUGFIX]   MULTI/EXEC flow now makes sense when observed in MONITOR
* [BUGFIX]   SCRIPT KILL now uses different error prefixes for different errors.
* [BUGFIX]   Default memory limit for 32bit archs lowered from 3.5 to 3 GB.
* [BUGFIX]   redis-check-dump is now compatible with RDB files generated by 2.6.
* [IMPROVED] New field in INFO: slave_read_only.

</ChangeLog>
2012-10-24 17:34:54 +00:00
Wen Heping
444c7992f9 - Update to 1.3.2
- Trim Makefile headers
- Convert to optionsNG

Feature safe:	yes
2012-10-24 06:08:13 +00:00
Jason Helfman
ec590edea8 - hardcode --with-openssl for slave 83/84 postgresql contrib ports
with hat pgsql@

Spotted by:	beatmail (ie. pointyhat)
Feature safe:	yes
2012-10-20 20:41:22 +00:00
Jun Kuriyama
f8cfe168cd - Upgrade to 0.034.
Feature safe: yes
2012-10-20 02:07:11 +00:00
Jun Kuriyama
9e16120332 - Upgrade to 1.001017.
Feature safe: yes
2012-10-20 02:06:37 +00:00
Jun Kuriyama
0c99695734 - Upgrade to 1.07.
Feature safe: yes
2012-10-19 15:44:58 +00:00
Jun Kuriyama
ad341fabe8 - Upgrade to 0.29.
Feature safe: yes
2012-10-19 15:44:26 +00:00
Jun Kuriyama
25a9acf0a7 - Upgrade to 0.566.
Feature safe: yes
2012-10-19 13:45:19 +00:00
Jason E. Hale
ab44544543 - Update to 1.4.2
While here:
- Trim Makefile header
- Remove indefinite article from COMMENT

PR:		ports/170729
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:29:21 +00:00
Jason E. Hale
31ef8100fd - Update to 1.2.12 [1]
- Trim Makefile header

PR:		ports/170994 [1]
Submitted by:	Joe Horn <joehorn@gmail.com> [1]
Approved by:	maintainer timeout (miwi, 6 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:19:07 +00:00
Jason E. Hale
2737a8e62c - Pass maintainership to submitter
PR:		ports/172813, ports/172814, ports/172815,
		ports/172816, ports/172817, ports/172818,
		ports/172820, ports/172821, ports/172822,
		ports/172823, ports/172824, ports/172825
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	timur (via private email)
		makc, avilla (mentors implicit)
Feature safe:	yes
2012-10-17 13:38:18 +00:00
Jason Helfman
45efd07b44 - adopt optionsNG
with hat pgsql@
Feature safe: yes
2012-10-16 17:28:22 +00:00
Thomas Abthorpe
425474f5f5 - Reassign to the heap at maintainer's request
Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
2012-10-15 16:21:11 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Frederic Culot
29467d9ee4 - Update to 3.7.14.1
PR:		ports/172399
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe:	yes
2012-10-13 07:45:23 +00:00
Frederic Culot
fc91fe6c5e - Update to 3.7.14.1
- Enable URI filename option by default
- Update maintainer's address

Changes:	http://www.sqlite.org/releaselog/3_7_14_1.html
PR:		ports/172400
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe:	yes
2012-10-13 07:27:45 +00:00
Alex Dupre
5e84c1164a Update to 5.5.28 release and switch to OptionsNG.
Feature safe:	yes
2012-10-12 13:44:59 +00:00
Alex Dupre
7bb7d3f180 Update to 5.1.66 release.
Feature safe:	yes
2012-10-12 13:22:20 +00:00
Frederic Culot
4c21df5ebb - Update to 1.5
- Sort USE_* flags

PR:		ports/172384
Submitted by: 	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe:	yes
2012-10-12 10:31:18 +00:00