Commit graph

14194 commits

Author SHA1 Message Date
Jimmy Olgeni
72f8565a72 Add databases/elixir-timex_ecto, an adapter for using Timex
DateTimes with Ecto.
2015-07-03 15:23:10 +00:00
Jimmy Olgeni
708b7d3bf9 Add a new USES elixir.mk (from lang/elixir/bsd.elixir.mk) and
adjust all Elixir ports.
2015-07-03 13:59:45 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Jimmy Olgeni
f89c2df21c Fix include syntax to avoid using PORTSDIR (defined by bsd.port.mk).
Submitted by:	cperciva
2015-07-02 21:01:40 +00:00
Xin LI
6d3cd0eac4 Update to 0.9.15, move to Github and add LICENSE. 2015-07-02 18:13:48 +00:00
Sunpoet Po-Chuan Hsieh
f0802b9f25 - Update to 0.004001
Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2015-07-02 17:38:57 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Jimmy Olgeni
2a0a791082 Add databases/elixir-mariaex, a database driver for MariaDB and
MySQL written in pure Elixir.
2015-07-02 13:11:54 +00:00
Jimmy Olgeni
31179490c3 Add databases/elixir-postgrex, a database driver for PostgreSQL
written in pure Elixir.
2015-07-02 13:08:26 +00:00
Jimmy Olgeni
70d01c16e6 Add databases/elixir-ecto, a database wrapper for Elixir. 2015-07-02 13:05:08 +00:00
Sunpoet Po-Chuan Hsieh
5b30902097 - Update to 1.3.17
- Sort RUN_DEPENDS
- Add NO_ARCH

Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2015-07-01 17:46:26 +00:00
Sunpoet Po-Chuan Hsieh
f5dfe2e42f - Update to 1.3.17
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2015-07-01 17:46:22 +00:00
David Chisnall
b6546ca2ca Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2961
2015-07-01 13:50:28 +00:00
Steve Wills
3b549d3326 databases/libmemcached: revert using --with-pic
This wasn't necessary

Pointyhat to:		swills
Reported by:		tijl, bapt
2015-07-01 01:04:24 +00:00
Steve Wills
054d194d68 databases/p5-Memcached-libmemcached: improve patch
The patch to Makefile.PL needed to also replace $Config{lib_ext} (which
defaults to ".a") with ".so" so that we link against the right thing. This
avoids the need to patch databases/libmemcached.

While here, also avoid hard coding the path to PREFIX and split out the
libstdc++ to libc++ patch, avoiding duplication.

Pointyhat to:		swills
Reported by:		tijl, bapt
2015-07-01 01:03:03 +00:00
Steve Wills
3f87275c8d databases/p5-Memcached-libmemcached: update to 1.001801
While here, patch out the bundled libmemcached and use the one from ports
2015-06-30 19:28:32 +00:00
Steve Wills
ef2a451323 databases/libmemcached: build with -fPIC
Fixes static lib build on 9.x

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
2015-06-30 19:26:32 +00:00
Dmitry Marakasov
e3d6801615 - Remove now needless chmod u+w/u-w from my and unmaintained ports 2015-06-29 18:42:55 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Sunpoet Po-Chuan Hsieh
5a84a32ad5 - Remove DOCS option
- Bump PORTREVISION for package change
2015-06-29 13:50:34 +00:00
Sunpoet Po-Chuan Hsieh
1055d8540a - Cleanup CONFLICTS
- Use CONFLICTS_INSTALL instead of CONFLICTS
2015-06-29 04:58:43 +00:00
Sunpoet Po-Chuan Hsieh
a03705a4ac - Cleanup CONFLICTS_INSTALL 2015-06-29 04:58:00 +00:00
Sunpoet Po-Chuan Hsieh
6531f4c5ec - Add NO_ARCH 2015-06-28 17:57:02 +00:00
Sunpoet Po-Chuan Hsieh
8e26320db0 - Update to 4.2.3
- Add NO_ARCH

Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
2015-06-28 17:56:58 +00:00
Sunpoet Po-Chuan Hsieh
96ef9b6459 - Update to 4.2.3
- Add NO_ARCH

Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
2015-06-28 17:56:45 +00:00
Sunpoet Po-Chuan Hsieh
7c82afec8d - Add NO_ARCH 2015-06-28 17:56:13 +00:00
Sunpoet Po-Chuan Hsieh
a7d014abda - Update to 1.2.1
Changes:	https://github.com/couchrest/couchrest/blob/master/history.txt
2015-06-28 17:55:07 +00:00
Antoine Brodin
e05c948725 - Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
2015-06-28 16:02:34 +00:00
Wen Heping
03ff492c5f - Update to 2.1.11 2015-06-28 07:32:23 +00:00
Steve Wills
3c99d88354 databases/memcached: update to 1.4.24
While here, re-generate existing patches
Also, add memcached_post_start to rc script [1]

Submitted by:	Maximilian Boße <Maximilian.Bosse@trivago.com> (private email) [1]
2015-06-27 20:42:04 +00:00
Jimmy Olgeni
683f166185 Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
2015-06-27 12:54:11 +00:00
Dmitry Marakasov
1083029043 - Switch to USES=autoreconf
- Add LICENSE_FILE
2015-06-26 15:00:49 +00:00
Steve Wills
63d3a7f73b databases/influxdb: create port
An open-source, distributed, time series database with no external dependencies.

WWW: http://influxdb.com

PR:		198073
Submitted by:	Stefan Lambrev <cheffo@freebsd-bg.org>
2015-06-26 12:51:07 +00:00
Jimmy Olgeni
78c062d82a Compatibility fix for R18.
- pkg-plist cleanup
- Remove DOCS from OPTIONS_DEFINE
2015-06-26 09:34:11 +00:00
Jimmy Olgeni
2c8b39b6ad Compatibility fix for R18. 2015-06-25 08:46:45 +00:00
Adam Weinberger
bd48f30188 Convert all p5-Test-use-ok dependencies to p5-Test-Simple, but only on
perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a
BUILD/RUN depend to TEST, as it is only used for the test target, and bump
PORTREVISION on that port.
2015-06-24 16:29:25 +00:00
Pietro Cerutti
3a660746f7 - Fix PLIST
- Bump PORTREVISION
2015-06-24 16:19:31 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Pietro Cerutti
f116dbbb3b - Update to 2.7 2015-06-24 07:48:21 +00:00
Pietro Cerutti
db109a97b6 - Fix build with Clang 3.6
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179
- Explicitely add static library
2015-06-23 21:22:08 +00:00
Sunpoet Po-Chuan Hsieh
f8ad58322b - Reorder *_DEPENDS
- Add NO_ARCH
2015-06-23 20:26:28 +00:00
Sunpoet Po-Chuan Hsieh
320a03d28b - Cleanup Makefile: remove PORTREVISION and GEM_NAME 2015-06-23 20:26:23 +00:00
Dmitry Marakasov
ba439c42ee - Mark BROKEN on i386:
work/leofs-1.2.10/deps/eleveldb/c_src/eleveldb.cc:244:17: error: no matching function for call to 'enif_get_ulong'

Approved by:	portmgr blanket
2015-06-23 16:56:49 +00:00
Muhammad Moinur Rahman
d63516d3e8 databases/freetds: Update version 0.95.1=>0.95.8 2015-06-23 09:36:51 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Kurt Jaeger
0577896d34 devel/rudiments: 0.50 -> 0.51
databases/sqlrelay: 0.59 -> 0.60

- Both packages are updated together.
- Lots of changes in devel/rudiments, see ChangeLog
- Fixes in sqlrelay:
  o fixed true->false transposition in sqlrservercontroller::interceptQuery
    that could lead to a reLogIn loop
  o applied George Carrette's patch to fix PDO connectstring options
  o migrated directory/file paths info into sqlrpaths class
  o removed undocumented and not-so-relevent-these-days
  o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start
  o fixed java header detection for javac located in /usr/bin
  o updated java api to support non-null-tolerant implementations of
            environment::NewStringUTF()
  o the perl api builds correctly on OSR5 again
  o the postgresql sslmode is omitted entirely from the connect string now,
            if it's disabled, to prevent problems with older versions of
            postgresql that don't support the parameter at all
  o mono 2.8 or greater is required now
  o added a datedelimiters attribute to the instance tag in sqlrelay.conf
            to limit what date delimiters are used when translating dates
  o re-added mssqlserver detection, which had been accidentally removed
  o fixed statically-linked build
  o fixed mysql lob field bug that could cause a crash
2015-06-21 11:52:03 +00:00
Florian Smeets
c35a0a2de1 Merge r389659 by antoine.
Unbreak on head: instead of using headers from base libedit and
  linking against readline, use libedit from ports
  Note: this may need a bit more patching during next libedit port update

  Reported by:	pkg-fallout
2015-06-21 11:29:11 +00:00
Jimmy Olgeni
7e24fc3a28 Upgrade to version 0.9.5.1.
- Add LICENSE
- Remove unnecessary OPTIONS_DEFINE
- Fix portlint warnings
- Use actual home page in WWW tag
2015-06-21 09:50:40 +00:00
Baptiste Daroussin
502912e391 Modernize plist 2015-06-20 17:41:36 +00:00
Baptiste Daroussin
6623c67182 Remove useless @dirrm* from the client plist 2015-06-20 17:32:54 +00:00
Baptiste Daroussin
e12755cca1 Remove useless @dirrm* 2015-06-20 17:32:00 +00:00
Muhammad Moinur Rahman
fc4aface74 databases/mysql-connector-c: UNBREAK
- Update version 6.1.5=>6.1.6
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP
2015-06-20 10:45:13 +00:00
Pietro Cerutti
63867ef5ca - New port: databases/casstcl
CassTcl provides a Tcl interface to the Cassandra database using DataStax
  cpp-driver C/C++ API.

  WWW: https://github.com/flightaware/casstcl
2015-06-20 08:57:16 +00:00
Pietro Cerutti
90c3a71374 - Update to 2.0.1 2015-06-20 08:23:45 +00:00
Pietro Cerutti
f26b9e268b Take back this 2015-06-20 08:04:26 +00:00
Pietro Cerutti
aa9341c1e3 - New port: databases/cassandra-cpp-driver
DataStax Cpp Driver is modern, feature-rich, and highly tunable C/C++
  client library for Apache Cassandra (1.2+) and DataStax Enterprise
  (3.1+) using exclusively Cassandra's native protocol and Cassandra
  Query Language v3.

  WWW: http://datastax.github.io/cpp-driver/
2015-06-20 08:02:19 +00:00
Sunpoet Po-Chuan Hsieh
60ff1b3915 - Update to 2.07
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-06-18 18:57:45 +00:00
Matthew Seaman
49ea5ca24c Update to 4.4.10
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.10/phpMyAdmin-4.4.10-notes.html/view
2015-06-18 11:39:32 +00:00
Vanilla I. Shu
584dec515e Upgrade to 0.7, and fix build on non-root user. 2015-06-18 05:51:21 +00:00
Vanilla I. Shu
fef7d4aa30 Add p5-LMDB_File, a wrapper of openldap's lmdb. 2015-06-18 02:06:36 +00:00
Dmitry Marakasov
982c6df25a - Strip library 2015-06-17 22:44:59 +00:00
Sunpoet Po-Chuan Hsieh
4c393934f6 - Update to 4.2.2
Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
2015-06-17 17:26:26 +00:00
Sunpoet Po-Chuan Hsieh
a75ee0c92e - Update to 3.2.22
Changes:	https://github.com/rails/rails/blob/3-2-stable/activerecord/CHANGELOG.md
2015-06-17 17:26:22 +00:00
Sunpoet Po-Chuan Hsieh
7fb41f1d06 - Update to 4.2.2
Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
2015-06-17 17:26:17 +00:00
Sunpoet Po-Chuan Hsieh
fa5aa2df98 - Update to 3.2.22
Changes:	https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md
2015-06-17 17:26:13 +00:00
Sunpoet Po-Chuan Hsieh
d9b5765de8 - Update to 0.7.6
Changes:	https://github.com/remiprev/her/commits/master
2015-06-17 17:25:31 +00:00
Sunpoet Po-Chuan Hsieh
bafdc4a063 - Update to 0.11
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
2015-06-17 17:25:07 +00:00
Dmitry Marakasov
edb017a153 - Add LICENSE
- Strip library
2015-06-16 02:17:20 +00:00
Antoine Brodin
dd4290ee91 Add explicit USES=readline 2015-06-15 20:59:16 +00:00
Muhammad Moinur Rahman
13e3329d2c databases/freetds: Update version 0.95.0=>0.95.1 2015-06-15 14:29:15 +00:00
Wen Heping
70e12eef45 - Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
2015-06-15 13:03:11 +00:00
Antoine Brodin
21bdf4b0e9 Unbreak on head: instead of using headers from base libedit and
linking against readline, use libedit from ports
Note: this may need a bit more patching during next libedit port update

Reported by:	pkg-fallout
2015-06-14 21:33:01 +00:00
Alex Dupre
c8918d2ca8 Update PHP ports:
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10
2015-06-14 20:23:09 +00:00
Kurt Jaeger
21b98a6b1b databases/cego: 2.23.7 -> 2.23.8
- Simplification in CegoBTreeManager and CegoBTreeNode.
  Calculation of leaf node chain is now much simpler. This ensures
  consistency and improves btree build up performance.
- Fix for btree page count and btree page release. Some of the btree
  nodes have double references, which was not treated in the page count
  and page release algorithm.
- Changed default primary and secondary values for tableset definition
  command to the configured hostname. This simplifies the define command
  in case of single node tableset configurations.

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-06-14 13:48:25 +00:00
Kubilay Kocak
211afc200f databases/pyspatialite: Fix LOCALBASE substitution
Fix %%LOCALBASE substitution in patch-setup.cfg causing header detection to
fail with:

  __main__.HeaderNotFoundException: cannot find proj_api.h, bailing out

Reported by:		antoine, pkg-fallout
Differential Revision:	https://reviews.freebsd.org/D2704
2015-06-14 09:36:26 +00:00
Sunpoet Po-Chuan Hsieh
e77499aab3 - Update to 3.11.2
Changes:	https://github.com/facebook/rocksdb/releases
2015-06-14 09:18:30 +00:00
Sunpoet Po-Chuan Hsieh
c1f07c8866 - Add NO_ARCH 2015-06-13 20:15:04 +00:00
Sunpoet Po-Chuan Hsieh
277ccf54ef - Add NO_ARCH 2015-06-13 20:14:59 +00:00
Sunpoet Po-Chuan Hsieh
38f5e0fee5 - Add NO_ARCH 2015-06-13 20:14:53 +00:00
Sunpoet Po-Chuan Hsieh
b1b4ba94ce - Add NO_ARCH 2015-06-13 20:14:47 +00:00
Sunpoet Po-Chuan Hsieh
4156c9052c - Update to 0.7.5
Changes:	https://github.com/remiprev/her/commits/master
2015-06-13 20:00:54 +00:00
Jun Kuriyama
3df749f20b - Upgrade to 0.09. 2015-06-13 14:08:47 +00:00
Sunpoet Po-Chuan Hsieh
078c055561 - Add NO_ARCH
- Remove USE_RAKE
- Update WWW
2015-06-13 13:55:21 +00:00
Sunpoet Po-Chuan Hsieh
62532d9831 - Update to 1.48
- Strip shared library

Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2015-06-13 13:52:26 +00:00
Jun Kuriyama
0634877668 - Upgrade to 0.28. 2015-06-13 13:12:09 +00:00
Jun Kuriyama
2cbe1b6aa1 - Upgrade to 1.21. 2015-06-13 13:11:29 +00:00
Jun Kuriyama
9e8a44676c - Upgrade to 2.43. 2015-06-13 11:52:51 +00:00
Jun Kuriyama
08548a187f - Upgrade to 2.21. 2015-06-13 11:52:38 +00:00
Jun Kuriyama
b257159c85 - Upgrade to 0.057. 2015-06-13 10:45:11 +00:00
Jun Kuriyama
57c0ec1581 - Upgrade to 1.001032. 2015-06-13 10:34:22 +00:00
Jimmy Olgeni
865541f233 Sort entries. 2015-06-13 09:38:04 +00:00
Jun Kuriyama
56d68f4a8d - Upgrade to 0.002215. 2015-06-13 08:43:46 +00:00
Palle Girgensohn
07d4926020 Update PostgreSQL to latest versions.
Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4
with "multixact wraparound", but failed to account for issues doing multixact
cleanup during crash recovery. This could cause servers to be unable to restart
after a crash. As such, all users of 9.3 and 9.4 should apply this update as
soon as possible.

URL:	http://www.postgresql.org/about/news/1592/
2015-06-12 13:00:49 +00:00
Kubilay Kocak
987822f409 database/pyspatialite: Modernize before setuptools update
Modernize in preparation for a pending setuptools update which
identified this port as failing during an exp-run [1].

- Use canonical CHEESESHOP master site
- Use autoplist & concurrent
- Remove pkg-plist accordingly
- Remove PYDISTUTILS_PKGNAME and WRKSRC overrides
- Stop package from adding empty directory to --record (and therefore
  pkg-plist) output

While I'm here:

- Add LICENSE and LICENSE_FILE
- Strip shared library
- Re-patch patches according to makepatch
- Remove spurious whitespace

[1] https://reviews.freebsd.org/D2704

Approved by:	python, portmgr (exp-run)
2015-06-12 11:12:29 +00:00
Antoine Brodin
deb721cc36 Bump PORTREVISION to workaround a probable bug in tmpfs(5) 2015-06-11 21:23:25 +00:00
Xin LI
7a6cf2d492 Security update to 1.5.5, while there also move the
upstream to github.

PR:		200537
Approved by:	maintainer
MFH:		2015Q2 (test)
2015-06-10 20:28:54 +00:00
Steve Wills
83c258ba8a www/rubygem-rails4: update to 4.2.1
Differential Revision:	https://reviews.freebsd.org/D2710
2015-06-10 18:09:37 +00:00
Matthias Andree
26b6667353 Bump expiration date. 2015-06-10 18:08:35 +00:00
Rene Ladan
bfdd38b1aa Remove one more expired port:
2015-05-10 databases/postgresql84-server: "EOL was reached in July 2014"

The problem in the PR associated with this port did not show up anymore.
2015-06-10 17:38:23 +00:00
Rene Ladan
4b1dfcbab2 Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3
2015-06-02 editors/scribes: Broken since update to gnome3
2015-06-09 games/gweled: Broken since update to gnome3
2015-06-02 games/py-pychess: Broken since update to gnome3
2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork
2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux
2015-06-02 multimedia/arista: Broken since update to gnome3
2015-06-02 net/service-discovery-applet: Broken since update to gnome3
2015-06-05 net/shaperprobe: broken with no known fix (PR 197327)
2015-06-02 print/gnome-specimen: Broken since update to gnome3
2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared
2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
2015-06-10 16:44:36 +00:00