aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_GMAKE=yes to USES=gmakegblach2013-09-291-2/+2
| | | | | | - Support staging Approved by: crees, tabthorpe (mentors, implicit)
* - Fix install due to PREFIX not being defined by including bsd.port.pre.mkbdrewery2013-09-281-1/+3
| | | | | | | | | | | | This was not caught because 'poudriere testport' (in 3.0.8) was setting PREFIX in the environment which removes the need to include bsd.port.pre.mk. bulk -t was showing this problem though because it does not set PREFIX in the environment. PR: ports/182453 Reported by: Kenji Rikitake <kenji.rikitake@acm.org> Approved by: maintainer (implicit via original submission) Pointyhat to: bdrewery
* - Convert to PYDISTUTILS_AUTOPLISTmva2013-09-2816-191/+63
| | | | | | | - Enable stage support - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary - Switch to new OPTIONS framework where necessary
* - stagifymatthew2013-09-282-26/+27
| | | | - move post-install actions into pkg-install
* Strict python version to 2.x branch. ZODB < 3.11 or 4.0 does not supportrm2013-09-271-1/+1
| | | | | | | python3. PR: 182423 Reported by: Arseny Nasokin <eirnym@gmail.com>
* Update to 5.6.14 release.ale2013-09-272-3/+3
|
* Update to 5.5.34 release.ale2013-09-272-3/+3
|
* Update to 5.1.72 release.ale2013-09-272-3/+3
|
* Update to 5.5.4 release.ale2013-09-271-19/+0
| | | | | PR: ports/182242 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Update to 5.4.20 release.ale2013-09-271-19/+0
| | | | | PR: ports/182292 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* - Add new port databases/riakbdrewery2013-09-2712-0/+382
| | | | | | | | | | | | | | - Did not convert to staging as it fails to build when enabled currently Riak is a distributed database designed for maximum availability: so long as your client can reach one server, it should be able to write data. In most failure scenarios the data you want to read should be available, albeit possibly stale. WWW: http://basho.com/riak/ PR: ports/182317 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - stageifymatthew2013-09-271-4/+3
|
* - stageifymatthew2013-09-272-3/+1
|
* databases/py-south: use distutils instead of setuptoolswg2013-09-272-385/+381
| | | | | | - Use distutils instead of setuptools - Allow staging - Use PYTHON_PY3K_PLIST_HACK
* - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18tabthorpe2013-09-272-2/+2
| | | | Discussed with: swills
* - Convert to USES+=tk and USES+=gmakegahr2013-09-251-4/+1
|
* - Convert to USES+=tclgahr2013-09-252-6/+5
| | | | - Fix package provide
* Support stage.vanilla2013-09-252-9/+0
|
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-254-4/+0
| | | | With hat: portmgr
* - Update to 1.4.1swills2013-09-242-4/+4
| | | | | | | - Pass maintainership to ruby@ PR: ports/181571 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
* Update to 4.0.7matthew2013-09-242-3/+3
| | | | - ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.7/phpMyAdmin-4.0.7-notes.html/view
* - Mark databases/ruby-memcache DEPRECATEDtabthorpe2013-09-241-0/+3
| | | | | | | - Unify date to expire at the same time With hat: portmgr Discussed with: swills
* - add new USES target: zope, and convert the tree to itrm2013-09-232-4/+4
| | | | | | | | | | - old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML)
* - Mark DEPRECATED, set EXPIRATION_DATE at maintainer's requesttabthorpe2013-09-231-0/+2
|
* Tidy up zope/plone ports over the tree. Common changes:rm2013-09-231-2/+3
| | | | | | | | | | - remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional.
* - update to 1.1.1flo2013-09-233-7/+7
| | | | - fix a few portlint warnings
* Fix NO_STAGE attributionbapt2013-09-236-6/+6
|
* - remove empty files and directoriesrm2013-09-223-0/+0
|
* - Mark broken on 10bdrewery2013-09-221-0/+4
| | | | | | | | | | | | | | | | | manager.c:133:10: error: too few arguments to function call, expected 6, have 5 hp = my_gethostbyname_r(host,&tmp_hostent,buff2,sizeof(buff2), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/my_net.h:113:74: note: expanded from macro 'my_gethostbyname_r' #define my_gethostbyname_r(A,B,C,D,E) gethostbyname_r((A),(B),(C),(D),(E)) ~~~~~~~~~~~~~~~ ^ /usr/include/netdb.h:250:1: note: 'gethostbyname_r' declared here int gethostbyname_r(const char *, struct hostent *, char *, size_t, ^ 1 warning and 1 error generated. *** Error code 1 PR: ports/181833 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - Update to 1.2.1lwhsu2013-09-222-3/+4
|
* - Update to 4.024sunpoet2013-09-213-20/+15
| | | | | | | | | | - Remove unnecessary DISTNAME - Use CONFLICTS_INSTALL instead of CONFLICTS - Add TEST_DEPENDS - Convert to new OPTIONS simplifier - Sort PLIST Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-214-4/+8
|
* - Update to 1.14.0sunpoet2013-09-212-6/+6
| | | | Changes: http://code.google.com/p/leveldb/source/list
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21927-1554/+1220
| | | | databases)
* - Remove last vestiges of MAKE_JOBS_SAFE knobak2013-09-202-4/+0
| | | | Approved by: portmgr (bapt)
* - Convert USE_TCL to USES=tclgahr2013-09-192-2/+2
|
* Update to 2.2.4flo2013-09-192-3/+3
| | | | | PR: ports/182143 Submitted by: lwhsu
* - Does not fetch when package building due to network restrictions.bdrewery2013-09-192-7/+3
| | | | | | Fix non-versioned upstream by using a versioned DIST_SUBDIR With hat: portmgr
* - Update to 0.92.79gahr2013-09-182-4/+3
| | | | | | PR: 181423 Submitted by: gahr@ Approved by: maintainer (timeout)
* Install libpgcommon.a, required by extensions.girgen2013-09-183-1/+10
| | | | PR: ports/182190
* Do not overwrite USESbapt2013-09-171-1/+1
|
* Do not overwrite USESbapt2013-09-171-1/+1
|
* Convert to new perl frameworkbapt2013-09-1712-42/+33
|
* - convert to the new perl5 frameworkaz2013-09-176-11/+10
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Rename the package to flare-db to avoid confusion with games/flarebapt2013-09-161-3/+3
| | | | While here modernize and cleanup
* Update to 1.65.demon2013-09-163-4/+6
|
* - Sort *_DEPENDS and MAN*sunpoet2013-09-152-11/+10
| | | | - Use CPAN as primary WWW
* Resolve latest link duplicate.bland2013-09-151-0/+2
|
* - Fix build without libstdc++ by removing hardcoded libstdc++ linkage [1]sunpoet2013-09-151-2/+3
| | | | | | | - Convert to new LIB_DEPENDS format - Use USE+= after bsd.port.*.mk inclusion Reported by: pkg-fallout [1]
* - Reformat pkg-descrsunpoet2013-09-151-8/+8
|
* - RASTER option should not be default (it was enabled for testing)rm2013-09-141-1/+1
|
* Add PostGIS 2.1.0rm2013-09-146-0/+286
| | | | | PR: 182032 (based on) Submitted by: Trevor Caira <trevor@bitba.se>
* - Fix build after iconv change [1]madpilot2013-09-141-12/+3
| | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit)
* - Respect CXXsunpoet2013-09-141-0/+1
|
* - convert to the new perl5 frameworkaz2013-09-131-2/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* APSW is a Python wrapper for the SQLite embedded relational databasemadpilot2013-09-125-0/+34
| | | | | | | | | | | engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. PR: ports/181938 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
* Add explicit dependency on pkgconf (18 ports)marino2013-09-121-0/+1
| | | | Approved by: portmgr (bapt, implicit)
* graphics/geos: update to 3.4.2wg2013-09-115-4/+6
| | | | | | | | | | - Update to 3.4.2 [1] - Bump PORTREVISION for dependent ports - USES gmake - Use options helpers PR: ports/181422 [1] Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
* - convert to the new perl5 frameworkaz2013-09-109-29/+19
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1019-73/+43
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1019-79/+44
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1019-74/+43
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1019-95/+49
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-102-12/+5
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* databases/mird: Mark BROKEN, checksum mismatchmarino2013-09-101-6/+4
| | | | PR: ports/181549 (timed out)
* - Update to 1.9.0culot2013-09-103-10/+43
| | | | | | | Changes: https://github.com/openstack/swift/blob/master/CHANGELOG PR: ports/180549 Submitted by: trociny@ Approved by: maintainer (timeout, >14 days)
* add build-depends to perl5 to fix building error.vanilla2013-09-101-1/+2
| | | | Submitted by: Mathieu Arnold <mat at mat.cc> via email.
* - Update to 0.9.8.delphij2013-09-102-7/+21
| | | | | - Override 'do-install' target so we install shared library with a version number.
* Update to postgreSQL 9.3.0girgen2013-09-094-40/+3
| | | | | | | | | | | | | | | | Major enhancements in PostgreSQL 9.3 include: - Add materialized views - Make simple views auto-updatable - Add many features for the JSON data type, including operators and functions to extract elements from JSON values - Implement SQL-standard LATERAL option for FROM-clause subqueries and function calls - Allow foreign data wrappers to support writes (inserts/updates/deletes) on foreign tables - Add a Postgres foreign data wrapper to allow access to other Postgres servers - Add support for event triggers - Add optional ability to checksum data pages and report corruption - Prevent non-key-field row updates from blocking foreign key checks - Greatly reduce System V shared memory requirements URL: http://www.postgresql.org/docs/9.3/static/release-9-3.html
* Update to 0.21.tobez2013-09-082-4/+3
| | | | Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
* - Remove deprecated PTHREAD_*sunpoet2013-09-081-2/+2
|
* - Update to 4.0.6matthew2013-09-082-3/+3
| | | | ReleaseNotes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.6/phpMyAdmin-4.0.6-notes.html/view
* - Cosmetic changesunpoet2013-09-081-1/+1
|
* - Add PORTSCOUT=ignore:1 to avoid false alarmsunpoet2013-09-081-0/+2
|
* - Add PORTSCOUT=ignore:1 to avoid false alarmsunpoet2013-09-081-0/+2
|
* - Add PORTSCOUT=ignore:1 to avoid false alarmsunpoet2013-09-081-0/+2
|
* databases/pymongo: update to 2.6.2wg2013-09-072-3/+3
| | | | | | - Update to 2.6.2 Changes: http://api.mongodb.org/python/current/changelog.html
* - Update to 3.8.0.2sunpoet2013-09-072-7/+9
| | | | | | | | | | - While I'm here: - Convert to new options framework - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Changes: http://www.sqlite.org/releaselog/3_8_0_2.html PR: ports/181842 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 3.8.0.2sunpoet2013-09-072-4/+4
| | | | | | Changes: http://www.sqlite.org/releaselog/3_8_0_2.html PR: ports/181841 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* add minssing PLIST_SUB.vanilla2013-09-071-0/+1
|
* add postgresql-plv8js, it's procedural language base on v8js.vanilla2013-09-077-0/+63
|
* Fix build with libc++bapt2013-09-071-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-061-2/+1
|
* Fix build after iconv conversion on head.madpilot2013-09-062-3/+13
| | | | Approved by: portmgr (bapt, implicit)
* Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.kwm2013-09-0627-0/+1650
| | | | | | | Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6. Libgda 5 is the new version of libgda data abstraction library. Obtained from: gnome dev repo.
* databases/libmongo-client: update to 0.1.6.3wg2013-09-062-7/+6
| | | | | | | | | - Update to 0.1.6.3 - USES gmake - Add LICENSE (AL2) PR: ports/181757 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer)
* Add an explicit dependency on pkgconfantoine2013-09-061-2/+1
| | | | Approved by: portmgr (bapt)
* - Update to 2.19.6culot2013-09-062-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/181751 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Fix build with clangbapt2013-09-051-0/+10
|
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-052-2/+2
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* databases/pymongo: update to 2.6.1wg2013-09-053-4/+4
| | | | | | | | - Update to 2.6.1 - Use single space for WWW and end with a slash Changes: http://api.mongodb.org/python/current/changelog.html#changes-in-version-2-6-1
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-057-6/+8
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Remove expired ports:rene2013-09-049-273/+0
| | | | | 2013-09-04 www/p5-Catalyst-Plugin-Unicode-Encoding: This module now part of core Catalyst distribution 2013-09-04 databases/phpmyadmin35: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php
* Use local mirror for lmdb distfiles.delphij2013-09-041-3/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-041-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Update to 5.6.13-rc60.5flo2013-09-033-13/+14
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* - Fix plist problems with PostgreSQL version > 9.0 bypawel2013-09-032-5/+12
| | | | | | | | | setting target moduledir in make enviroment - With default PostgreSQL version hashtypes.control file is not installed while newer versions do install it, fix this by adding post-install check Approved by: maintainer via private mail
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-021-6/+2
|
* Eliminate USE_GNOME=pkgconfig from databasesbapt2013-09-024-22/+7
| | | | | | While here: - trim headers - Convert to USES=pathfix, USES=gmake
* Update to 2.08.tobez2013-09-012-3/+3
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
* Rename databases/py-migrate to databases/py-sqlalchemy-migratelwhsu2013-09-015-10/+4
| | | | | Requested by: koobs Reviewed by: koobs, mva
* - add missing dependency on pkgconfigrm2013-09-011-0/+1
| | | | - no PORTREVISION bump - the update was just committed
* - update to 3.8.0.1rm2013-09-012-8/+12
| | | | | PR: 181706 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - update to 3.8.0.1rm2013-09-013-5/+5
| | | | | PR: 181705 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - IGNORE when PACKAGE_BUILDING as these require manual fetchbdrewery2013-08-312-7/+11
| | | | With hat: portmgr
* - Mark BROKEN, fails to fetchbdrewery2013-08-311-0/+2
|
* Update from 2.8.0-rc3 to 2.8.0-rc4.osa2013-08-302-3/+3
| | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 2.8 Release Candidate 4 (2.7.104) ] Release date: 30 Aug 2013 This is the fourth release candidate of Redis 2.8 (official version is 2.7.104). Important bugs fixed inside. # UPGRADE URGENCY: HIGH because of the EVAL memory leak. * [FIX] Fixed a serious EVAL memory leak in the Lua stack. * [FIX] Fixed server startup when no IPv6 address exists in any interface. * [FIX] Send MISCONFIG error when BGSAVE fails because can't fork. * [FIX] Memory efficiency with large (> a few kbytes) values improved considerably. * [NEW] DEBUG SDSLEN for sds memory debugging. </ChangeLog>
* - Remove Author linesunpoet2013-08-3012-14/+0
|
* Upgrade from 2.6.15 to 2.6.16.osa2013-08-302-3/+3
| | | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: MODERATE. * [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors were trapped only in the case the saving child failed, so the fork() error was no trapped as no child is created at all. * [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is significantly better with large values (>= a few kbytes) and will be able to store two times the amount of data compared to Redis 2.6.15 when values are in that range. * [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed by the Redis scripting engine. * [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to SDS allocation more easily. </ChangeLog>
* - Remove Author linesunpoet2013-08-301-3/+0
|
* - Add WWWsunpoet2013-08-305-5/+1
| | | | | - Use single space after WWW: - Remove Author line
* Update to 0.807(0).tobez2013-08-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* - Use single space after WWW:sunpoet2013-08-292-2/+2
|
* - Use single space after WWW:sunpoet2013-08-2911-11/+11
|
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Use single space after WWW:sunpoet2013-08-298-8/+8
|
* - Disconnect ports removed in r325546bdrewery2013-08-291-2/+0
|
* Update to latest GNUstep core libraries.theraven2013-08-2913-660/+0
| | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
* Update to 0.60.tobez2013-08-282-3/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* Update Horde_Imsp to 2.0.5mm2013-08-282-7/+4
|
* Update to 5.5.3 release.ale2013-08-271-32/+32
|
* Update to 5.4.19 release.ale2013-08-271-16/+0
|
* Update to 2.4.6 release.ale2013-08-273-3/+7
|
* Update to 0.9.12skreuzer2013-08-272-3/+3
| | | | | PR: ports/181460 Submitted by: Steve Wills <swills@FreeBSD.org>
* - update to 1.0.2jgh2013-08-273-14/+20
| | | | - properly support DOCS, and add option
* - Add LICENSEsunpoet2013-08-262-11/+14
| | | | | | - Convert to new options framework - Cosmetic change - Use single space after WWW:
* - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)sunpoet2013-08-263-4/+4
|
* - Remove USE_GCC=4.2+sunpoet2013-08-262-4/+2
| | | | | - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) - Use single space after WWW:
* - Use -pthread instead of deprecated PTHREAD_LIBSsunpoet2013-08-261-3/+3
| | | | - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
* Horde package update:mm2013-08-232-7/+3
| | | | | | | | | | | | | | | | Horde_ActiveSync 2.6.1 -> 2.6.2 Horde_Css_Parser 1.0.0 -> 1.0.1 Horde_Db 2.0.3 -> 2.0.4 Horde_Imap_Client 2.12.0 -> 2.13.1 Horde_Mail 2.0.6 -> 2.1.0 Horde_Mime 2.2.4 -> 2.2.5 Horde_Queue 1.0.0 -> 1.1.0 Horde_SessionHandler 2.2.1 -> 2.2.2 Horde_View 2.0.2 -> 2.0.3 horde-wicked 2.0.0RC1 -> 2.0.0RC2 horde-whups 3.0.0RC1 -> 3.0.0RC2 horde-ansel 3.0.0RC1 -> 3.0.0 final
* - Update to 0.1.20130428sunpoet2013-08-232-3/+3
| | | | Changes: https://code.google.com/p/py-leveldb/source/list
* - Update to 1.13.0sunpoet2013-08-232-3/+3
| | | | Changes: http://code.google.com/p/leveldb/source/list
* - Add new port: databases/redigogblach2013-08-235-0/+50
| | | | | | | Redigo is a Go client for the Redis database. It supports all Redis commands, pipelining, publish/subscribe and connection pooling. Approved by: crees (mentor)
* - Fix USESsunpoet2013-08-231-2/+1
|
* Custom prefetches for DBIx::Class.mat2013-08-225-0/+48
| | | | | PR: ports/180313 Submitted by: Anes Mukhametov <anes@anes.su>
* Add virtual columns to DBIx::Class schematamat2013-08-225-0/+42
| | | | | PR: ports/180306 Submitted by: Anes Mukhametov <anes@anes.su>
* Add support for lang/lua, disabled by default.osa2013-08-223-3/+60
| | | | Do not bump PORTREVISION.
* Update to 0.9.11skreuzer2013-08-222-11/+6
| | | | | PR: ports/181454 Submitted by: Steve Wills <swills@FreeBSD.org>
* Upgrade from 2.6.14 to 2.6.15.osa2013-08-224-7/+65
| | | | | | | | | | | | | | | | | | | | | | Add support for lang/lua, disabled by default. <ChangeLog> UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to the expired keys collection algorithm, or if you use the ZUNIONSTORE command. * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. WARNING: redis-benchmark released with 2.6.15 features non backward compatible change in the way the random arguments are specified, use the --help option for more information. </ChangeLog>
* - Cleanup Makefile headersunpoet2013-08-2211-55/+11
|
* - Remove leading indefinite article from COMMENTsunpoet2013-08-225-5/+5
|
* - Use RUN_DEPENDS:=BUILD_DEPENDSsunpoet2013-08-214-14/+5
| | | | | - Add BUILD_DEPENDS - Cosmetic change
* - Convert to new perl frameworksunpoet2013-08-2112-12/+23
|
* databases/jrrd: update to 1.0.6wg2013-08-212-11/+6
| | | | | | | | | | - Update to 1.0.6 [1] - Trim Makefile header [1] - Convert to new LIB_DEPENDS syntax - Remove leading article from COMMENT PR: ports/180841 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
* - Use USES=gmakesunpoet2013-08-215-5/+5
|
* Update to 0.13mat2013-08-212-7/+3
|
* Update to 1.22mat2013-08-212-3/+3
|
* - Update to 1.10.0sunpoet2013-08-212-2/+2
| | | | | | | - Update COMMENT and remove leading indefinite article from COMMENT - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
* databases/pymongo: update to 2.6wg2013-08-212-3/+5
| | | | | | | | | - Update to 2.6 - Add LICENSE (AL2) - Fix WWW line in pkg-descr (one space and ending slash) Changes: https://github.com/mongodb/mongo-python-driver/blob/2.6/doc/changelog.rst
* Update from 2.8.0-rc2 to 2.8.0-rc3.osa2013-08-213-6/+13
| | | | | | | | | | | | | | | | | | | Disable debug flags. <ChangeLog> # UPGRADE URGENCY: HIGH * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Replication speed regression fixed (issue #1238). * [FIX] Fixed an hard to trigger PSYNC bug. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] Add per-db average TTL information in INFO output. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. </ChangeLog>
* Update to 0.07036.mat2013-08-202-3/+3
|
* Update to 2.07.mat2013-08-203-7/+4
|
* Update to 0.771.mat2013-08-202-3/+3
|
* Update to 0.53.mat2013-08-202-3/+3
|
* Don't abuse PORTREVISION.sobomax2013-08-201-2/+2
|
* - Update to 2.19.4culot2013-08-192-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/181305 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* databases/pymongo: take maintainershipwg2013-08-181-1/+1
| | | | - Take maintainership
* - Update to 2.5.2wen2013-08-182-5/+4
| | | | - Reset maintainer to ports@
* - Reset pgollucci's portsbdrewery2013-08-181-6/+1
| | | | With hat: portmgr
* - Fix build after the recent lang/python changesmva2013-08-181-0/+1
|
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-182-2/+2
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* 1: Upgrade to 3.0.6.vanilla2013-08-175-52/+39
| | | | | | | 2: trim Makefile header, fix pkg-plist. PR: ports/174242 Submitted by: maintainer [1], me [2]
* Update to 0.9.7.delphij2013-08-173-19/+24
|
* Add rrdmerge - a simple script to merge two RRD files together. But quitesobomax2013-08-155-0/+39
| | | | useful at that.
* - Remove MAKE_JOBS_SAFE variableak2013-08-1540-40/+0
| | | | Approved by: portmgr (bdrewery)
* Update to 5.1.71 release.ale2013-08-142-3/+3
|
* Update from 2.6.14 to 2.8.0-rc2.osa2013-08-146-57/+59
| | | | Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
* New port for databases/p5-DBIx-Class-Helperstj2013-08-145-0/+137
| | | | | | | DBIx::Class::Helpers is a collection of tools to help simplify the common tasks in DBIx::Class. WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/
* Update to 2.4.5 release.ale2013-08-133-5/+18
| | | | | Add support for SASL client authentication Build shared library.
* databases/xtrabackup: update to 2.1.4wg2013-08-133-80/+13
| | | | | | | | | - Update to 2.1.4 - Remove MySQL references (everything is now inside tarball) - Add qpress as run dependency for --decompress option PR: ports/181255 Submitted by: Alex Samorukov <samm os2.kiev.ua> (maintainer)
* The swift client requires pbr for run too.trociny2013-08-131-1/+2
| | | | Approved by: bdrewery
* Rework patch to be similar to php 5.5.ale2013-08-121-9/+10
|
* Remove unneeded patch.ale2013-08-121-15/+0
|
* Update to 5.6.13 release.ale2013-08-123-14/+14
|
* Update to 5.5.33 release.ale2013-08-122-3/+3
|
* - Upgrade to 0.12.kuriyama2013-08-103-10/+8
|
* - Upgrade to 0.37.kuriyama2013-08-102-3/+3
|
* databases/py-south: update to 0.8.2wg2013-08-102-3/+3
| | | | | | - Update to 0.8.2 Changes: http://south.readthedocs.org/en/latest/releasenotes/0.8.2.html
* - Upgrade to 0.12.kuriyama2013-08-102-4/+5
|
* - Upgrade to 0.039.kuriyama2013-08-102-4/+5
|
* - Upgrade to 1.001020.kuriyama2013-08-102-18/+14
|
* - Update to 2.19.3culot2013-08-082-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/181084 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Convert to new perl frameworkaz2013-08-0712-12/+24
| | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
* - update to 1.405lth2013-08-072-8/+4
| | | | - trim Makefile header
* - Convert to new perl frameworkaz2013-08-061-6/+3
| | | | | | - Trim Makefile header Approved by: wen@ (maintainer)
* - Convert to new perl frameworkaz2013-08-057-37/+20
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* - Convert to new perl frameworkaz2013-08-041-6/+2
| | | | - Trim Makefile header
* - Security update of databases/phpmyadmin to 4.0.5matthew2013-08-043-3/+6
| | | | | | | | | | | | | | | | | | ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.5/phpMyAdmin-4.0.5-notes.html/download SecurityAdvisory: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php - Deprecate databases/phpmyadmin35 This version is vulnerable to the 'clickjacking protection bypass' problem fixed in 4.0.5, but the development team will not be publishing a fix. "We have no solution for 3.5.x, due to the proposed solution requiring JavaScript. We don't want to introduce a dependency to JavaScript in the 3.5.x family." Therefore deprecate this port and set expiry for one month. Please upgrade to 4.0.5 instead. Security: 17326fd5-fcfb-11e2-9bb9-6805ca0b3d42
* - Convert to new perl frameworkmat2013-08-034-5/+7
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-037-39/+13
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-0395-387/+248
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-0315-15/+30
|
* - Update to 5.1.26matthew2013-08-022-3/+3
| | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-26.html
* Convert all my perl-using ports to USES+=perl5matthew2013-08-021-1/+2
| | | | | | | | | | | | | While here: - add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex - set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix for www/rt40 - upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth - trim Makefile header for www/p5-RTx-Calendar
* - Update to 1.15jadawin2013-08-013-6/+6
| | | | | | - Convert to new perl5 framework - Pet portlint - Changelog: http://cpansearch.perl.org/src/MEWP/DBD-Sybase-1.15/CHANGES
* - Update to 1.40jadawin2013-08-012-4/+5
| | | | | - Convert to new perl5 framework - Changelog: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.40/Changes
* - Update to 0.41jadawin2013-08-012-4/+5
| | | | | - Convert to new perl5 framework - Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.41/ChangeLog
* databases/mtop: fix RUN_DEPENDSwg2013-08-011-8/+3
| | | | | | | | | - Trim Makefile header [1] - BUILD_DEPENDS -> RUN_DEPENDS PR: ports/179768 [1] Submitted by: Frank Wall <fw moov.de> Approved by: maintainer (timeout)
* Convert to new perl order that fixes an undetermined falloutbapt2013-07-311-1/+2
|
* - Convert to new Uses/perl5.mk frameworkaz2013-07-319-38/+22
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* - Update to 1.0olivierd2013-07-314-14/+14
| | | | | | - Trim Makefile header - Update maintainer address - Replace tab by space in WWW entry (pkg-descr)
* Update to 1.5.0.trociny2013-07-312-4/+10
| | | | | | | | | | | Since 1.5.0 swiftclient's setuptools have been using pbr thus adds pbr dependancy. The setup.py needs patching though to work correctly after merging d2to1 into pbr 0.5.19. Hope this is temporary and setup.py will be updated upstream soon. Approved by: bdrewery
* - Update to 1.2.6culot2013-07-303-23/+30
| | | | | | | - Update LICENSE (now GPLv3, was GPLv2) PR: ports/179254 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Fix build with clang by forcing gnu89bapt2013-07-301-5/+2
|
* - Update to 1.628culot2013-07-302-3/+3
| | | | | | Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.628_-_22nd_July_2013 PR: ports/180902 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
* - Update to 2.19.2culot2013-07-302-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/180901 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Adds a Redis::Namespace class which can be used to namespace calls to Redis.swills2013-07-303-0/+24
| | | | | | | This is useful when using a single instance of Redis with multiple, different applications. WWW: http://github.com/resque/redis-namespace
* Security update: multiple vulnerabilities in databases/phpmyadmin andmatthew2013-07-284-6/+6
| | | | | | | | | | | | | | | | | | | | | databases/phpmyadmin35 - update phpmyadmin to 4.0.4.2 ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.4.2/phpMyAdmin-4.0.4.2-notes.html/view - update phpmyadmin35 to 3.5.8.2 ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.8.2/phpMyAdmin-3.5.8.2-notes.html/view - vuxml The PMSA references shown have not been published yet, hence no CVE numbers and a lack of detail in the descriptions. Yes, PMSA-2013-10 is missing from the sequence. According to the security alert e-mail: "For more details, see the upcoming PMASA-2013-8 to PMASA-2013-15 (minus PMASA-2013-10 which is reserved for a future advisory)."
* - Update to 1.10.2.rakuco2013-07-283-5/+5
| | | | | - Remove trailing slash from MASTER_SITE_SUBDIR, a trailing slash is already added automatically.
* - switch simple inline replacement from perl to sedaz2013-07-283-19/+7
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* - Reset maintainer after no response to mail since Jan 2013swills2013-07-281-7/+3
| | | | | | - Clean up headers and comments while here Reviewed by: danfe
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2749-1574/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* Simplify, for conciseness:mandree2013-07-252-21/+3
| | | | Move function of patch file into post-patch target, too.
* Fix C++11 compatibility by renaming atomic_init().mandree2013-07-254-0/+40
| | | | | | | Modified version of dim's patch, where most of the stuff moves into a REINPLACE_CMD called from post-patch. Submitted by: dim
* Horde package update:mm2013-07-252-3/+3
| | | | | | | | | | Horde_ActiveSync 2.5.5 -> 2.5.6 Horde_Core 2.6.2 -> 2.6.4 Horde_Dav 1.0.1 -> 1.0.2 Horde_HashTable 1.0.1 -> 1.1.0 Horde_History 2.1.0 -> 2.1.4 Horde_Imap_Client 2.11.6 -> 2.12.0 Horde_SessionHandler 2.2.0 -> 2.2.1
* Mark as broken:bapt2013-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | | Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: In file included from /wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gis.h:25, Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: from /tmp/tmpAeHg0r.h:1: Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: /usr/include/stdarg.h:72:2: error: #error this file needs to be ported to your compiler Status: Parsing /tmp/tmpAeHg0r.h Error: /usr/include/stdio.h:67: Syntax error at 'va_list' Error: /usr/include/stdio.h:271: Syntax error at '__va_list' Error: /usr/include/stdio.h:272: Syntax error at '__va_list' Error: /usr/include/stdio.h:274: Syntax error at '__va_list' Error: /usr/include/stdio.h:279: Syntax error at '__va_list' Error: /usr/include/stdio.h:281: Syntax error at '__va_list' Error: /usr/include/stdio.h:283: Syntax error at '__va_list' Error: /usr/include/stdio.h:284: Syntax error at '__va_list' Error: /usr/include/stdio.h:348: Syntax error at '__va_list' Error: /usr/include/stdio.h:401: Syntax error at '__va_list' Error: /wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gisdefs.h:126: Syntax error at 'va_list' Status: Processing description list. Reported by: pkg-fallout
* SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQLpawel2013-07-245-0/+32
| | | | | | | | | | A fork of the shatypes extension which adds additional data types along with some fixes. WWW: http://pgxn.org/dist/hashtypes/ PR: ports/180137 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* - Update to 0.3.13swills2013-07-232-3/+3
|
* - Update to 1.2.9.1swills2013-07-232-3/+3
|
* Update to 1.9.1skreuzer2013-07-232-3/+3
| | | | | PR: ports/180528 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* - Changed my emailvg2013-07-224-8/+8
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* databases/skytools: Fix PYTHON specificationmarino2013-07-221-1/+1
| | | | | | | | Python 2.5 is no longer in the tree. Right now all versions of python are considered to be acceptable. Approved by: culot (mentor) Suggested by: jgh
* databases/postgresql-pllua: Restrict to postgresql 9.1 and earliermarino2013-07-221-6/+3
| | | | | | | | | This version of Tablelog fails to build with postgresql 9.2 Also trim header and convert USE_GMAKE to USES+=gmake. PR: ports/179959 submitted by: marino Approved by: bapt (mentor), maintainer timeout
* databases/skytools: Restrict to postgresql 9.1 and earliermarino2013-07-222-31/+4
| | | | | | | | | | | This version of skytools fails to build with postgresql 9.2 This port had complex logic to change pkg-plist with pgsql > 8.2, but now all versions meet this criteria. Remove the logic and trim the pkg-plist as well as the header. Also convert USE_GMAKE to USES+=gmake. PR: ports/179957 submitted by: marino Approved by: bapt (mentor), maintainer timeout
* databases/tablelog: Restrict to postgresql 9.1 and earliermarino2013-07-221-9/+3
| | | | | | | | This version of Tablelog fails to build with postgresql 9.2 PR: ports/179955 submitted by: marino Approved by: bapt (mentor), maintainer timeout
* databases/pg_reorg: Upgrade to v1.1.8, use DESTDIRmarino2013-07-223-24/+27
| | | | | | | | | | | | | | | | | | | | This version upgrade is required for PostgreSQL 9.2 support and was proposed by the maintainer. Additional changes were added by myself: 1) Header trimmed 2) USE_GMAKE changed to USES+=gmake 3) NOPORTSDOCS changed to options/DOCS 4) Proposed logic for alternative PLIST was replaced with DESTDIR support The package list changes directory structure depending if postgresql 91 or higher client is used. This could have been handled with PLIST_SUB (rather than an alternate pkg-plist) but PGSQL_VER variable isn't evaluated until much later. Using an intermediate DESTDIR scheme not only makes the DOCS option handling cleaner, it makes the pkg-plist creation bulletproof. It also gives this port a head start for future "Stage" support. PR: ports/179954 Submitted by: marino Approved by: bapt (mentor), maintainer
* databases/slony1: Limit to pgsql version 9.1 and belowmarino2013-07-211-2/+2
| | | | | | | | | | Slony1 will not build on PostgreSQL 9.2, so indicate this in the makefile. Users should migrate to version 2 (databases/slonyIv2) as version 1.2 is no longer maintained. PR: ports/179958 Submitted by: marino Approved by: bapt (mentor), maintainer
* - Update to 1.5.2miwi2013-07-212-3/+3
| | | | | PR: 180653 Submitted by: maintainer
* - Update to 1.05wen2013-07-202-7/+4
| | | | | Changes: http://cpansearch.perl.org/src/JANPAZ/DBD-XBase-1.05/Changes - Trim Makefile headers
* Update to 2.11.3cs2013-07-202-3/+3
|
* - Update to 2.3.0miwi2013-07-183-9/+6
| | | | | PR: 180582 Submitted by: maintainer
* databases/cego: update to 2.18.11wg2013-07-182-3/+3
| | | | | | | | | - Update to 2.18.11@ Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/180610 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> (maintainer)
* Don't set PORTREVISION here, but inherit from master port.erwin2013-07-171-1/+0
| | | | | PR: 180605 Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
* Horde package update:mm2013-07-174-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.5.3 -> 2.5.5 Horde_Auth 2.0.4 -> 2.0.5 Horde_Cache 2.2.0 -> 2.2.1 Horde_Cli 2.0.3 -> 2.0.4 Horde_Compress 2.0.3 -> 2.0.4 Horde_Compress_Fast 1.0.1 -> 1.0.2 Horde_Core 2.6.1 -> 2.6.2 Horde_Dav 1.0.0 -> 1.0.1 Horde_HashTable 1.0.0 -> 1.0.1 Horde_Icalendar 2.0.6 -> 2.0.7 Horde_Image 2.0.4 -> 2.0.5 Horde_Mail 2.0.5 -> 2.0.6 Horde_Memcache 2.0.1 -> 2.0.3 Horde_Mime 2.2.2 -> 2.2.3 Horde_Prefs 2.4.1 -> 2.5.0 Horde_Vfs 2.1.0 -> 2.1.1 horde-base 5.1.1 -> 5.1.2 horde-content 2.0.2 -> 2.0.3 horde-groupware 5.1.0 -> 5.1.1 horde-imp 6.1.2 -> 6.1.3 horde-ingo 3.1.1 -> 3.1.2 horde-kronolith 4.1.1 -> 4.1.2 horde-mnemo 4.1.0 -> 4.1.1 horde-nag 4.1.0 -> 4.1.1 horde-trean 1.0.2 -> 1.0.3 horde-turba 4.1.0 -> 4.1.1 horde-webmail 5.1.0 -> 5.1.1
* Update to 5.4.17 release.ale2013-07-161-0/+15
| | | | | PR: ports/180527 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* - Update devel/automake to 1.14ade2013-07-167-81/+20
| | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
* - Remove leading indefinite article from COMMENTnivit2013-07-163-21/+36
| | | | | | | | | | | | - Run 2to3 command on lib, doc and examples dirs, when Python ver. >= 3.0 - Switch off MYSQL and PGSQL options (suggested by koobs@, via private email) - Remove patch/patch-setup.py (pass --always-unzip to PYDISTUTILS_INSTALLARGS instead) - Add a post-patch target to fix tests (see http://goo.gl/iu8IB ) Build log: http://goo.gl/JkFG2
* - Update to 1.3.1miwi2013-07-153-297/+387
| | | | | PR: 180393 Submitted by: maintainer
* databases/sqsh: unbreak after USES= motifmarino2013-07-151-1/+1
| | | | | | | | | The makefile already had USES defined in it. After replacing USE_MOTIF with "USES= motif", USES was overwritten losing its "readline" value. Change the previous commit to "USES+= motif" to restore the build on platforms that need the ports readline. Approved by: bapt (mentor)
* - Update to 0.8.2nivit2013-07-154-33/+58
| | | | | | | | | | | | | | | | - Remove leading indefinite article from COMMENT - Run 2to3 command on lib, doc and examples dirs, when Python ver. >= 3.0 - Remove files/patch-setup.py (pass --always-unzip to PYDISTUTILS_INSTALLARGS instead) - Switch off MYSQL and PGSQL options (wanted by koobs@, via private email) - Add devel/py-mock to TEST_DEPENDS, when Python ver. < 3.3 - Fix path to py3k-fix-pkg-plist.inc Build log: http://goo.gl/kF8pT Release notes: http://goo.gl/CKfHc
* - Fix path to py3k-fix-pkg-plist.incnivit2013-07-151-1/+1
|
* Update to 5.5.32.31.0flo2013-07-134-16/+39
|