/lang/python23/

git/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Update to 0.10.13swills2013-07-132-8/+4
| | | | | PR: ports/179880 Approved by: maintainer timeout (voldern@hoeggen.net, >2 weeks)
* - Update to 0.10.13swills2013-07-132-9/+5
| | | | | PR: ports/179879 Approved by: maintainer timeout (voldern@hoeggen.net, >2 weeks)
* - Update to 0.10.13swills2013-07-132-9/+5
| | | | | PR: ports/179878 Approved by: maintainer timeout (voldern@hoeggen.net, >2 weeks)
* - Update to 0.10.13swills2013-07-132-9/+5
| | | | | PR: ports/179877 Approved by: maintainer timeout (voldern@hoeggen.net, >2 weeks)
* Mark jobs unsafebapt2013-07-121-0/+1
| | | | | Trim headers Convert to USES=gmake
* - Update to 1.3.0swills2013-07-122-8/+4
| | | | | PR: ports/179863 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Update to 3.5miwi2013-07-113-4/+7
| | | | | PR: 179692 Submitted by: maintainer
* - Update to 2.5.1miwi2013-07-113-6/+14
| | | | | PR: 180177 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
* - Update to 177909miwi2013-07-1115-163/+1053
| | | | | PR: 177909 Submitted by: ports fury
* Remove expired ports:rene2013-07-115-67/+0
| | | | | | 2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago 2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised 2013-07-11 security/py-crack: Superseded by security/py-cracklib
* Reset maintainer (email is bouncing)bapt2013-07-111-3/+2
| | | | | | | While here: - Trim headers - Convert to USES where applicable - Bump klamav portrevision (pkgconfig is not a run dep anymore)
* Fix PORTSDIR not already defined by using relative pathbapt2013-07-111-1/+1
|
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-7/+2
| | | | | | Convert to USES=gmake Reported by: marino
* Mark job unsafe, remove now useless bmake workaroundbapt2013-07-101-5/+2
|
* Update to 1.10.0.rakuco2013-07-103-4/+6
| | | | | | | | | | | | | | | | | | | | | Changelog (since 1.9.2): - Memory optimizations. - Fix a runtime error on Windows. - Update item access time less often. - Don't try to start akonadiserver if mysqld is not installed. - Allow to fetch available items even if there are errors in some of the items. - Properly restrict the external part removal to the deleted collection. - Support checking the cache for payloads in the FETCH command. - Add infrastructure to track client capabilities. - Allow to disable the cache verification on retrieval. - fsck: move orphaned pim items to lost+found, delete orphaned pim item flags. - Introduce NotificationMessageV2 that supports batch operations on set of entities. - Fix build with Boost >= 1.53. - Fix a runtime issue with MySQL >= 5.6 (MySQL >= 5.1.3 is now the minimum version).
* Convert from USE_MOTIF to USES=motifbapt2013-07-102-7/+3
|
* - Update to 2.5.0swills2013-07-102-9/+7
|
* - Update to 2.18.10culot2013-07-092-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/180406 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 0.30clsung2013-07-082-4/+4
|
* - convert from USE_GMAKE to USES=gmakejgh2013-07-077-27/+12
| | | | | | - trim historical headers With hat: pgsql@
* databases/xtrabackup: fix RUN_DEPENDSwg2013-07-051-0/+2
| | | | | | | | - Add p5-DBD-mysql to RUN_DEPENDS PR: ports/180290 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* databases/xtrabackup: update to 2.1.3wg2013-07-054-27/+44
| | | | | | | | | | | | - Update to 2.1.3 [1] - USES cmake - Unmute install commands Changelog: https://launchpad.net/percona-xtrabackup/+milestone/2.1.3 PR: ports/180224 [1] Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* - Update to 1.2.15.lippe2013-07-042-3/+3
| | | | | | PR: ports/179295 Submitted by: Torsten Zuhlsdorff <foo@meisterderspiele.de> Approved by: maintainer timeout
* Update to version 2.2.3pawel2013-07-042-5/+5
| | | | | | PR: ports/179994 Submitted by: Takashi Kato <townwear@gmail.com> Approved by: maintainer
* Update pgbadger to 3.4girgen2013-07-022-3/+4
|
* - Update to 3.7.1wen2013-07-013-3/+7
|
* Update relevant ports to the latest release and fix disappeared --prefixtimur2013-07-014-12/+16
| | | | | | from the bsd.ports.mk. PR: 180102, 180103, 180136
* Security update to 4.0.4.1matthew2013-07-012-3/+3
| | | | | | | | ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.4.1/phpMyAdmin-4.0.4.1-notes.html/view Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2013-7.php Security: 1b93f6fe-e1c1-11e2-948d-6805ca0b3d42
* Update to 2.2.3flo2013-07-014-4/+6
| | | | | PR: ports/180089 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Distfile rerolled to make it clearer the license of thisale2013-06-302-2/+13
| | | | | community edition (GPLv2). Restore readline patch.
* Do not modify charset.aliasantoine2013-06-301-0/+1
|
* - Update to 2.7feld2013-06-302-9/+5
| | | | | | PR: ports/180090 Submitted by: alexey@renatasystems.org Approved by: crees (mentor)
* Update to 5.6.12-rc60.4flo2013-06-295-24/+26
|
* Update PostgreSQL 93 to beta 2.girgen2013-06-285-6/+5
| | | | URL: http://www.postgresql.org/about/news/1471/
* - Update to 0.76clsung2013-06-282-3/+3
|
* - Update to 3.73clsung2013-06-283-19/+11
|
* Distfile rerolled to make it clearer the license of thisale2013-06-262-2/+4
| | | | community edition (GPLv2).
* - Update to 2.18.9culot2013-06-262-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/179973 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Remove pkgconfig dependency. The port only installs a .pc file.tijl2013-06-261-4/+1
| | | | | | - Replace post-patch with pathfix. Approved by: pavelivolkov@gmail.com (maintainer)
* - Update GNU dbm to 1.10johans2013-06-253-7/+20
| | | | | | | - Add NLS support - Adopt port Approved by: gabor (old maintainer)
* Welcome PHP 5.5!ale2013-06-2422-0/+405
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* - Update to 1.2.1swills2013-06-232-9/+5
|
* - Update to 1.3.3swills2013-06-232-8/+7
|
* - Update to 1.2.0swills2013-06-232-7/+4
|
* - Update to 1.2.9swills2013-06-232-10/+6
|
* - Update to 1.2.9swills2013-06-232-7/+4
|
* - Update to 5.1.25swills2013-06-232-7/+4
|
* - Update to 1.1.12bdrewery2013-06-233-6/+6
| | | | | | | | | | Note from maintainer: This is the last release for 1.1. Port will be updated to 1.2.x once twitter/netflix approve it for production usage. PR: ports/179822 Submitted by: Radim Kolar <hsn@sendmail.cz>
* databases/pear-DoctrineORM: update to 2.3.3wg2013-06-222-3/+3
| | | | - Update to 2.3.3
* pear-DoctrineDBAL: update to 2.3.4wg2013-06-222-3/+3
| | | | - Update to 2.3.4
* - Update to 1.12.0sunpoet2013-06-222-3/+3
| | | | Changes: http://code.google.com/p/leveldb/source/list
* Update the PyQt ports.rakuco2013-06-221-1/+1
| | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2.
* Update MASTER_SITE_QT.rakuco2013-06-223-0/+3
| | | | | download.qt-project.org is a CDN and should redirect to the closest mirror anyway, but a few more mirrors have been added just in case.
* - add validated support for headless systems to use openjdk7jgh2013-06-211-1/+8
| | | | | | - default remains with openjdk6 Reported by: mfournier@openstudent.ca
* Update from 2.6.13 to 2.6.14.osa2013-06-204-6/+6
| | | | | | | | | | | | | | | | | PR: 179745 <ChangeLog> UPGRADE URGENCY: HIGH because of the following two issues: * Lua scripting + Replication + AOF in slaves problem (see Issue #1164). * AOF + expires possible race condition (see Issue #1079). * [FIX] AOF bug: expire could be removed from key on AOF rewrite. * [FIX] Allow writes from scripts called by AOF loading in read-only slaves. * [FIX] Sentinel: parse new verison of INFO replication output correctly. * [NEW] Reset masterauth if an empty string is configured. </ChangeLog>
* The Doctrine ORM package is the primary package containing thewg2013-06-204-0/+33
| | | | | | object relational mapper. WWW: http://www.doctrine-project.org/
* The Doctrine DBAL package is the database abstraction layer used towg2013-06-204-0/+61
| | | | | | power the ORM package. WWW: http://www.doctrine-project.org/
* The Doctrine Common package contains shared code between the other packages.wg2013-06-204-0/+28
| | | | WWW: http://www.doctrine-project.org/
* Remove ports that still depend on MySQL 4.1 or 5.0 which should have beenflo2013-06-203-38/+0
| | | | | | | removed with MySQL 4.1 and 5.0 respectively. PR: ports/179707 Reported by: John Marino <draco@marino.st>
* Reset g.gonter@ieee.org: mbox full.linimon2013-06-201-6/+2
| | | | While here, modernize headers.
* - Mark as make jobs (-jX) unsafe for the time beingdanfe2013-06-192-21/+16
| | | | | | | | | | | | - Drop the article from COMMENT line - Define LICENSE (GPLv3) - Remove pre-everything target: OPTIONS framework is vocal enough - Improve and move OPTIONS knobs lower in the Makefile - Fix bad indentation in post-patch commands as appropriate - Correct a typo and reformat port description, and point WWW to a more up-to-date page version while I'm at it Approved by: gabor (maintainer)
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-3/+0
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* Update to 4.0.4matthew2013-06-182-3/+3
| | | | | | | A routine bugfix update ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.4/phpMyAdmin-4.0.4-notes.html/view
* Remove Broken, it works now.kwm2013-06-182-26/+5
| | | | | Trim header, remove commented lines. switch to USES=shared-mime-info
* new port databases/p5-MR-Tarantoolaz2013-06-175-0/+74
| | | | | | | A driver for an efficient Tarantool/Box NoSQL in-memory storage. PR: ports/178617 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
* databases/py-redis: Update to 2.7.6koobs2013-06-163-21/+9
| | | | | | | | | | | | | | | | | | | | | | | - Update to 2.7.6 - Update setup.py patch Changes: * 2.7.6 * Added CONFIG RESETSTAT command. Thanks Yossi Gottlieb. * Fixed a bug introduced in 2.7.3 that caused issues with script objects and pipelines. Thanks Carpentier Pierre-Francois. * Converted redis-py's test suite to use the awesome py.test library. * Fixed a bug introduced in 2.7.5 that prevented a ConnectionError from being raised when the Redis server is LOADING data. * Added a BusyLoadingError exception that's raised when the Redis server is starting up and not accepting commands yet. BusyLoadingError subclasses ConnectionError, which this state previously returned. Thanks Yossi Gottlieb. * 2.7.5 * DEL, HDEL and ZREM commands now return the numbers of keys deleted instead of just True/False. * from_url now supports URIs with a port number. Thanks Aaron Westendorf.
* Fix error in PORT_OPTIONS conversion.antoine2013-06-151-1/+1
|
* Fix error in PORT_OPTIONS conversionantoine2013-06-151-1/+1
|
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-132-12/+6
| | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . use PLIST_FILES; . remove pkg-list (two lines for PLIST_FILES, two lines useless anyway); . do not mute install.
* - Update to 1.31sunpoet2013-06-132-9/+5
| | | | | | | - Remove leading indefinite article from COMMENT - Cleanup Makefile header Changes: http://search.cpan.org/dist/AnyEvent-CouchDB/Changes
* databases/embedded_innodb: Deprecate and schedule for removalvd2013-06-131-0/+3
| | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
* - Fix build with new site_perlaz2013-06-133-3/+3
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* - Do not remove directories not created by this portmiwi2013-06-121-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Update to 5.5.32 release.ale2013-06-124-13/+36
|
* - add rc.d scriptrm2013-06-123-0/+135
| | | | | | | | | | | | | - add the patch that fixes posix_fadvise64 linuxism: swift tries to call posix_fadvise64, which does not exists on FreeBSD and does not needed because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise should be called instead. This has been reported upstream (#1179268) but there is no reaction so far. - bump PORTREVISION PR: 178738 Submitted by: trociny Approved by: maintainer timeout (3 weeks)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Add Oracle Berkeley DB 6.0.mandree2013-06-115-0/+215
| | | | | | | | | Simplify installation over previous versions. License change to Affero GNU General Public License v3 (AGPL v3). Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html
* Update to 2.4.4 release.ale2013-06-103-5/+5
|
* - Update to 0.36jadawin2013-06-102-8/+4
|
* Update to 5.6.12 release.ale2013-06-104-23/+12
|
* Update to 0.751.mat2013-06-103-39/+85
|
* Update to 5.1.70 release.ale2013-06-102-13/+4
| | | | | | | Remove LINUXTHREADS option. [1] PR: ports/179352 Submitted by: rene
* databases/py-umemcache: Update to 1.6.3koobs2013-06-103-4/+4
| | | | | - Update to 1.6.3 - pkg-descr: Tab->space in WWW
* Update to 0.806(0).tobez2013-06-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* Update to 1.39.tobez2013-06-103-9/+6
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* databases/gnats4: Fix build failure on FreeBSD 10vd2013-06-101-0/+12
| | | | | | | | | | | | | | | | gnats/gnats.h contains its own prototypes of asprintf() and vasprintf() which conflict with the system ones: In file included from edit.c:21: ./gnats.h:140:12: error: conflicting types for 'asprintf' extern int asprintf (char **buf, const char *fmt, ...); ^ /usr/include/stdio.h:396:6: note: previous declaration is here int asprintf(char **, const char *, ...) __printflike(2, 3); Just remove the prototypes from gnats.h. Reported by: miwi@
* - Update to 1.16.1fjoe2013-06-102-5/+5
| | | | | | | - Enable database designer PR: 179075 Submitted by: Rainer Hurling
* Update to 5.5.31flo2013-06-094-10/+12
| | | | | PR: ports/179425 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Fix build with unixODBC installed.fjoe2013-06-091-2/+3
| | | | | PR: 176091 Submitted by: Dima Panov
* Remove CONFLICTS with databases/virtuoso.fjoe2013-06-091-1/+1
|
* Unbreak after OPTIONS conversion.antoine2013-06-091-1/+2
|
* - Update to 1.53sunpoet2013-06-093-4/+4
| | | | | | - Use space after WWW: Changes: https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
* - Do not remove directories not created by this portmiwi2013-06-091-1/+0
| | | |  Reported by: pkg (DEVELOPER_MODE)
* Update to 5.4.16flo2013-06-081-6/+1
| | | | | Approved by: ports-secteam (remko, delphij) Security: 59e7163c-cf84-11e2-907b-0025905a4770
* Update to 5.6.11-rc60.3flo2013-06-076-34/+31
|
* - Fix build compile errorswg2013-06-073-2/+38
| | | | | | - Remove BROKEN Approved by: culot / jpaetzel (mentors, implicit)
* Update to 0.52.tobez2013-06-072-8/+4
| | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
* - Trim Makefile headeraz2013-06-071-13/+1
| | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178919 Submitted by: az Approved by: maintainer (timeout)
* Convert to new options frameworkbapt2013-06-062-20/+12
|
* Update to 0.77.mat2013-06-062-8/+6
|
* Update to 1.74.mat2013-06-062-8/+4
|
* Update to 1.9610mat2013-06-063-10/+5
| | | | Make portlint happy.
* Security upgrade to 4.0.3matthew2013-06-062-3/+3
| | | | | | | | Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2013-6.php ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.3/phpMyAdmin-4.0.3-notes.html/view Security: 6b97436c-ce1e-11e2-9cb2-6805ca0b3d42
* Update to 4.023.mat2013-06-052-3/+3
|
* Update to 1.06.mat2013-06-052-3/+3
|
* - Update to 2.2.1swills2013-06-052-9/+5
|
* Add optional dependency on Horde_Memcache to Horde_HashTablemm2013-06-051-0/+6
|
* Horde API to access various hash table implementations.mm2013-06-054-0/+21
| | | | WWW: http://pear.horde.org
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-057-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell
* No idea how this one got missed.crees2013-06-051-6/+0
|
* Remove postgresql83-*; it expired at the beginning of March.crees2013-06-0535-2269/+0
| | | | While here, fix flo's typo...
* Does not build with supported versions of PostgreSQLcrees2013-06-051-1/+3
| | | | Approved by: maintainer timeout (kuriyama, almost 3 months)
* Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsflo2013-06-0525-1034/+0
| | | | Approved by: ale (maintainer)
* - Update to 1.4.1miwi2013-06-052-3/+3
|
* - Update to 1.11.2miwi2013-06-052-3/+3
|
* - Update to 2.18.8culot2013-06-042-4/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/179255 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Remove expired port:rene2013-06-045-70/+0
| | | | 2012-06-21 databases/php-sqlite3: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3
* Remove SQLLOG option. It needs code on "client side", and should not be usedlev2013-06-031-9/+2
| | | | | | | | | for system-wide library. No standard ports could be built when this option is set. For example, "devel/subverison" could not detect SQLite when this option is set. PR: ports/179012 Approved by: Maintainer, Pavel Volkov <pavelivolkov [at] gmail.com>
* - Update to 3.7.0wen2013-06-033-26/+32
|
* Chase libtasn1 switching from USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-06-031-1/+1
| | | | That has made pkgconf being a Build deps instead of Build+Run deps thus ports depending on pkgconf need an explicit dependency
* - Update to 0.15.1swills2013-06-032-8/+4
|
* - Fix plistmiwi2013-06-021-1/+0
| | | | Reported by: pkg (PKG_DEVELOPER_MODE)
* - Fix plistmiwi2013-06-022-7/+2
| | | | | | - Trim header Reported by: pkg (PKG_DEVELOPER_MODE)
* - Add missing PEAR_AUTOINSTALLmiwi2013-05-311-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Do not try to remove dirs. not created by the portmiwi2013-05-311-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to 3.7.17culot2013-05-313-5/+5
| | | | | PR: ports/178970 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 3.7.17 [1]culot2013-05-312-5/+5
| | | | | | | | - Remove leading article from COMMENT Changes: http://www.sqlite.org/releaselog/3_7_17.html PR: ports/178971 [1] Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 1.1.11bdrewery2013-05-316-1848/+76
| | | | | PR: ports/178561 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer)
* - Fix build for 8.xmiwi2013-05-312-1/+11
|
* Update to 1.2.2, fixing security issues.crees2013-05-302-6/+10
| | | | | | | PR: ports/178331 Submitted by: wollman Security: CVE-2012-5649 Security: CVE-2012-5650
* SQL::Abstract::More Generates SQL from Perl datastructures. This is aculot2013-05-305-0/+43
| | | | | | | | | | | | | | | | subclass of SQL::Abstract, fully compatible with the parent class, but it handles a few additional SQL constructs, and provides a different API with named parameters instead of positional parameters, so that various SQL fragments are more easily identified. This module was designed for the specific needs of DBIx::DataModel, but is published as a standalone distribution, because it may possibly be useful for other needs. WWW: http://search.cpan.org/dist/SQL-Abstract-More/ PR: ports/176883 Submitted by: Espen Tagestad <espen@tagestad.no>
* I no longer use this port, return it back to pool.delphij2013-05-301-1/+1
|
* Reset maintainer for till@php.netcrees2013-05-291-1/+1
| | | | | Thanks for all your help in the past, but unfortunately we haven't heard from you in a very long time.
* Its ruby client for Tarantool Key-Value Storagemiwi2013-05-294-0/+28
| | | | | | | WWW: https://github.com/mailru/tarantool-ruby PR: ports/178624 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Update math/R to 3.0.1-patched, and adjust dependent ports;bf2013-05-285-4/+5
| | | | | | | synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
* - Update to 1.4.0miwi2013-05-282-3/+3
|
* - Update to 196miwi2013-05-283-5/+4
| | | | | PR: 178960 Submitted by: maintainer
* Pass --defaults-extra-file also to mysql_install_db.ale2013-05-272-2/+2
| | | | Submitted by: Daniel Ylitalo <daniel@203core.se>
* - Remove unnecessary depend on PERL_LEVEL < 5.12az2013-05-271-7/+1
| | | | | | PR: ports/178918 Submitted by: az Approved by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
* - Add rubygem-addressable 2.2 port copied from newer versionswills2013-05-271-3/+1
| | | | | | | - Use that port for datamapper and friends PR: ports/178983 Submitted by: wollman
* - Upgrade to 0.35.kuriyama2013-05-272-3/+3
|
* - Fix build with python3wen2013-05-263-2/+145
| | | | | | - Bump PORTREVISION Reported by: Dmitry Sivachenko <trtrmitya@gmail.com> (via email)
* - Update to 0.95.004wen2013-05-262-3/+3
|
* Add databases/epgsql, a PostgreSQL client library written in Erlang.olgeni2013-05-265-0/+70
|
* This module provides a synchronous and asynchronous driver for Tarantool.az2013-05-255-0/+57
| | | | | | | | | | | The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protocol formatting) for packing requests and unpacking server responses. WWW: https://github.com/dr-co/dr-tarantool/ PR: ports/178618 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
* - Remove outdated PERL_LEVEL checksunpoet2013-05-251-15/+6
| | | | | | | | - Cleanup Makefile header - While I'm here, add LICENSE PR: ports/178920 Submitted by: az
* Update to 5.5.31.30.3flo2013-05-253-11/+11
|
* Update to 4.0.2matthew2013-05-252-3/+3
| | | | | | | | Routine bugfix update. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.2/phpMyAdmin-4.0.2-notes.html/view
* - Update to 0.8.1wg2013-05-243-9/+8
| | | | | | | | | | | - Trim Makefile header - Shortened COMMENT Changes: https://bitbucket.org/andrewgodwin/south/src/4c1c0e8a80eb/docs/releasenotes/0.8.1.rst?at=default https://bitbucket.org/andrewgodwin/south/src/4c1c0e8a80eb/docs/releasenotes/0.8.rst?at=default Approved by: culot (mentor)
* - Remove unnecessary depend on PERL_LEVEL < 5.12az2013-05-241-7/+1
|
* - update to 5.1.0jgh2013-05-243-73/+114
| | | | | | | | - remove distfile of jdbc driver, as good version is shipped now by vendor - pet portlint JasperReports Server 5.1 is a maintenance release focused on software quality and user experience improvements.
* - Update to 1.10.0sunpoet2013-05-242-4/+3
| | | | Changes: http://code.google.com/p/leveldb/source/list
* - Repocopy databases/py-sqlalchemy to databases/py-sqlalchemy-develnivit2013-05-246-0/+786
| | | | | | | | | - Update the repocopied port to 0.8.1 [1] - Re-order OPTIONS conditionals [1] - Make BUILD_DEPENDS use TEST_DEPENDS when TESTS option is true [1] PR: ports/178498 [1] Submitted by: koobs
* Move devel/lfc to devel/lfcbase, to avoid conflicts with other software usingzeising2013-05-235-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | liblfc as name. [1] Update devel/lfcbase to 1.5.4: [1] Several shared lib issues were addressed The license was changed from GPLv2 to GPLv3. Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2] Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3] Update databases/cego to 2.18.6 and chase the move of devel/lfc [4] Several shared lib issues were addressed. The license was changed from GPLv2 to GPLv3. Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5] Updated the autoconf setup Changed License from GPLv2 to GPLv3 PR: ports/178745 [1] ports/178746 [2] ports/178747 [3] ports/178752 [4] ports/178754 [5] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5]
* - Remove mysql 4X referencemiwi2013-05-222-12/+3
|
* - Upgrade to 0.17.kuriyama2013-05-212-3/+4
|
* - Upgrade to 0.34.kuriyama2013-05-214-7/+15
|
* - Upgrade to 0.002206.kuriyama2013-05-212-3/+3
|
* - Upgrade to 0.53.kuriyama2013-05-212-8/+3
|
* Update to 1.4.9.rakuco2013-05-195-26/+24
| | | | | PR: ports/178737 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* - Update to 1.4.0bdrewery2013-05-194-9/+20
| | | | | | | | - Replace tab->space in pkg-descr - Trim header PR: ports/178554 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer)
* databases/innobackup: Remove dead port replaced by databases/xtrabackupcrees2013-05-194-36/+0
| | | | | PR: ports/177997 Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* Update distinfo the distfile was rerolled.flo2013-05-181-2/+2
| | | | | | Minimal changes for rpm builds and a while space change. Reported by: erwin
* Update to 1.627.tobez2013-05-172-3/+3
| | | | Changes: http://search.cpan.org/dist/DBI/Changes
* - update to latest upstream versions:rm2013-05-172-89/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi)
* - update project address in pkg-descrjgh2013-05-171-1/+1
|
* - fix pkg-plist (do not try to remove directories, installed by lang/pythonXXrm2013-05-172-18/+10
| | | | | | | | | | | | | | | | | and python directory name was hardcoded anyway) - fix PGSQL option name (was POSTGRE) - eliminate usage of PYTHON_SITELIBDIR in depends - remove leading indefinite article from COMMENT - move license into proper block to pacify portlint - limit python version to 2.x only (because of pygtk2) - convert desktopfileutils dependency to USES - remove descriptions for FIREBIRD and MSSQL options (they are already defined in Mk/bsd.options.desc.mk) - define portdocs list unconditionally - bump PORTREVISION because of the changes Reported by: pointyhat (miwi, pkg-plist issue) Approved by: bsam (maintainer, by mail)
* - Fix plistmiwi2013-05-162-6/+2
| | | | | | - Trim header Reported by: poudriere exp-run
* Update to 1.626.tobez2013-05-162-4/+4
| | | | Changes: http://search.cpan.org/dist/DBI/Changes
* Add missing pb_basebackupgirgen2013-05-163-8/+15
|
* Chase updates to devel/lfc and devel/lfcxml, bump PORTREVISIONzeising2013-05-162-6/+5
| | | | | Remove versions from LIB_DEPENDS Trim makefile headers.
* - Change MAINTAINER address of all my portswg2013-05-161-1/+1
| | | | Approved by: culot (mentor)
* Update to 4.0.1matthew2013-05-162-3/+3
| | | | | | This is a routine, bugfix update. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.1/phpMyAdmin-4.0.1-notes.html/view
* - Update MASTER_SITESmiwi2013-05-151-6/+12
| | | | | | | | - Add Licence - Trim header PR: 178577 Submitted by: Ports Fury
* Update to 0.002104.tobez2013-05-142-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
* - Update to 0.1802culot2013-05-143-5/+5
| | | | | | | | - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes PR: ports/178426 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - update to 5.0.0jgh2013-05-146-127/+230
| | | | | | | | | - address inadequate handling of ~/.m2 build directory [1] - bring in codehaus (bug in software, being addressed upstream) - adjust project URLs PR: 178020 [1] Reported by: John Marino <draco@marino.st>
* Fix the build after r316786.rakuco2013-05-141-1/+2
| | | | Submitted by: John Marino <freebsdml@marino.st>
* - Remove php4 referencemiwi2013-05-139-21/+2
|
* - Update to 2.17.12culot2013-05-132-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/178409 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Remove ignore php 3miwi2013-05-131-6/+1
| | | | - While here trim header
* pkgconfig belongs under libdatagirgen2013-05-133-6/+16
|
* Properly bump PORTREVISION on postgresql-client-9.3.beta1girgen2013-05-131-1/+1
|
* Update postgresql93-client to properly depend on pkgconfiggirgen2013-05-133-6/+5
| | | | Reported by: Ports-QAT
* Add postgresql 9.3 beta1girgen2013-05-1214-583/+278
|
* Prepare for postgresql 9.3 beta 1 by svn cp postgresql92-* postgresql93-*girgen2013-05-1234-0/+2758
|
* Update to the latest 1.4.8 production version.rakuco2013-05-122-4/+4
| | | | | PR: ports/177603 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Horde update (introducing MongoDB support):mm2013-05-112-3/+3
| | | | | | | | | | | | | | | | | | | | | databases/pear-Horde_Db 2.0.2 -> 2.0.3 devel/pear-Horde_Cache 2.0.4 -> 2.1.0 devel/pear-Horde_Date 2.0.4 -> 2.0.5 devel/pear-Horde_Icalendar 2.0.4 -> 2.0.5 devel/pear-Horde_Lock 2.0.2 -> 2.1.0 devel/pear-Horde_Prefs 2.3.2 -> 2.4.0 devel/pear-Horde_Timezone 1.0.2 -> 1.0.3 devel/pear-Horde_Token 2.0.3 -> 2.0.4 devel/pear-Horde_Util 2.2.1 -> 2.2.2 mail/pear-Horde_Imap_Client 2.8.2 -> 2.9.0 net/pear-Horde_Rpc 2.0.3 -> 2.0.4 security/pear-Horde_Crypt 2.1.3 -> 2.2.0 sysutils/pear-Horde_Vfs 2.0.4 -> 2.1.0 textproc/pear-Horde_Text_Filter 2.1.0 -> 2.1.1 www/horde-passwd 5.0.0 alpha0 -> 5.0.0 beta1 www/horde-trean 1.0.0 -> 1.0.1 www/pear-Horde_Http 2.0.2 -> 2.0.3 www/pear-Horde_SessionHandler 2.0.2 -> 2.1.0
* - Update to 0.2-7tota2013-05-112-3/+3
|
* - Update to 1.9.2makc2013-05-113-9/+4
| | | | | - Remove no longer needed calls for update-mime-database from post-install and plist, 'USE_KDE4= sharedmime' does all the job
* - Fix path to Java binary in rc script [1]lme2013-05-113-3/+3
| | | | | | | | - Bump PORTREVISION [1] - Use space not tab after WWW: PR: ports/178493 [1] Submitted by: maintainer
* - optionsNG'ifyfjoe2013-05-092-21/+29
| | | | | | | | - make libiodbc dependency optional - disable hidden dependencies on hslookup, wbxml2 and openldap PR: 176091 Submitted by: Dima Panov
* - Update to 1.51sunpoet2013-05-082-9/+7
| | | | | | | | | | | | | | | | | | - Add http:// to MASTER_SITES - Cleanup Makefile header Changes: http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog - Bug #974632: _ConnectionDeadError sometimes was escaping the get/set code. This should return to readline() not raising an exception, except in the case that it's called from the get/set(). Report from Gary Poster, proposed patch by Brad Crittenden. - Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any false-like value it will default to 11211. - Bug #887765: Interrupted connection to memcache server can cause inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client() which will cause a client that has lost connection to a server and then reconnects to flush the cache on the reconnect so that it doesn't get old values from that server. Patch by Daniel Benamy.
* - Remove MAKE_JOBS_SAFE from ports that set NO_BUILDehaupt2013-05-083-17/+4
| | | | | - Trim header - While here use PLIST_FILES for databases/mrtg-mysql-load
* Don't build client with ldap-- this is unnecessary and causes build breakagecrees2013-05-072-6/+6
| | | | | | | for package building because of lack of LDAP installation. PR: ports/177381 Tested by: Chris Dukes <chris.dukes.aix@gmail.com>
* Convert USE_NCURSES by USES=ncursesbapt2013-05-063-5/+3
| | | | Convert USE_READLINE by USES=readline
* Fix also -server ports with clang.ale2013-05-062-0/+4
|
* - Update to 2.17.10culot2013-05-062-3/+3
| | | | | | Changes: http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en PR: ports/178341 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to 0.29.tobez2013-05-062-3/+3
| | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
* Fix build with clang.ale2013-05-062-0/+22
| | | | | PR: ports/176105 Submitted by: Spil <spil.oss@gmail.com>
* Update to 1.5.4.rakuco2013-05-052-4/+4
| | | | | PR: ports/176640 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-2/+2
| | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt)
* Unbreak, fetch works, tested on 2 different hosts in different locations.flo2013-05-051-1/+0
| | | | Discussed with: bapt
* Fix build with bmakebapt2013-05-051-1/+5
|
* Mark as broken: does not fetchbapt2013-05-051-5/+2
|
* Fix build with bmakebapt2013-05-051-0/+4
|
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-2/+0
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* - Copy databases/phpmyadmin to databases/phpmyadmin35matthew2013-05-04