aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Fix conversion to new options frameworkbapt2013-02-121-7/+2
|
* Liquibase is an open source (Apache 2.0 Licensed), database-independentmiwi2013-02-126-0/+100
| | | | | | | | | | | library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control. WWW: http://www.liquibase.org/ PR: ports/176032 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 0.08206.tobez2013-02-122-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* Update from 2.6.9 to 2.6.10.osa2013-02-126-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: MODERATE, this release contains many non-critical fixes and many small improvements. * [BUGFIX] redis-cli --rdb, fixed when the server sends newlines to ping. * [BUGFIX] redis-cli, minor fixes on connection handling, prompt. * [BUGFIX] Slow log: don't log EXEC, just executed commands. * [BUGFIX] On failed shutdown don't try again and again compulsively. * [BUGFIX] Fix build on sunos without backtrace(). * [BUGFIX] UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply (see 742e580) * [BUGFIX] Lua struct library was broken, upgraded. * [BUGFIX] Fix a bug in srandmemberWithCountCommand() with count argument. * [BUGFIX] Test: disable clients timeout to prevent issues on slow systems. * [BUGFIX] Sentinel: don't advertise the promoted slave as master too early. * [IMPROVED] Whitelist SIGUSR1, see http://redis.io/topics/signals. * [IMPROVED] Simpler to understand redis-cli --bigkeys output. * [IMPROVED] Test now works with tclsh > 8.5. * [IMPROVED] Added option to turn of the Nagle algorithm in slave socket. * [IMPROVED] Optionally use SO_KEEPALIVE to detect dead peers. </ChangeLog>
* - Update to 3.1.0jlaffaye2013-02-107-31/+151
| | | | | PR: ports/175735 Submitted by: avg
* Upgrade to version 0.9.2.olgeni2013-02-103-7/+180
|
* Update MAINTAINER address for all my ports. While I'm here,koobs2013-02-095-8/+8
| | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
* Connect mysql-connector-c to the buildcrees2013-02-091-0/+1
|
* - Update to latest git version 31-g9ca7fdamiwi2013-02-092-3/+4
| | | | | PR: 175815 Submitted by: maintainer
* - Update to 2.17.2culot2013-02-092-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175958 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Fix build and undeprecate [1] (converted to sed expression)madpilot2013-02-092-20/+23
| | | | | | | | | | | | | | | | While I'm here: - Fix plist with OCI8 option enabled - Fix some portlint warnings - Properly use optionsng - Use EXAMPLES macros for examples in place of DOCS ones. Similar fix as in PR also submitted via email to me independently by Riccardo Torrini <riccardo@torrini.org> PR: ports/175709 Submitted by: Tim <tez@netbsd.org> Approved by: jadawin (perl@)
* - Update to 1.2.0miwi2013-02-082-4/+4
| | | | | | PR: 175541 Submitted by: Piotr Florczyk <piotr.florczyk@nnv.pl> Approved by: maintainer
* - Update to 180miwi2013-02-083-10/+8
| | | | | | | - Trim header PR: 175911 Submitted by: maintainer
* PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 releasedgirgen2013-02-0819-20/+33
| | | | | | | | | | | | This update fixes a denial-of-service (DOS) vulnerability. All users should update their PostgreSQL installations as soon as possible. The security issue fixed in this release, CVE-2013-0255, allows a previously authenticated user to crash the server by calling an internal function with invalid arguments. URL: http://www.postgresql.org/about/news/1446/ Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255
* - Remove empyt dirsmiwi2013-02-081-0/+0
|
* - Fix Undefined symbol "mmc_queue_pop" with clangmiwi2013-02-071-0/+1
| | | | | | PR: 168383 Submitted by: Nicolas Raspail <nicolas.raspail@gmail.com> Approved by: maintainer timeout
* - Fix build with clangmiwi2013-02-071-19/+15
| | | | | | | - Trim header PR: 175024 Submitted by: Ports Fury
* Update to 5.1.68 release.ale2013-02-072-3/+3
|
* - Update to 1.7.6culot2013-02-073-4/+5
| | | | | | | Changes: https://github.com/openstack/swift/blob/master/CHANGELOG PR: ports/175624 Submitted by: trociny@ Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* Remove obsolete flag.ale2013-02-071-3/+2
| | | | Submitted by: Paul Beard <paulbeard@gmail.com>
* - Update to 2.17.1culot2013-02-072-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175882 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - restore databases/postgresql-libpqxx, distfiles are now availablejgh2013-02-076-0/+167
| | | | | | - maintainership over to pgsql@ (with hat pgsql@) Reported by: kjedruczyk@fastmail.net
* Update of the port to 1.1.15 release.timur2013-02-0713-67/+1131
| | | | | | | | | Change maintaner to myself according to IRC conversation and following e-mail. [21:50] [aweits(~aweits@discipline.rit.edu )] yea, please take ownership PR: 175896 Approved by: maintainer
* Convert one more NOPORTDOCS occasion to port optionsNG framework.mandree2013-02-071-5/+5
| | | | | PR: ports/175878 Submitted by: Takefu
* - Add UPDATING entry for libtasn1 updatenovel2013-02-071-2/+2
| | | | - Bump PORTREVISIONs for dependant ports
* Update to 5.5.30 release.ale2013-02-062-3/+3
|
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-067-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell
* - Update to 1.1.2gahr2013-02-063-5/+37
| | | | | | | Release notes: http://dev.mysql.com/doc/relnotes/connector-cpp/en/ccpp-news-1-1-2.html - Add regression-test target for maintainer
* - Add UPDATING entry for gnutls updatenovel2013-02-062-2/+2
| | | | - Chase shlib version bump for dependant ports
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-053-10/+9
| | | | month without a fix
* - Update to 2.17.0culot2013-02-052-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175825 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - New port: databases/mysql-connector-cgahr2013-02-049-0/+171
| | | | | | | | MySQL Connector/C is a C client library for client/server communication. It is a standalone replacement for the MySQL Client Library shipped with the MySQL Server. WWW: http://dev.mysql.com/downloads/connector/c/
* Provides inflation and deflation for Authen::Passphrase instances frommiwi2013-02-045-0/+43
| | | | | | | | | and to either RFC 2307 or crypt encoding. WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/ PR: ports/174734 Submitted by: Frank Wall <fw@moov.de>
* - Update to 0.02003miwi2013-02-042-8/+4
| | | | - Convert header
* - Update to 0.09miwi2013-02-042-9/+4
| | | | - Convert header
* - Update to 2.4.6miwi2013-02-042-8/+4
| | | | - Convert Header
* - Update to 1.5.0b4miwi2013-02-048-67/+29
| | | | - Convert header
* - Convert headermiwi2013-02-042-30/+6
| | | | - Update to 2.5.0b4
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-044-39/+10
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-042-2/+2
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* KDE/FreeBSD team presents:makc2013-02-042-24/+16
| | | | | | | | | | | | SIP 4.14.3 QScintilla 2.7 PyQt 4.9.6 The area51 repository features commits by jhale and myself. Changes: - Trim Makefile header - Convert to new option framework
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-047-42/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4]
* - Update to 0.804sunpoet2013-02-022-76/+72
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* - Update to 0.770sunpoet2013-02-022-8/+4
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB/Changes
* - update databases/mariadb-server to 5.3.12 [1]flo2013-02-027-28/+19
| | | | | | | | | | - update databases/mariadb55-server 5.5.29 [2] PR: ports/175764 [1] PR: ports/175767 [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) [1] Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [2] Security: 8c773d7f-6cbb-11e2-b242-c8600054b392
* Add py-pgxnclient 1.2, command line tool to interact with the PostgreSQLlwhsu2013-02-015-0/+133
| | | | Extension Network.
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-015-5/+5
| | | | Approved by: portmgr (bapt)
* Update to 0.0020.tobez2013-02-012-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-NoSQL/Changes
* - Update to 1.3.4miwi2013-02-012-3/+3
| | | | | PR: 175739 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* - Fix make package when py-distribute or py-setuptools were installedsunpoet2013-02-011-1/+2
|
* Update port to the latest versiontimur2013-01-314-21/+14
|
* Chase boost updatebapt2013-01-315-25/+226
|
* Update to 0.75.tobez2013-01-312-8/+4
| | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
* - Update to 0.1.20121012sunpoet2013-01-312-9/+5
| | | | | | - Cleanup Makefile header Changes: https://code.google.com/p/py-leveldb/source/list
* - Update to 1.9.0sunpoet2013-01-312-3/+3
| | | | Changes: http://code.google.com/p/leveldb/source/list
* - Update to 2.4.2wen2013-01-302-3/+3
|
* - Update to 2.16.1culot2013-01-292-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175654 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to version 3.5.6matthew2013-01-292-3/+3
| | | | | | This is a routine bugfix update. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.6/phpMyAdmin-3.5.6-notes.html/view
* - Update to 0.0019wen2013-01-282-9/+5
| | | | | | Changes: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0019/Changes - Trim Makefile headers - Reset maintainer to perl@
* - Update to 2.16.0culot2013-01-282-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175637 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* 2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 monthbapt2013-01-275-93/+0
| | | | | 2012-05-10 x11-themes/kde-icons-amaranth-althaea: BROKEN for more than 6 month 2012-12-06 net/bpfstat: Merge in netstat on all supported version of FreeBSD
* Reassign several ports maintained by Nick Hilliard. Thank you very much forcrees2013-01-271-6/+2
| | | | | | | | | | | all your work on these. All to ports@FreeBSD.org, except p5-Rcs-Agent to perl@ (almost certainly won't see any updates), and give drupal[67] to flo@. While here, update to OPTIONSng. PR: ports/174741
* - cleanup headerdinoex2013-01-271-5/+1
|
* Convert Makefile headers to the new format in my ports (round #2).olgeni2013-01-261-1/+0
|
* Convert Makefile headers to the new format in my ports.olgeni2013-01-261-5/+0
|
* - Update to 3.6.3wen2013-01-263-3/+6
|
* - Update to 1.41jadawin2013-01-252-8/+4
| | | | - Changelog: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.41_October_23_2012
* - update to 5.5.29.29.4flo2013-01-253-10/+11
| | | | | - use a fixed location as MASTER_SITE to prevent the port becoming unfetchable everytime a new version is released.
* Update to 0.08205.tobez2013-01-243-8/+12
| | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* - Update to 1.3.7swills2013-01-242-3/+3
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1
|
* Add rubygem-mysql2 0.3.11, simple, fast MySQL library for Ruby, bindingswills2013-01-234-0/+26
| | | | | | | to libmysql. PR: ports/172115 Submitted by: Kimo <kimor79@yahoo.com>
* Deprecate databases/ruby-dbdbd. I don't know of any users and there hasbrooks2013-01-231-0/+3
| | | | been no development since 2005.
* - Update DESKTOP_ENTRIES:makc2013-01-231-2/+2
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
* Make the width if the Id field dynamic.matthew2013-01-232-23/+63
| | | | | PR: ports/175476 Submitted by: ccn <ccn@ccn.tw>
* Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anywaycrees2013-01-234-4/+4
| | | | Submitted by: sunpoet
* Fix package build for -plpythoncrees2013-01-233-3/+3
| | | | | | Although the plpython work was done by rm, this problem was actually my fault Noticed by: sunpoet
* - Update to 2.1 [1]culot2013-01-223-8/+10
| | | | | | | - Trim Makefile's header PR: ports/175507 [1] Submitted by: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com> (maintainer)
* Fix speling, thanks to Ruslan Makhmatkhanovgirgen2013-01-221-1/+1
|
* Update from 2.6.8 to 2.6.9.osa2013-01-224-6/+6
| | | | | | | | | | | | | | | | | | <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>
* Update to pgbadger 2.3girgen2013-01-223-55/+5
|
* - utilize autotools[1]leeym2013-01-221-5/+5
| | | | | | | - update to new header - convert to OptionsNG Noticed by: avg[1]
* Update to 2.03.tobez2013-01-212-8/+4
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
* Update to 0.07033.tobez2013-01-212-11/+5
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
* Update to 0.26.tobez2013-01-212-8/+5
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
* Update to 1.3.3.tobez2013-01-212-8/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
* Update to 0.10.tobez2013-01-212-8/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
* Update to 0.002103.tobez2013-01-212-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
* - Update MASTER_SITES.araujo2013-01-212-12/+18
| | | | | | | | | - Add LICENSE. - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/174179 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - add pkg-plist changes, forgotten in r310678rm2013-01-202-6/+6
| | | | | - fix portname in MOVED - remove trailing whitespace in MOVED, while here
* Split out postgresql-python port on to bunch of PostgreSQL version-dependent ↵rm2013-01-208-47/+59
| | | | | | | | | | | | | | 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)
* Amon2::DBI is a simple DBI wrapper. It provides better usability forkuriyama2013-01-205-0/+42
| | | | | | you. WWW: http://search.cpan.org/dist/Amon2-DBI/
* - update to 1.15leeym2013-01-192-3/+3
|
* Update CONFLCITS after the addition of percona55-* and mariadb55-*flo2013-01-188-8/+8
| | | | Approved by: maintainer
* - Update to 0.1700 [1]culot2013-01-172-9/+8
| | | | | | | | | - 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>
* - update to 2.15.8 (Bug fix in CegoQueryHelper::evalAttrCond)jgh2013-01-162-3/+3
| | | | | PR: 175334 Submitted by: maintainer, fbsd-ports@opsec.eu
* Add a temporary fix to fix the build when openssl is installed fromflo2013-01-162-0/+30
| | | | | | | | | | | 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)
* - Upgrade to 0.037.kuriyama2013-01-153-9/+7
|
* - Upgrade to 0.17.kuriyama2013-01-143-9/+7
|
* - Upgrade to 0.32.kuriyama2013-01-142-9/+7
|
* - Upgrade to 0.002204.kuriyama2013-01-142-8/+3
|
* - Update to 09.01.0200swills2013-01-145-51/+29
| | | | | | | | | | - 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>
* - Update to 2.15.7culot2013-01-132-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175230 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update from 2.6.7 to 2.6.8.osa2013-01-126-8/+128
| | | | | | | | | | | | | | | | | 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>
* - Upgrade to 0.25.kuriyama2013-01-122-8/+3
|
* - update remaining ruby@ maintained ports to new options frameworkjgh2013-01-121-11/+8
| | | | | | - trim historical header where applicable Reviewed by: swills@ (ruby@)
* - Update to 2.4.1wen2013-01-112-8/+4
| | | | - Trim Makefile headers
* Update to 0.38.tobez2013-01-112-3/+3
| | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog
* - fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This wasflo2013-01-111-2/+2
| | | | | | | | | | 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
* Set the correct MAINTAINER, not sure how this slipped through. All bugs are ↵flo2013-01-111-1/+1
| | | | mine...
* Update to 5.5.28.29.3flo2013-01-113-7/+7
|
* - Update to 2.15.6culot2013-01-102-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175164 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Change MAINTAINER addresstabthorpe2013-01-102-12/+4
| | | | | - Trim headers while I am here - Clean up some trailing whitespace
* add patch to accept bzip2 log filesgirgen2013-01-102-0/+50
|
* - Update to 4.1.1bdrewery2013-01-092-3/+3
|
* - update to 1.0.0gahr2013-01-092-16/+30
|
* - Update rubygem-rails to 3.2.11swills2013-01-094-6/+6
| | | | | | | | - 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
* - Update to 2.15.5culot2013-01-082-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175108 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 3.052gahr2013-01-082-16/+11
| | | | | | | | - Assign maintainership to tcltk@ PR: 173940 Submitted by: gahr Approved by: maintainer (timeout > 1 month)
* Convert last python@ ports to new options frameworkbapt2013-01-081-9/+9
| | | | | | | | 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)
* Convert jlaffayes's ports to new options frameworkbapt2013-01-071-11/+7
| | | | Approved by: jlaffaye
* 2012-05-10 databases/hypertable: BROKEN for more than 6 monthbapt2013-01-069-661/+0
| | | | | | | | 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
* Add the 5.5 branch of MariaDBflo2013-01-0537-0/+1228
| | | | | | | PR: ports/174660 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer of databases/mariadb-*)
* Update to 2.1.7flo2013-01-052-8/+3
|
* - add new port: databases/p5-DBIx-Class-PassphraseColumnjgh2013-01-055-0/+34
| | | | | | | | | DBIx::Class::PassphraseColumn - Automatically hash password/passphrase columns WWW: http://search.cpan.org/dist/DBIx-Class-PassphraseColumn/ PR: 174736 Submitted by: fw@moov.de
* update the R base ports to 2.15.2 and adjust dependent portsbf2013-01-055-27/+10
| | | | Reviewed by: thierry, tota, wen
* - update to 4.1rm2013-01-045-30/+41
| | | | | | | | | | | | - 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@)
* - update to 0.7.2rm2013-01-032-3/+3
| | | | | PR: 174608 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* Update to 1.623.tobez2013-01-032-3/+3
| | | | Changes: http://search.cpan.org/dist/DBI/Changes
* - Update to 2.15.4culot2013-01-022-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/174895 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 1.98swills2013-01-022-7/+8
| | | | | | | - Give maintainership to submitter PR: ports/174882 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* Update to 0.11016.tobez2013-01-014-38/+60
| | | | Changes: http://search.cpan.org/dist/SQL-Translator/Changes
* Update to version 2.15.3pawel2012-12-312-3/+3
| | | | | PR: ports/174839 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-306-0/+18
| | | | | | | | 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
* -Update devel/libical to 0.48.mezz2012-12-301-2/+2
| | | | | | | | | | | | -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>
* This is an alternative C driver for MongoDB, with slightly different goalspawel2012-12-305-0/+62
| | | | | | | | | | | | | 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>
* - Reassign to the heap at maintainer's requesttabthorpe2012-12-291-6/+2
| | | | Approved by: portmgr
* Set EXPIRATION_DATE to a date in the future. Sorry.flo2012-12-291-1/+1
|
* Deprecate and set EXPIRATION_DATEflo2012-12-291-0/+3
| | | | Approved by: ale (maintainer)
* Add Percona Serverflo2012-12-2938-0/+1157
| | | | | | | Percona Server is an enhanced drop-in replacement for MySQL Approved by: portmgr (bapt) Initial patches by: pgollucci
* Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}flo2012-12-291-2/+2
| | | | | | | | | | | 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
* - update to 2.15.2, Improvements for database backupsjgh2012-12-282-3/+3
| | | | | PR: 174745 Submitted by: maintainer, fbsd-ports@opsec.eu
* - remove broken configurable non-default user/group for postgresql-serverjgh2012-12-283-49/+16
| | | | | | - while here fix formatting of new header With hat: pgsql@
* update to 1.402lth2012-12-272-3/+3
|
* - unbreak ICU buildjgh2012-12-251-1/+1
| | | | | | PR: 174603 (based on) Submitted by: basarevych@gmail.com With hat: pgsql@
* - Update to 0.002102wen2012-12-222-9/+5
| | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002102/Changes - Trim Makefile headers - Reset maintainer to perl@
* Update to 5.5.29 release.ale2012-12-223-8/+9
|
* Update to 5.1.67 release.ale2012-12-222-3/+3
|
* Routine bugfix update to 3.5.5matthew2012-12-212-3/+3
| | | | - Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.5/phpMyAdmin-3.5.5-notes.html/view
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-2011-45/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to version 2.15.1 [1]pawel2012-12-203-5/+9
| | | | | | | | - Respect CXXFLAGS for entire build - Port links with readline PR: ports/174536 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Chase ICU update properly and bump PORTREVISIONgirgen2012-12-203-6/+6
|
* Chase ICU update to 50girgen2012-12-207-17/+29
|
* Chase icu, graphite2 and libexttextcat bumpbapt2012-12-197-39/+11
|
* Drop support for perl 5.8.tobez2012-12-181-14/+3
| | | | Nudged by: az
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-179-70/+8
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-178-54/+5
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* Convert miwi's ports to new Options frameworkbapt2012-12-173-35/+26
| | | | | | | 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)
* - update to 0.7.1rm2012-12-173-9/+5
| | | | | | | | | while here: - trim Makefile header - tab -> space change in pkg-descr:WWW PR: 174456 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema thatculot2012-12-165-0/+47
| | | | | | | | | | | | 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>
* - Set default perl version for ports which currently usingaz2012-12-161-1/+1
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* Trim remaining untrimmed headers on my portsmatthew2012-12-151-5/+1
| | | | | Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise RUN_DEPENDS from BUILD_DEPENDS
* Update to 0.24.tobez2012-12-143-6/+7
| | | | Changes: http://search.cpan.org/dist/AnyEvent-Redis/Changes
* - Support USE_READLINE.araujo2012-12-141-13/+8
| | | | | | | - Trim header. PR: ports/171974 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.9.9culot2012-12-132-3/+3
| | | | | PR: ports/174369 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* - Add LICENSE.araujo2012-12-134-16/+31
| | | | | | | | | | | - 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>
* Update horde4 packages and applications to horde5mm2012-12-126-16/+20
|
* Fix build with databases/db5.ale2012-12-121-17/+5
| | | | | PR: ports/174381 Submitted by: Alexander Wittig <alexander@wittig.name>
* Fix OPTIONS bsd.port.option.mk should be included only once and after the optionbapt2012-12-121-2/+0
| | | | definition
* - Update to 3.0.7sunpoet2012-12-124-102/+4
| | | | | | - Cleanup Makefile header Changes: http://pecl.php.net/package-changelog.php?package=memcache
* - move to jdk7jgh2012-12-122-3/+4
| | | | | | | - while here shorten MASTER_SITES PR: 174346 Submitted by: maintainer, hsn@sendmail.cz
* Update to 0.11.2skreuzer2012-12-122-3/+3
|
* - Bump port after ImageMagick updatebeech2012-12-121-1/+2
| | | | | - Remove version - Bump PORTREVISION
* - update to 1.4.8rm2012-12-1218-946/+140
| | | | | PR: 170348 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Adopt portsskreuzer2012-12-122-2/+2
|
* - use default java_vendor of openjdkjgh2012-12-111-1/+1
|
* - Update to 0.7.0wen2012-12-112-12/+6
| | | | | - Trim Makefile headers - Reset maintainer
* Update to 1.9.0skreuzer2012-12-112-4/+3
|
* Update PCRE to 8.32mm2012-12-117-8/+10
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16bapt2012-12-111-6/+2
| | | | | | | | | | | | 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]
* Feature safe: yesgirgen2012-12-111-1/+1
| | | | | PR: 174336 fix typo
* Update cyrus-sasl2 to 2.1.26.ume2012-12-103-6/+7
| | | | This bumps shlib version of libsasl2.
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-1018-95/+33
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* Update to 1.96.tobez2012-12-103-9/+7
| | | | Changes: http://cpansearch.perl.org/src/RSAVAGE/DBIx-Tree-1.96/CHANGES
* Update to 0.21.tobez2012-12-102-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes
* - Update to 2.7.2swills2012-12-102-6/+8
| | | | | | | | - Tab->space in Makefile header - Switch to GITHUB PR: ports/174231 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
* - Update to 1.2.0swills2012-12-105-31/+57
| | | | | | | | | | | | - 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)
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵eadler2012-12-101-1/+1
| | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik
* - Update to 0.17 [1]culot2012-12-082-9/+7
| | | | | | | | | | - 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
* - fix leftover of mysql for backend (spotted by tj@)jgh2012-12-073-69/+3
| | | | | | | | - 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
* The PostgreSQL Global Development Group has released an update to all currentgirgen2012-12-0712-18/+31
| | | | | | | | | | | | | 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
* - Update to version 3.2.20.09.87bar2012-12-064-23/+71
| | | | | | | | | | - 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
* - Update to 0.08jgh2012-12-052-8/+4
| | | | | | PR: 174142 Submitted by: maintainer, vovkasm@gmail.com Feature safe: yes
* - cleanup header, and option descjgh2012-12-051-2/+1
| | | | | | | PR: 174122 Spotted by: danfe/eadler Approved by: maintainer, joehorn@gmail.com (implicit) Feature safe: yes
* - Update to 5.18jgh2012-12-053-14/+13
| | | | | | | | - while here trim header and adopt optionsNG PR: 174122 Submitted by: maintainer, joehorn@gmail.com Feature safe: yes
* - Update to 1.7.0sunpoet2012-12-053-22/+4
| | | | | | | | | - 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
* - Chase 82+ not being a valid Tcl/Tk version anymoregahr2012-12-041-1/+1
| | | | | Feature safe: yes Reported by: beat, bapt
* Update from 2.6.6 to 2.6.7.osa2012-12-044-6/+6
| | | | | | | | | | | | | | | 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>
* - no need to include pre.mk/post.mkrm2012-12-021-5/+3
| | | | | | | - replace ${PREFIX} with ${MANPREFIX} on manpage install command Reporetd by: jhale Feature safe: yes
* This is a python client for the Swift API. There's a Python API (therm2012-12-024-0/+36
| | | | | | | | | | | | | | ``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
* - update to 1.7.5rm2012-12-023-31/+173
| | | | | | | | | | | | - 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
* - Changes GH_ACCOUNT to redisgblach2012-12-022-5/+5
| | | | | | | | | - 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
* Update to 5.3.11.delphij2012-12-012-3/+3
| | | | | | | PR: ports/173623 Submitted by: Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer) Security: CVE-2012-5579 Feature safe: yes
* Update from 2.6.5 to 2.6.6.osa2012-11-304-8/+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>
* - Trim headerbdrewery2012-11-301-22/+25
| | | | | | | | | | - 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-26 databases/postgresql-libpqxx: No more public distfilesbapt2012-11-296-170/+0
| | | | | | 2012-10-20 devel/portlet-api: No more public distfiles Feature safe: yes
* 2012-11-26 ftp/mget: No more public distfilesbapt2012-11-284-74/+0
| | | | | | | | | | | | | | | 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
* - Update to 2.7.0swills2012-11-284-37/+62
| | | | | | | | | | | | | | | | | | - 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
* - Update maintainership of my Tcl/Tk ports to tcltk@gahr2012-11-271-1/+1
| | | | | | - Trim Makefile headers Feature safe: yes
* - Update to 1.6culot2012-11-272-3/+3
| | | | | | PR: ports/173717 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
* - update to 2.14.1rm2012-11-262-6/+6
| | | | | | | | | | 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
* Update to 5.1.22matthew2012-11-262-9/+5
| | | | | | | - Trim Makefile headers - ChangeLog: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-22.html Feature safe: yes
* Fix pkg-plist for packages.osa2012-11-244-2/+8
| | | | Feature safe: yes
* Use more canonical names for patches.osa2012-11-2310-0/+0
| | | | | | | No functionaly changes. Don't bump PORTREVISION. Feature safe: yes
* Update from 2.6.4 to 2.6.5.osa2012-11-234-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update to version 3.5.4matthew2012-11-212-3/+3
| | | | | | | 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
* horde4 update:mm2012-11-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 0.08204wen2012-11-153-11/+5
| | | | | | | Changes: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/Changes - Trim Makefile headers Feature safe: yes
* Update pgbadger to version 2.2girgen2012-11-153-16/+4
| | | | Feature safe: yes
* Update to 1.1.0flo2012-11-142-4/+3
| | | | Feature safe: yes
* Update to 2.0.3flo2012-11-142-8/+4
| | | | | | | PR: ports/173529 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Feature safe: yes
* - Upgrade to 1.4.48.kuriyama2012-11-112-9/+5
| | | | Feature safe: yes
* - Upgrade to 0.17.kuriyama2012-11-113-4/+6
| | | | Feature safe: yes
* Update from 2.6.3 to 2.6.4.osa2012-11-094-7/+7
| | | | Feature safe: yes
* Update from 2.6.2 to 2.6.3.osa2012-11-076-9/+14
| | | | | | | | | | | | | | 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>
* - Update to 1.45lippe2012-11-072-4/+3
| | | | Feature safe: yes
* Update to version 1.63.demon2012-11-062-3/+3
| | | | Feature safe: yes
* - Build and install docsfjoe2012-11-052-2/+15
| | | | | | - Bump PORTREVISION Feature safe: yes
* - Update to 3.3.0fjoe2012-11-043-9/+6
| | | | | | - Do not use pkg-plist Feature safe: yes
* - Update to 2.1.0 [1]bdrewery2012-11-042-12/+9
| | | | | | | | | | | - 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
* - Change my email address to gblach@FreeBSD.orggblach2012-11-045-30/+10
| | | | | | - Change Makefile headers to shorter form Feature safe: yes
* Fix compilation error.fjoe2012-11-041-0/+11
| | | | | Obtained from: upstream Feature safe: yes
* - Update to 0.2.5fjoe2012-11-0412-208/+30
| | | | | | | | - OPTIONS'ify - Build and install documentation - Specify LICENSE Feature safe: yes
* Update to 2.2.0wxs2012-11-044-254/+398
| | | | | | | | | Drop DEVEL option. Turn on SSL support. PR: ports/172700 Submitted by: Dmitry Sukhodoyev <raven428@gmail.com> Approved by: maintainer timeout Feature safe: yes
* Update to 0.4.1makc2012-11-045-28/+5
| | | | | | Remove stale patches Feature safe: yes
* - Release to pool as I do not use this and am overcommitted.bdrewery2012-11-031-6/+2
| | | | | | - Trim header Feature safe: yes
* - correct list of dependent py-twisted components and use USE_TWISTED_RUNrm2012-11-021-8/+4
| | | | | | | | | | - 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
* Install a few docs; omit port revision bump as this port was added for adanfe2012-11-011-1/+8
| | | | | | | private request just couple of hours ago and thus probably not installed in sufficient quantities to warrant it. Feature safe: yes
* Add GNU recutils, a set of tools and libraries to access human-editable,danfe2012-11-015-0/+76
| | | | | | text-based databases called recfiles. Feature safe: yes
* Fix plist.girgen2012-11-012-1/+4
| | | | Feature safe: yes
* fix headergirgen2012-11-011-5/+1
| | | | Feature safe: yes
* Add port pgbadger. PostgreSQL log analyzer with fully detailed reports and ↵girgen2012-11-015-0/+38
| | | | | | charts. Feature safe: yes
* Update to 2.1.5flo2012-10-312-3/+3
| | | | Feature safe: yes
* - Update to 5.1.0jhale2012-10-312-8/+4
| | | | | | | | | - Trim Makefile header PR: ports/173196 Submitted by: Toomas Aas <toomas@median.ee> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* update to 1.401lth2012-10-312-3/+3
| | | | Feature safe: yes
* - Reset maintainer to perl@wen2012-10-301-1/+1
| | | | Feature safe: yes
* - Trim Makefile headerswen2012-10-301-7/+2
| | | | | | - Reset maintainer to perl@ Feature safe: yes
* Revert back changes for rc script.osa2012-10-302-1/+2
| | | | | | | | Bump PORTREVISION. Notice from: crees Feature safe: yes
* Fix docs logic after conversionbapt2012-10-291-2/+2
| | | | | Reported by: jhale Feature safe: yes
* Convert to new options frameworkbapt2012-10-291-15/+10
| | | | | | | Make ORACLE a real i386 only option Remove pre FreeBSD 7.x bits Feature safe: yes