Commit graph

14526 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
a5737b02e5 databases/geoserver-mysql-plugin: Update version 2.7.2=>2.8.0
- Mark NO_ARCH as it has no ARCH dependant files
- Take MAINTAINERSHIP
2015-10-01 15:02:08 +00:00
John Marino
d6d149032c databases/libnvpair: New major version (so.1 => so.3)
The changes since version 1.0.2 were significant enough to warrant
a major library version bump.  However, libnvpair.so.2 exists in
FreeBSD base, so the port version builds libnvpair.so.3 instead.

With one exception, all of the Solaris/Illumos types have been
replaced with BSD equivalents, including boolean_t.  This changes
several prototypes, and also allows for the type compatibility header
to be removed.  The one type that remains is hrtime_t (equivalent to
int64_t).

Internally, the regression tests for print_json (functionality that
does not exist in FreeBSD base, at least on F9) have been added from
Illumos regression tests and both DragonFly and FreeBSD pass.
2015-10-01 10:10:31 +00:00
Dmitry Marakasov
b37bff045e - Add CPE info
- Use /var instead of PREFIX/var
- Don't install win32 configs
- Use @sample
- Properly handle vardirs in plist
2015-10-01 09:42:19 +00:00
Vanilla I. Shu
379416f0a3 Rename ctemplate back to google-ctemplate, due package conflict. 2015-09-30 15:52:53 +00:00
Steve Wills
54e1091e1c databases/influxdb: update to 0.9.4.1
PR:		202981
Submitted by:	cheffo@freebsd-bg.org (maintainer)
2015-09-30 14:25:10 +00:00
John Marino
5df261c393 Add new port databases/libnvpair
libnvpair is a name-value pair library originating from Solaris

The nvpair library was released in OpenSolaris and has been extended
by the Illumos project.  It exports a set of functions used for managing
name-value pairs.  This is a base library for Solaris and its descendents.
However, the kernel-specific code has been removed thus libnvpair is
strictly meant for the userland.  The XDR functionality has been masked
for now due to RPC differences between *BSD and Illumos.
2015-09-30 10:28:55 +00:00
Vanilla I. Shu
f6995ee93e Fix WWW. 2015-09-30 02:43:52 +00:00
Vanilla I. Shu
0a47ddd77c rename google-ctemplate to ctemplate. 2015-09-30 02:23:36 +00:00
Matthew Seaman
2ac5a0fd2f Update to 1.5.0
- Mark as NO_ARCH=yes
  - Sort the USES lne contents
  - Regenerage patches via 'make makepatch'

Announcement:	http://www.pgbarman.org/barman-1-5-0-released/
ReleaseNotes:	http://sourceforge.net/projects/pgbarman/files/1.5.0/
2015-09-29 14:24:09 +00:00
Jimmy Olgeni
294eeda0a2 Sort category Makefiles. 2015-09-29 10:48:46 +00:00
Jimmy Olgeni
1b2fa3d28b Upgrade databases/elixir-ecto to version 1.0.4. 2015-09-28 22:00:15 +00:00
Ruslan Makhmatkhanov
e4e7fe18da databases/py-mssql: mark broken and deprecated
pymssql 1.0.2 is known by its developers [1] to be broken with FreeTDS 0.91 and
later. It should be upgraded to 2.x anyway for Python 3. The bug is that DB
queries return no rows, and therefore it's unlikely to work for anyone.

[1] http://pymssql.org/en/latest/faq.html#queries-return-no-rows

Users should switch to using databases/py-pymssql instead.
Expiration date is set to 2015-10-28.

PR:		198719
Submitted by:	bilbo@hobbiton.org
2015-09-28 18:43:52 +00:00
Ruslan Makhmatkhanov
e12c842c5e PyMSSQL is a MS-SQL database adapter for the Python programming
language. It was written from scratch using FreeTDS library.

This is the version 2 release branch.

WWW: http://www.pymssql.org/
WWW: https://github.com/pymssql/pymssql

PR:		198694
Submitted by:	ports@thelanman.net (based on)
2015-09-28 18:36:10 +00:00
Sunpoet Po-Chuan Hsieh
d511179e3a - Fix warning generated by recent snapshot of Clang 3.7.0, including:
- Pessimizing std::move() invocations in a number of places.

PR:		203154
Submitted by:	dim
2015-09-28 14:24:08 +00:00
Jan Beich
84eec79bd5 databases/sqlite3: enable DBSTAT by default for firefox 41+
PR:		200853
Reviewed by:	milios@ccsys.com
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2015-09-27 21:58:43 +00:00
Mark Linimon
f570b59a93 Mark as broken on sparc64: fails to build.
Approved by:	portmgr (sparc64 blanket)
2015-09-26 16:53:58 +00:00
Baptiste Daroussin
8f87ca4e22 Convert to new @sample 2015-09-26 15:53:39 +00:00
Matthew Seaman
79947ef895 Update to 4.5.0.2
Another quick fix for a regression in 4.5.0

ChangeLog:    https://www.phpmyadmin.net/files/4.5.0.2/
2015-09-26 14:30:38 +00:00
Jimmy Olgeni
4dba6bd030 Fix dependencies for Elixir 1.1. 2015-09-26 11:40:27 +00:00
Jimmy Olgeni
506ed9efd6 Upgrade databases/elixir-ecto_migrate to version 0.6.2. 2015-09-26 07:35:21 +00:00
William Grzybowski
f10dc3e1c3 databses/riak2: Riak is an open source, distributed database. Riak is architected for:
* Low-Latency
Riak is designed to store data and serve requests predictably and quickly, even
during peak times.

* Availability
Riak replicates and retrieves data intelligently, making it available for read
and write operations even in failure conditions.

* Fault-Tolerance
Riak is fault-tolerant so you can lose access to nodes due to network partition
or hardware failure and never lose data.

* Operational Simplicity
Riak allows you to add machines to the cluster easily, without a large
operational burden.

WWW: http://basho.com/riak

Submitted by:	nbari, Scott Kamp (based on)
2015-09-24 20:53:21 +00:00
Jimmy Olgeni
b36e92ad60 Upgrade databases/elixir-calecto to version 0.3.10. 2015-09-24 19:12:27 +00:00
Matthew Seaman
682e6df513 Update to 4.5.0.1
This is a fix for a regression in 4.5.0:
- issue #11492 AUTO_INCREMENT statements are partly missing from exports

ChangeLog:     https://www.phpmyadmin.net/files/4.5.0.1/
2015-09-24 09:20:56 +00:00
Matthew Seaman
8c0ede0305 Update to 4.5.0
This is the first release from the 4.5 branch, and a major update.

With this release, the minimum required version of PHP is php-5.5

ChangeLog:	   https://www.phpmyadmin.net/files/4.5.0/
2015-09-24 06:35:40 +00:00
Jung-uk Kim
377bb55f1a Update to 2.5.4. 2015-09-23 22:49:46 +00:00
Jung-uk Kim
d42cd29114 Fix option handling.
PR:		197080
2015-09-23 21:51:39 +00:00
Dmitry Marakasov
d9ab5d229a - Fix shebangs for mysql51-scripts, add NO_ARCH
Approved by:	portmgr blanket
2015-09-23 19:55:00 +00:00
Jung-uk Kim
6be1888fe3 Update to 2.3.4.
PR:		203243
2015-09-23 19:38:57 +00:00
Vanilla I. Shu
4324473ccf Upgrade to 1.1.6. 2015-09-23 02:30:42 +00:00
Sunpoet Po-Chuan Hsieh
799e1191d0 - Add NO_ARCH
Approved by:	portmgr (blanket)
2015-09-20 20:26:50 +00:00
Sunpoet Po-Chuan Hsieh
f76c5d0e5e - Update i386 patches to upstream ones and rename them
Obtained from:	4b0b0201c9
		90415cfebe
		f171faa240
2015-09-20 20:14:44 +00:00
Kurt Jaeger
54997ba2b7 databases/cego: 2.25.1 -> 2.25.3
- Decreased default cache size values to 100k ( query + table )
- Next fileId (CegoXMLSpace::nextFID ) calculation now analyses the
  existing fileId and uses the lowest available. The MAXFID attribute
  in the database xml file is no more used. This avoids, that file
  id exceeds in case of frequent creation and removement of tablesets.
- Some format correction in CegoAdminHandler
- Increased parameter FILMNG_MAXDATAFILE to 10000 and
  TABMNG_MAXTABSET to 500
- Optimization added in CegoDisCursor::distSetup(CegoAttrCond)
  If the native table cursor could not set up either FULL or PART, the
  table cursor retrieved all available rows from the corresponding table.
  In this case, the table also can be cached to improve subsequent
  queries for this table. This fix is relevant for queries like
  select * from t1 where b like '%X%', since the like condition
  cannot be used by the table cursor

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-09-20 17:04:19 +00:00
Alexey Dokuchaev
3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
2015-09-20 14:35:57 +00:00
Pietro Cerutti
f4455f39ab databases/casstcl - update to 2.10 2015-09-20 14:29:25 +00:00
Pietro Cerutti
861ce306e7 databases/cassandra-cpp-driver - update to 2.1.0 2015-09-20 14:29:01 +00:00
Matthew Seaman
2e809f613f Update to 4.4.15
This is the last routine (ie. other than security patches) release
from the 4.4.x series.  The next update will be a major jump to the
4.5.x series.

ChangeLog:	https://www.phpmyadmin.net/files/4.4.15/
2015-09-20 13:01:28 +00:00
Pietro Cerutti
82081f6e2c databases/casstcl - update to 2.9 2015-09-20 12:51:05 +00:00
Wen Heping
7cad9fdc69 - Update to 1.9.150917
PR:		203210
Submitted by:	cyberbotx@cyberbotx.com(maintainer)
2015-09-20 04:18:52 +00:00
Timur I. Bakeyev
259a2b0a1b Fix to the coredump in the library code of the Samba libs. Provided by Andrey Kramarenko.
https://bugzilla.samba.org/show_bug.cgi?id=11455
2015-09-19 13:36:27 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Vanilla I. Shu
05ffd74d46 Upgrade to 3.1. 2015-09-18 06:27:41 +00:00
Sunpoet Po-Chuan Hsieh
91c7fa8d78 - Add NO_ARCH 2015-09-17 17:13:37 +00:00
Sunpoet Po-Chuan Hsieh
59783c5d63 - Add NO_ARCH 2015-09-17 17:13:28 +00:00
Sunpoet Po-Chuan Hsieh
16f407df06 - Add LICENSE
- Add NO_ARCH
2015-09-17 17:13:18 +00:00
Sunpoet Po-Chuan Hsieh
979198a891 - Add NO_ARCH 2015-09-17 17:13:10 +00:00
Sunpoet Po-Chuan Hsieh
cb96896d8a - Update to 2.10
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-09-17 17:11:53 +00:00
Sunpoet Po-Chuan Hsieh
6c8f1523e0 - Add NO_ARCH 2015-09-17 17:11:39 +00:00
Sunpoet Po-Chuan Hsieh
a8bdee7638 - Add NO_ARCH 2015-09-17 17:11:35 +00:00
Sunpoet Po-Chuan Hsieh
20bb158427 - Add NO_ARCH 2015-09-17 17:11:21 +00:00
Sunpoet Po-Chuan Hsieh
3e7cf2b60b - Add NO_ARCH 2015-09-17 17:10:26 +00:00
Sunpoet Po-Chuan Hsieh
05e369a9d6 - Add LICENSE
- Add NO_ARCH
2015-09-17 17:10:08 +00:00
Sunpoet Po-Chuan Hsieh
93d5f3b271 - Add NO_ARCH 2015-09-17 17:09:59 +00:00
Sunpoet Po-Chuan Hsieh
fc2609c5b2 - Add LICENSE
- Add NO_ARCH
2015-09-17 17:09:45 +00:00
Sunpoet Po-Chuan Hsieh
02ab4ffbfe - Add NO_ARCH
- Sort PLIST
2015-09-17 17:09:36 +00:00
Sunpoet Po-Chuan Hsieh
5d674daf7b - Add NO_ARCH 2015-09-17 17:09:26 +00:00
Sunpoet Po-Chuan Hsieh
f32690f343 - Add LICENSE
- Add NO_ARCH
2015-09-17 17:09:22 +00:00
Steve Wills
9bdc098fdf databases/memcached: don't assume group is same as user 2015-09-17 14:52:27 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Muhammad Moinur Rahman
f797322f5b databases/pecl-mongo: Update version 1.6.10=>1.6.11 2015-09-16 11:26:40 +00:00
Koop Mast
cee10a44c8 Allow libgda5-jdbc to build with openjdk8.
PR:		199591 (openjdk8 by default exp-run)
Submitted by:	swills@
2015-09-16 11:10:23 +00:00
Muhammad Moinur Rahman
a18485ebb5 databases/freetds-devel: Update version 0.96.65=>0.99.307
- Add gettext support
2015-09-16 10:38:26 +00:00
Jimmy Olgeni
bb6d132a8d Upgrade to version 0.13.3.
The fix from r397044 was merged upstream.
2015-09-16 10:35:30 +00:00
Muhammad Moinur Rahman
78142803aa databases/freetds: Update version 0.95.18=>0.95.19
- Sort USES
2015-09-16 10:07:58 +00:00
Jimmy Olgeni
6bc21a3489 Revert upstream commit 1db17f2.
Clearing REDIS_CONNECTED causes hiredis not to call the async
disconnection callback (see GitHub issue #359).
2015-09-16 09:46:13 +00:00
Raphael Kubo da Costa
39ced03cc1 Update the Qt4 ports to 4.8.7.
According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>

Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
  original patch is part of the release (curiously enough, the original
  patch was never actually used, as the ?= assignment in r362837 after
  r362770 was never possible).

  This works around the way compiler support for C++11 features is detected
  in Qt 4.8.7: while it originally only uses the compiler to determine if
  something is supported or not, the initializer lists feature also depends
  on the C++ standard library being used. It's a problem in FreeBSD 9.x,
  where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use
  clang to build a port but use libstdc++ from base (GCC 4.2). The latter
  obviously does not support initializer lists, and the build fails because
  Qt tries to include headers that do not exist (<initializer_list>).

  Since detecting libstdc++'s version is not trivial (we need to include a
  non-lightweight header like cstdio and then check for __GLIBCXX__), we
  just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used
  (there should be no reason for someone to be using clang with GCC 4.8's
  libstdc++, for example).

  x11/kdelibs4's FindQt4.cmake had to include a backported change from the
  upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect
  flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h
  makes the build fail.

This patch contains changes by me, makc@ and alonso@.

PR:             202552 [1]
PR:             202808 [exp-run]
Submitted by:	pawel@ [1]
2015-09-16 08:55:04 +00:00
Mikolaj Golub
b6aa57e6f6 Update to 1.2.14 2015-09-15 18:32:56 +00:00
Dmitry Marakasov
7146736d4b - Add LICENSE_FILE
- Fix shebangs

Approved by:	portmgr blanket
2015-09-15 16:28:40 +00:00
Sunpoet Po-Chuan Hsieh
f9d845928b - Update to 1.4.1
Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
2015-09-15 15:48:48 +00:00
Sunpoet Po-Chuan Hsieh
99a2ba6780 - Update to 1.3.18
- Sort RUN_DEPENDS
- Add NO_ARCH

Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2015-09-15 15:48:43 +00:00
Sunpoet Po-Chuan Hsieh
d4c4b6e4c6 - Update to 1.3.18
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2015-09-15 15:48:38 +00:00
Jimmy Olgeni
4a788b2e28 Upgrade to version 1.0.3. 2015-09-15 13:43:34 +00:00
Dmitry Marakasov
01f96d4f3d - Fix build on i386
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-09-15 13:09:32 +00:00
Sergey A. Osokin
37a47842ba Upgrade from 3.0.3 to 3.0.4.
<ChangeLog>

Upgrade urgency: HIGH for Redis and Sentinel. However note that in order to
                 fix certain replication bugs, the replication internals were
                 modified in a very heavy way. So while this release is
                 conceptually saner, it may contain regressions. For this
                 reason, before the release, QA activities were performed by
                 me (antirez) and Redis Labs and no evident bug was found.

* [FIX] A number of bugs related to replication PSYNC and the (yet experimental)
        diskless replication feature were fixed. The bugs could lead to
        inconsistency between masters and slaves. (Salvatore Sanfilippo, Oran
        Agra fixed the issue found by Yuval Inbar)
* [FIX] A replication bug in the context of PSYNC partial resynchonization was
        found and fixed. This bug happens even when diskless replication is off
        in the case different slaves connect at different times while the master
        is creating an RDB file, and later a partial resynchronization is
        attempted by a slave that connected not as the first one. (Salvatore
        Sanfilippo, Oran Agra)
* [FIX] Chained replication and PSYNC interactions leading to potential stale
        chained slaves data set, see issue #2694. (Salvatore Sanfilippo fixed
        an issue reported by "GeorgeBJ" user at Github)
* [FIX] redis-cli --scan iteration fixed when returned cursor overflows
        32 bit signed integer. (Ofir Luzon, Yuval Inbar)
* [FIX] Senitnel: fixed a bug during the master switch process, where for a
        failed conditional check, the new configuration is rewritten, during
        a small window of time, in a corrupted way where the master is
        also reported to be one of the slaves. This bug is rare to trigger
        but apparently it happens in the wild, and the effect is to see
        a replication loop where the master will try to replicate with itself.
        A detailed explanation of the bug and its effects can be found in
        the commit message here:
        c20218eb57.
        The bug was found by Jan-Erik Rediger using a static analyzer and
        fixed by Salvatore Sanfilippo.
* [FIX] Sentinel lack of arity checks for certain commands.
        (Rogerio Goncalves, Salvatore Sanfilippo)

* [NEW] Replication internals rewritten in order to be more resistant to bugs.
        The replication handshake in the slave side was rewritten as a non
        blocking state machine. (Salvatore Sanfilippo, Oran Agra)
* [NEW] New "replication capabilities" feature introduced in order to signal
        from the master to the slave what are the features supported, so that
        the master can choose the kind of replication to start (diskless or
        not) when master and slave are of different versions. (Oran Agra,
        Salvatore Sanfilippo)
* [NEW] Log clients details when SLAVEOF command is received. (Salvatore
        Sanfilippo with inputs from Nick Craver and Marc Gravell).

</ChangeLog>
2015-09-14 23:41:59 +00:00
Steve Wills
a2d96b1f52 databases/memcached: mark MAKE_JOBS_UNSAFE
PR:		202590
2015-09-14 18:52:17 +00:00
Dmitry Marakasov
ece5f3e1d0 - Add missing files to plist
PR:		202722
Submitted by:	amdmi3
Approved by:	maintainer timeout (fjoe, 2 weeks)
2015-09-14 17:11:34 +00:00
Steven Kreuzer
eb50e8ca0f Update to version 0.4.1
Submitted by:	Andrei <andrei@fazik.net.ua>
2015-09-14 15:29:54 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Baptiste Daroussin
8eac1875de Enforce unicode version of wxGTK 2015-09-13 18:45:05 +00:00
Baptiste Daroussin
72483b23ef Switch to use unicode version of wx 2015-09-13 18:36:07 +00:00
Baptiste Daroussin
97604b6e9a Add a patch to avoid adding install.tgz into dist-mans_MANS which would result
in automatic create some mant targets which are unexpected.

Upstream is abusing automake here
2015-09-13 13:18:16 +00:00
Baptiste Daroussin
a4e1b00f71 Make GNOME an option instead of autodetermined
While here:
- Use options helpers
- Fix plist with GNOME
2015-09-13 13:16:42 +00:00
Kurt Jaeger
c6fbcbf766 databases/cego: 2.25.0 -> 2.25.1
- Fix in CegoSelect::nextTuple : in case of rowlimit > 0,
  the cached entry was not added to query cache
- Added many columns sample to base test
  ( create, insert and select for table with 60 columns )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-09-13 10:08:27 +00:00
TAKATSU Tomonari
cfca35799f - Update to 0.10.6 2015-09-13 04:13:26 +00:00
Sunpoet Po-Chuan Hsieh
ab3967fdcf - Update to 4.0.1
Changes:	https://github.com/redis-store/redis-actionpack/commits/master
2015-09-12 17:09:16 +00:00
Jimmy Olgeni
44487ec7c4 Upgrade to version 0.5.0. 2015-09-11 19:00:45 +00:00
Dmitry Marakasov
fec870862e - Switch to USES=libedit for firebird-client, as suggested by stage-qa
Approved by:	portmgr blanket
2015-09-11 18:47:40 +00:00
Palle Girgensohn
032db161cd Neater handling of github download.
Requested by:	mat@
2015-09-11 12:44:20 +00:00
Lars Thegler
9303a5c295 - Update to 1.407 2015-09-11 12:41:46 +00:00
Palle Girgensohn
f3fe764c23 Update to version 7.1 2015-09-11 11:57:23 +00:00
Kurt Jaeger
fd0a56db07 databases/cegobridge: 1.0.1 -> 1.1.0
- adaptions for cego-2.25.0 API change

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-09-11 06:42:03 +00:00
Kurt Jaeger
a247dfea3c databases/cego: 2.24.4 -> 2.25.0
- Added throw statement for stored procedures. This allows to throw
  exceptions on application level

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-09-11 06:19:43 +00:00
Dmitry Marakasov
efd504f95a - Switch to USES=tar
- Fix LICENSE
- Fix staging with TESTS
- Fix install commands for docs
- Add NO_ARCH
- Switch to options helpers
- Fix WWW:
2015-09-10 17:39:07 +00:00
Dmitry Marakasov
7f13c3bede - Switch to USES=tar
- Fix LICENSE
- Fix install commands for docs
- Add NO_ARCH
- Switch to options helpers
- Fix WWW:
2015-09-10 17:39:01 +00:00
Dmitry Marakasov
d204ebf94a - Pet portlint
- Add NO_ARCH
- Fix WWW:
2015-09-10 17:38:50 +00:00
Dmitry Marakasov
a812006ba7 - Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-10 15:24:12 +00:00
Steve Wills
231feeab32 databases/memcached: allow control of username passed to memcached daemon
PR:		202257
Submitted by:	simon@optinet.com
2015-09-10 00:45:03 +00:00
Jason Unovitch
ced4208220 databases/pgbouncer: update 1.5.5 -> 1.6.1
While here, add HTTP mirror to address portlint

PR:		202957
Submitted by:	m.tsatsenko@gmail.com (maintainer)
Approved by:	feld (mentor)
2015-09-09 14:20:03 +00:00
Dmitry Marakasov
c8291cbdac - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-09 14:00:39 +00:00
Dmitry Marakasov
82556f11c9 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-09 13:52:59 +00:00
Dmitry Marakasov
231cec3178 - Switch to USES=tar
- Add NO_ARCH
- Remove no-op OPTIONS
- Add missing file to plist

Approved by:	portmgr blanket
2015-09-09 13:52:26 +00:00