Commit graph

11998 commits

Author SHA1 Message Date
Martin Wilke
9c5b9f7cd8 - Update to 2.5.2 2014-01-15 03:02:18 +00:00
Sergey A. Osokin
771437151f Upgrade from 2.8.3 to 2.8.4.
<ChangeLog>

# UPGRADE URGENCY: MODERATE for Redis and Sentinel.

* [FIX] Makefile compatibility with non common make variants improved.
* [FIX] SDIFF crash in very unlikely to trigger state fixed.
* [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite
        process.
* [FIX] Set TCP port to 0 works again to disable TCP networking.
* [FIX] Fixed replication with old Redis instances as masters by not
        sending REPLCONF ACK to them.
* [FIX] Fix keyspace notifications rewrite and CONFIG GET output.
* [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow).

* [NEW] Sentinel now has a run time configuration API.
* [NEW] Log when we lost connection with master or slave.
* [NEW] When instance is turned from slave to master now inherits the
        old master replication offset when possible. This improves the
        Sentinel failover procedure.

</ChangeLog>
2014-01-14 10:28:34 +00:00
Antoine Brodin
c02b6e710d Fix packaging after the move from distutils to setuptools (egginfo is now
a directory, not a file):
- Use PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-13 22:00:40 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
f208e06c69 Update to version 2.3 and switch to lua 5.2
Give maintainership to lua@
2014-01-13 10:43:51 +00:00
Chris Rees
364f7de4e1 Update to 4.0.1
Stage

PR:		ports/185591
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-01-12 20:46:13 +00:00
Antoine Brodin
9bcc393a2a - Update to 1.5.0
- Stage support

PR:		ports/184463
Submitted by:	Adam Strohl (maintainer)
2014-01-12 18:50:42 +00:00
Jun Kuriyama
80c1e8fe27 - Upgrade to 1.001021. 2014-01-12 09:59:34 +00:00
Jun Kuriyama
b9d8e8d3eb - Upgrade to 0.002209. 2014-01-12 02:34:26 +00:00
Julien Laffaye
257ee41338 - Change default location of Go packages to LOCALBASE/share/go
This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
2014-01-11 17:46:33 +00:00
Kubilay Kocak
57c4dbfa0d databases/py-riak: Take maintainership & modernise
- Take maintainership
- Enable STAGE support
- Enable AUTOPLIST, remove pkg-plist accordingly
- Stop using easy_install, remove post-patch: target accordingly
2014-01-10 08:47:02 +00:00
Jason Helfman
4b0cbc1f37 - adopt staging support
- use python autoplist feature
2014-01-10 07:49:48 +00:00
Thomas Abthorpe
4f73f3ab3f - Reassign to the heap due to mail bounces 2014-01-10 03:57:05 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Steven Kreuzer
f51623cd4f Add staging support
Convert to USES= framework
Define LICENSE
2014-01-09 21:09:02 +00:00
Olli Hauer
bf33d209c6 - update to version 1.0.9
- add stage support to php-mdcached

Changelog Version 1.0.8,1.0.9:
- Make it compile with compilers which don't
  implement the (obsolete) std::tr1 c++ namespace

Submitted by:	ivoras (maintainer perm PM)
2014-01-09 19:12:06 +00:00
Mathieu Arnold
ed00ed7575 Fix typo, one less pkgname collision. 2014-01-09 15:48:57 +00:00
Alexey Dokuchaev
691d107e38 - Update to version 1.6
- Use OPTIONS helpers, stagify

Submitted by:	maintainer
2014-01-09 03:01:23 +00:00
William Grzybowski
87588ffeb1 databases/py-hiredis: update to 0.1.2
PR:		ports/185552
Submitted by:	maintainer
2014-01-08 11:06:04 +00:00
Matthew Seaman
f23cdcfb28 Update to 4.1.4
This is a routine bugfix upgrade

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.4/phpMyAdmin-4.1.4-notes.html/view
2014-01-07 20:40:42 +00:00
William Grzybowski
112e314d69 databases/cego: update to 2.19.14
PR:		ports/185530
Submitted by:	maintainer
2014-01-07 18:53:09 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Raphael Kubo da Costa
68823e72d9 - Update to 3.8.2
- Don't add RTREE by default
- Add new OPTION: UNICODE61

PR:		ports/185465
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-01-05 15:27:50 +00:00
Sunpoet Po-Chuan Hsieh
9c9a26bf61 - Add pecl-leveldb 0.1.4
This extension is a PHP binding for Google LevelDB

WWW: http://pecl.php.net/package/leveldb

PR:		ports/185233
Submitted by:	John Chen <johnpupu@gmail.com>
2014-01-04 08:24:55 +00:00
Antoine Brodin
f623c8be90 Fix plist (JSON parser and producer orphaned) 2014-01-03 16:22:02 +00:00
Li-Wen Hsu
4ddf155adc - Update to 0.6.2 2014-01-03 08:57:52 +00:00
Li-Wen Hsu
7c372d7ea5 - Update to 0.6.1 2014-01-03 08:57:38 +00:00
Matthias Andree
4c00187cd4 Convert to staging, and fix a few quirks along the way:
- fix shebang lines in example scripts
- strip the installed bdb.so file
2014-01-03 02:28:49 +00:00
Steve Wills
5072887128 - Minimize patches to just remove the comparison
Pointed out by:		mandree
Pointyhat to:		swills
2014-01-03 01:59:31 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Steve Wills
5eed4361ac - Make check for bdb version ignore the patch level
PR:		ports/184921
2014-01-02 20:12:09 +00:00
Steve Wills
a672ed22fb - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 19:43:39 +00:00
Dmitry Sivachenko
8e0b4166fa Unbreak:
/!\ mongodb-2.4.8: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

*** Error code 1
2014-01-02 15:19:24 +00:00
Sunpoet Po-Chuan Hsieh
3060ea2bf9 - Update to 0.17.1
- Add LICENSE

Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2014-01-01 00:08:46 +00:00
Matthew Seaman
705358bdfe Update to 4.1.3
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.3/phpMyAdmin-4.1.3-notes.html/view
2013-12-31 13:24:54 +00:00
Sunpoet Po-Chuan Hsieh
60654db5e3 - Add LICENSE 2013-12-31 13:08:35 +00:00
Antoine Brodin
7047a19e51 - Stage support
- Use OPTIONS helpers
2013-12-31 12:59:50 +00:00
Antoine Brodin
d13e8fffa3 Stage support, uses gmake 2013-12-31 12:47:23 +00:00
Sunpoet Po-Chuan Hsieh
ff716a87d5 - Add LICENSE
- Sort RUN_DEPENDS
2013-12-31 10:09:04 +00:00
Sunpoet Po-Chuan Hsieh
6023497033 - Update to 5.0.0
- Add LICENSE

Changes:	https://github.com/rails/arel/blob/master/History.txt
2013-12-31 06:58:25 +00:00
Sunpoet Po-Chuan Hsieh
afbf0d0ec1 - Add missing *_DEPENDS: it should be added while updating to 2.05+
- Bump PORTREVISION for dependency change
2013-12-31 02:54:19 +00:00
Sunpoet Po-Chuan Hsieh
7962fbd027 - Add p5-Dancer-Plugin-Database-Core 0.05
Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database
and Dancer2::Plugin::Database modules.

WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/
2013-12-31 02:54:13 +00:00
Sunpoet Po-Chuan Hsieh
16345edded - Update to 1.75
- Add missing TEST_DEPENDS

Changes:	http://search.cpan.org/dist/SQL-Abstract/Changes
2013-12-31 00:59:16 +00:00
Sunpoet Po-Chuan Hsieh
b70716b149 - Update to 2.09
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2013-12-31 00:59:12 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
0968e3d223 - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:13 +00:00
Sunpoet Po-Chuan Hsieh
f6144636ac - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:08 +00:00
Koop Mast
5c4174835f Add vsqlite, a well designed and portable SQLite3 Wrapper for C++. 2013-12-29 20:37:27 +00:00
Chris Rees
50ef26bc89 Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
2013-12-29 14:50:31 +00:00