| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
| |
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt
|
|
|
|
|
|
|
|
| |
Convert to OptionsNG. pet portlint, remove obsolete OSVERSION check
Tweak comment in slaves if needed, add a ldap backend.
PR: ports/161676 (based on update to 4.2.9)
Submitted by: Zhihao Yuan <lichray@gmail.com>
|
| |
|
|
|
|
|
| |
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server
5.6.10 alpha software.
|
|
|
|
|
| |
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.14
http://search.cpan.org/dist/Search-Xapian/Changes
|
|
|
|
| |
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.14
|
|
|
|
| |
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.14
|
|
|
|
| |
- Unbreak INDEX
|
|
|
|
|
|
| |
An ActiveRecord adapter for MySQL, based on mysql gem.
WWW: https://rubygems.org/gems/activerecord-mysql-adapter
|
|
|
|
|
|
|
| |
This is the MySQL API module for Ruby. It provides the same functions for Ruby
programs that the MySQL C API provides for C programs.
WWW: https://rubygems.org/gems/mysql
|
|
|
|
|
| |
- Trim header
- Take maintainership
|
|
|
|
|
| |
(except for `databases/tdbc' and `devel/py-mercurialserver', where it looks
like they're being used deliberately).
|
|
|
|
| |
Feature Safe: yes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Trim headers
PR: ports/168908
With hat: portmgr
|
|
|
|
|
| |
PR: ports/177009
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
- Trim header
|
| |
|
|
|
|
| |
- Convert to PEAR_AUTOINSTALL
|
|
|
|
|
|
|
| |
- Do not overwrite WWWOWN and WWWGRP, set should be already set
- Fix a typo in pkg-message, shorten <hr> lines by 2 characters
- While here, define LICENSE (GPLv2), reformat and strip EOL spaces from
pkg-descr, sort the knobs, improve COMMENT, etc.
|
|
|
|
| |
- While here trim header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 176928
PR: 176936
PR: 176937
PR: 176938
PR: 176939
PR: 176940
PR: 176941
PR: 176942
PR: 176943
PR: 176944
PR: 176945
Submitted by: jgh@
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
|
|
|
|
| |
PostgreSQL(and OS). pg_statsinfo gets some statistics information as
snapshot. We can check the DB activity and bottleneck analysis by
using these snapshot information. This utility provides some function
to get the information acquisition easily.
WWW: http://pgstatsinfo.projects.pgfoundry.org/
(currently some OS resource stats are disabled.)
|
|
|
|
|
| |
PR: ports/171917
Submitted by: Dan Langille <dan@langille.org> (maintainer)
|
|
|
|
| |
Reported by: pkg DEVELOPER_MODE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
UPGRADE URGENCY: LOW, however updating is encouraged if you have many instances
per server and you want to lower the CPU / energy usage.
* [BUGFIX] Replication: more strict error checking for master PING reply.
* [BUGFIX] redis-cli: use keepalive socket option for improved reliability.
* [BUGFIX] Allow AUTH while loading the DB in memory.
* [BUGFIX] Don't segfault on unbalanced quotes while parsing config file.
* [IMPROVED] serverCron() frequency is now a runtime parameter (was REDIS_HZ).
* [IMPROVED] Use a lot less CPU when idle, even with many configured DBs.
</ChangeLog>
|
|
|
|
|
|
| |
store developed by Symas for the OpenLDAP Project.
PR: ports/174007
|
|
|
|
| |
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
|
| |
|
|
|
|
|
|
| |
- Reformat pkg-descr
Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
|
|
|
|
|
|
| |
Remove left USE_BISON from graphics/tumble
Submitted by: John Marino <john@marino.st>
|
|
|
|
| |
- Trim Makefile headers
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for [Open]SSL choice - bundled, system, ports
- Add support for OQGRAPH, PBXT storage engines
- Add MAXKEY options (should stay on if you want your data to be compatible
with all the other mysql ports in the ports tree)
- Minor fix of patch-sql_CMakeLists.txt
PR: ports/176405
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
|
| |
|
|
|
|
| |
- Include fix of pkg-plist when Python version >= 3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
|
| |
|
|
|
|
|
| |
Reported by: rm@
Pointyhat: lippe
|
|
|
|
| |
Reported by: culot@
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
|
|
|
|
|
|
|
| |
one).
PR: ports/176255
Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Sqlcipher is a drop in replacement for sqlite3. Sqlcipher creates encrypted
sql databases.
Sponsored by: iXsystems
Suggested by: Isilon
Approved by: kwm (mentor)
|
|
|
|
|
|
| |
PR: ports/172898
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by: maintainer timeout (4+ months)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This library includes support for the following access methods:
* B+tree
* Hashing
* Fixed and Variable-Length Records
And the following interfaces:
* Hash like interface - BDB1::Btree and BDB1::Hash
* Array like interface - BDB1::Recnum(Recno)
WWW: https://github.com/knu/ruby-bdb1
|
|
|
|
|
|
|
| |
- Add --with-openssl knob.
PR: ports/175886
Submitted by: gor <gor@bss.org.ua>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Pointyhat to: swills
Reported by: bapt
|
|
|
|
|
|
|
|
| |
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
|
|
|
|
|
|
|
| |
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
|
|
|
|
|
|
| |
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
|
|
|
|
|
|
|
|
|
| |
- Convert to new Makefile header [2]
- Enable converters/igbinary support. Suggested by: devzone.my [2]
PR: ports/173643
Submitted by: Valery Komarov <komarov@valerka.net> [1]
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2]
|
| |
|
| |
|
| |
|
|
|
|
| |
ports.
|
|
|
|
|
| |
Changes:
http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to OptionsNG, respect NLS option
- Add support for sqlite3
- Add license info
- Respect CFLAGS during build
- Update COMMENT, pkg-descr to describe actual state
PR: ports/176402
Reported by: Aldis Berjoza <graudeejs@gmail.com>
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/176325
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
| |
slowest
normalized queries in previous version published yesterday.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MLDBM/Changes
|
|
|
|
|
| |
PR: ports/175608
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Cleanup Makefile header
- Sort PLIST
- Reformat pkg-descr
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
http://search.cpan.org/dist/Search-Xapian/Changes
|
|
|
|
|
|
|
| |
- Cleanup Makefile header
- Reformat pkg-descr
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
|
|
|
|
|
|
|
|
| |
- Cleanup Makefile header
- Reformat pkg-descr
- Bump PORTREVISION for databases/xapian-core shlib change
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
|
|
|
|
|
| |
Submitted by: avl via IM
Approved by: avl via IM
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing
it to be used as a backend spatial database for geographic information systems
(GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the
OpenGIS "Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.
PostGIS development was started by Refractions Research as a project in open
source spatial database technology. PostGIS is released under the GNU General
Public License. PostGIS continues to be developed by a group of contributors led
by a Project Steering Committee and new features continue to be added.
WWW: http://www.postgis.org/
PR: 174620
Submitted by: Matthew Trisoline <matt.trisoline@intermedix.com>
|
|
|
|
|
| |
- adopt new Makefile header and OPTIONS NG
- rename patches so they match patchfile nameing style
|
| |
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/176211
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- remove examples notation from pkg-message (no longer distributed/installed) [1]
PR: 176066
Submitted by: walterhurry@gmail.com, jgh@ [1]
With hat: pgsql@
|
|
|
|
|
|
|
|
| |
- Convert to optionsNG
- Reset maintainer to ports@
PR: 175313 [1]
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
|
|
|
|
|
|
|
|
| |
- Update dependent ports, including:
- Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262
- Update activemodel to 3.2.12 to resolve CVE-2013-0276
Security: forthcoming
|
| |
|
|
|
|
|
|
| |
This is a routine bugfix release.
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.7/phpMyAdmin-3.5.7-notes.html/view
|
| |
|
|
|
|
|
| |
- Remove reference to postgresql 8.2
- Cleanup Makefile header
|
| |
|
|
|
|
|
|
|
| |
- Fix typo in pkg-descr
PR: ports/175994
Submitted by: trociny@
|
|
|
|
|
|
| |
- Convert Makefile header to new style if needed
Approved by: swills (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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>
|
|
|
|
|
| |
PR: ports/175735
Submitted by: avg
|
| |
|
|
|
|
|
|
| |
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
|
| |
|
|
|
|
|
| |
PR: 175815
Submitted by: maintainer
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175958
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@)
|
|
|
|
|
|
| |
PR: 175541
Submitted by: Piotr Florczyk <piotr.florczyk@nnv.pl>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Trim header
PR: 175911
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: 168383
Submitted by: Nicolas Raspail <nicolas.raspail@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Trim header
PR: 175024
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/openstack/swift/blob/master/CHANGELOG
PR: ports/175624
Submitted by: trociny@
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
| |
Submitted by: Paul Beard <paulbeard@gmail.com>
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175882
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
| |
- maintainership over to pgsql@ (with hat pgsql@)
Reported by: kjedruczyk@fastmail.net
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/175878
Submitted by: Takefu
|
|
|
|
| |
- Bump PORTREVISIONs for dependant ports
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Release notes:
http://dev.mysql.com/doc/relnotes/connector-cpp/en/ccpp-news-1-1-2.html
- Add regression-test target for maintainer
|
|
|
|
| |
- Chase shlib version bump for dependant ports
|
|
|
|
| |
month without a fix
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175825
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
- Convert header
|
|
|
|
| |
- Convert header
|
|
|
|
| |
- Convert Header
|
|
|
|
| |
- Convert header
|
|
|
|
| |
- Update to 2.5.0b4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
| |
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
|
|
|
|
|
|
| |
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Rose-DB/Changes
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Extension Network.
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-NoSQL/Changes
|
|
|
|
|
| |
PR: 175739
Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
|
|
|
|
|
|
| |
- Cleanup Makefile header
Changes: https://code.google.com/p/py-leveldb/source/list
|
|
|
|
| |
Changes: http://code.google.com/p/leveldb/source/list
|
| |
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175654
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
| |
This is a routine bugfix update.
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.6/phpMyAdmin-3.5.6-notes.html/view
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0019/Changes
- Trim Makefile headers
- Reset maintainer to perl@
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Changelog: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.41_October_23_2012
|
|
|
|
|
| |
- use a fixed location as MASTER_SITE to prevent the port becoming
unfetchable everytime a new version is released.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
|
| |
|
| |
|
|
|
|
|
|
|
| |
to libmysql.
PR: ports/172115
Submitted by: Kimo <kimor79@yahoo.com>
|
|
|
|
| |
been no development since 2005.
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
PR: ports/175476
Submitted by: ccn <ccn@ccn.tw>
|
|
|
|
| |
Submitted by: sunpoet
|
|
|
|
|
|
| |
Although the plpython work was done by rm, this problem was actually my fault
Noticed by: sunpoet
|
|
|
|
|
|
|
| |
- Trim Makefile's header
PR: ports/175507 [1]
Submitted by: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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 new header
- convert to OptionsNG
Noticed by: avg[1]
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Trim header.
PR: ports/174179
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
- fix portname in MOVED
- remove trailing whitespace in MOVED, while here
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
you.
WWW: http://search.cpan.org/dist/Amon2-DBI/
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
| |
PR: 175334
Submitted by: maintainer, fbsd-ports@opsec.eu
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175230
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
- trim historical header where applicable
Reviewed by: swills@ (ruby@)
|
|
|
|
| |
- Trim Makefile headers
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
mine...
|
| |
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175164
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
| |
- Trim headers while I am here
- Clean up some trailing whitespace
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175108
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
|
|
| |
- Assign maintainership to tcltk@
PR: 173940
Submitted by: gahr
Approved by: maintainer (timeout > 1 month)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: jlaffaye
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: ports/174660
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr>
(maintainer of databases/mariadb-*)
|
| |
|
|
|
|
|
|
|
|
|
| |
DBIx::Class::PassphraseColumn - Automatically hash password/passphrase columns
WWW: http://search.cpan.org/dist/DBIx-Class-PassphraseColumn/
PR: 174736
Submitted by: fw@moov.de
|
|
|
|
| |
Reviewed by: thierry, tota, wen
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@)
|
|
|
|
|
| |
PR: 174608
Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBI/Changes
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/174895
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/174882
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/SQL-Translator/Changes
|
|
|
|
|
| |
PR: ports/174839
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
|
|
|
|
|
|
|
|
| |
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 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Approved by: portmgr
|
| |
|
|
|
|
| |
Approved by: ale (maintainer)
|
|
|
|
|
|
|
| |
Percona Server is an enhanced drop-in replacement for MySQL
Approved by: portmgr (bapt)
Initial patches by: pgollucci
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 174745
Submitted by: maintainer, fbsd-ports@opsec.eu
|
|
|
|
|
|
| |
- while here fix formatting of new header
With hat: pgsql@
|
| |
|
|
|
|
|
|
| |
PR: 174603 (based on)
Submitted by: basarevych@gmail.com
With hat: pgsql@
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002102/Changes
- Trim Makefile headers
- Reset maintainer to perl@
|
| |
|