1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

11886 Commits

Author SHA1 Message Date
Antoine Brodin
a8dfb6bee8 - Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS

Approved by:	kwm (maintainer)
2013-12-09 18:41:16 +00:00
Max Brazhnikov
c1f49a4e6b Fix build with clang 2013-12-09 17:34:18 +00:00
John Marino
a9dc382b76 databases/wmjsql: Unbreak on F10, head
Port requires the specified gmake, but "make" was hardcoded and bmake
was used instead.
2013-12-08 23:06:15 +00:00
Matthew Seaman
08f342435d Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes

While here, fix a few other niggles:

net/phpldapadmin -- remove indefinite article from COMMENT

www/p5-RT* -- fix comments referencing the different versions of RT

x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
  install targets; rework the handling of ${FONTPATH}
2013-12-08 22:38:52 +00:00
William Grzybowski
259339a625 databases/py-firebirdsql: update to 0.8.1
- Update to 0.8.1 [1]
- Allow staging
- Use auto plist

PR:		ports/184598
Submitted by:	maintainer
2013-12-08 21:07:33 +00:00
Pawel Pekala
a5539bf4a1 - Build and install shared library [1]
- Convert to staging

PR:		ports/184537 [1]
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2013-12-08 19:57:27 +00:00
Timur I. Bakeyev
481c38126f Modify do-configure target not to depend from GNU_CONFIGURE 2013-12-08 18:34:35 +00:00
Marcus von Appen
614eb4ca56 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:10:57 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Adam Weinberger
47f17df7e4 Support staging
Don't force running the optional regression tests
2013-12-07 17:40:05 +00:00
Mikolaj Golub
62d8542408 - update to 1.8.0
- support staging
- use autoplist

Approved by:	bdrewery (mentor)
2013-12-07 15:01:54 +00:00
Sunpoet Po-Chuan Hsieh
21ea0c72f3 - Update to 3.2.16
- Sort RUN_DEPENDS

Changes:	https://github.com/rails/rails/blob/v3.2.16/activerecord/CHANGELOG.md
2013-12-05 20:27:38 +00:00
Sunpoet Po-Chuan Hsieh
64cfc3adc3 - Update to 3.2.16
- Add LICENSE
- Remove leading indefinite article from COMMENT

Changes:	https://github.com/rails/rails/blob/v3.2.16/activemodel/CHANGELOG.md
2013-12-05 20:27:19 +00:00
Sunpoet Po-Chuan Hsieh
6f25f0845c - Update to 1.2.16
- Simplify Makefile

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
2013-12-05 20:26:23 +00:00
Sunpoet Po-Chuan Hsieh
d9268259cc - Update to 1.2.16.0
Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
		http://search.cpan.org/dist/Search-Xapian/Changes
2013-12-05 20:26:18 +00:00
Sunpoet Po-Chuan Hsieh
a61446de67 - Update to 1.2.16
- Use PORTDOCS
- Convert to new options helper
- Simplify Makefile

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
2013-12-05 20:26:12 +00:00
Antoine Brodin
33b0f67c26 - Fix build on 8 and 9, AUTOMAKE_ARGS was missing --add-missing
(the port is still broken on 10/head it seems)
- Use new LIB_DEPENDS syntax and new USES
- Stage support

PR:		ports/181875
Submitted by:	Kato Tsuguru
2013-12-05 20:17:33 +00:00
Palle Girgensohn
6030e71fcc The PostgreSQL Global Development Group has released a critical update
to all supported versions of the PostgreSQL database system, which
includes minor versions 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19. This
update fixes three serious data-loss bugs affecting replication and
database maintenance.  All users are urged to update their
installations at the earliest opportunity.

URL:	http://www.postgresql.org/about/news/1492/
2013-12-05 15:59:53 +00:00
Kubilay Kocak
79617def64 databases/py-mysql2pgsql: Fix argparse dependency
argparse was missing from this ports RUN_DEPENDS, causing errors on imports.

argparse is avaiilable in the Python 2.7 and 3.2+ standard libraries so patch
setup.py to only require it for those versions.

Patch has been committed upstream and won't be necessary for the next release.

While I'm here, enable STAGE support.

PR:		ports/183477
Submitted by:	koobs
Approved by:	Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
2013-12-05 11:39:38 +00:00
Mathieu Arnold
bcc4614ebb Fixup pkgnames.
PR:		ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by:	mat
Approved by:	portmgr (bapt)
2013-12-05 11:10:49 +00:00
Sunpoet Po-Chuan Hsieh
3112e1b7cb - Update to 1.4.1
- Add LICENSE

Changes:	https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md
2013-12-04 22:15:09 +00:00
Sunpoet Po-Chuan Hsieh
1b35df7d19 - Update to 0.809
Changes:	http://search.cpan.org/dist/Rose-DB-Object/Changes
2013-12-04 22:12:08 +00:00
Matthew Seaman
687cfd015e Update to 4.0.10
A routine bugfix update.

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.10/phpMyAdmin-4.0.10-notes.html/download
2013-12-04 21:10:27 +00:00
Sunpoet Po-Chuan Hsieh
7ff6c193f3 - Add missing distinfo 2013-12-04 19:02:47 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +00:00
Frederic Culot
3de200c7c7 - Update to 0.8.0
PR:		ports/184493
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-12-04 15:15:53 +00:00
Frederic Culot
77e91e64b0 - Update to 0.7.4
PR:		ports/184353
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-12-03 17:47:15 +00:00
Sergey A. Osokin
fafce49fe4 Upgrade from 2.8.1 to 2.8.2.
<ChangeLog>

# UPGRADE URGENCY: MODERATE for both Redis and Sentinel.

* [FIX] Sentinel better desynchronization to avoid split-brain elections
        where no Sentinel managed to get elected.
* [FIX] Stop accepting writes on "MISCONF" error only if master, not slave.
* [FIX] Reply to PING with an error on "MISCONF" errors.

</ChangeLog>
2013-12-03 17:04:00 +00:00
Sunpoet Po-Chuan Hsieh
c9b1b1c27b - Update to 0.77
Changes:	http://search.cpan.org/dist/Jifty-DBI/Changes
2013-12-03 12:15:51 +00:00
Li-Wen Hsu
0a89ba2c13 Add py-alembic 0.6.1, database migration tool for SQLAlchemy. 2013-12-02 19:40:20 +00:00
Sunpoet Po-Chuan Hsieh
7b264f3c3b - Add LICENSE
- Convert to new options helper
2013-12-02 18:36:22 +00:00
Mathieu Arnold
5d0190039d Make the port work on postgresql > 8.4.
maintainer timeout.

PR:		ports/184087
Submitted by:	mat
2013-12-02 13:41:23 +00:00
Dirk Meyer
fed401546a - USES=gmake 2013-12-01 18:14:00 +00:00
Dirk Meyer
795423aa72 - use USES 2013-12-01 18:06:57 +00:00
William Grzybowski
7ccc16a1d6 databases/spatialite_gui: update to 1.7.1
PR:		ports/184102
Submitted by:	maintainer
2013-12-01 13:58:50 +00:00
Sunpoet Po-Chuan Hsieh
940e2ba316 - Add LICENSE
- Remove contiguous blank lines
2013-11-30 18:29:49 +00:00
Sunpoet Po-Chuan Hsieh
b58f0c2540 - Add LICENSE
- Sort RUN_DEPENDS and update minimal version requirement
2013-11-30 18:29:12 +00:00
William Grzybowski
64be4e831d databases/spatialite: enable libxml2
- Enable libxml2
- USES pathfix pkgconfig

PR:		ports/184099
Submitted by:	maintainer
2013-11-30 14:55:34 +00:00
Kubilay Kocak
1eabed7529 databases/py-redis: Update to 2.8.0
- Update to 2.8.0
- Enable STAGE support
- Enable AUTOPLIST and delete pkg-plist accordingly
- Tweak HIREDIS option description

Changes:

 * redis-py should play better with gevent when a gevent Timeout is
   raised.
 * Added SENTINEL command.
 * Fixed a bug where pipelines could potentially correct a connection
   if the MULTI command generated a ResponseError.
 * Connections now call socket.shutdown() prior to socket.close() to
   ensure communication ends immediately per the note at
   http://docs.python.org/2/library/socket.html#socket.socket.close
 * Lock checks are now based on floats rather than ints.
2013-11-30 14:54:53 +00:00
Sunpoet Po-Chuan Hsieh
594a32e754 - Add LICENSE 2013-11-29 21:11:26 +00:00
Sunpoet Po-Chuan Hsieh
34a2874e7a - Add LICENSE 2013-11-29 21:10:12 +00:00
Sunpoet Po-Chuan Hsieh
08530c0ab4 - Update to 1.3.8
- While I'm here:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Cosmetic change

Changes:	https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
PR:		ports/182276
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2013-11-29 19:10:35 +00:00
Sunpoet Po-Chuan Hsieh
ecae077993 - Update to 1.965
Changes:	http://search.cpan.org/dist/Redis/Changes
2013-11-29 17:22:36 +00:00
Eitan Adler
d4a2a6154c Minor textual change to COMMENT 2013-11-29 02:36:38 +00:00
Nicola Vitale
cd549c0c10 - Remove PKGNAMESUFFIX, because there is no conflict
with databases/py-sqlalchemy-devel  [1]
- Bump PORTREVISION to fix PKGNAME as dependency for other ports

Suggested by:	koobs  [1]
2013-11-28 23:27:04 +00:00
Sergey A. Osokin
c88fa9457d Upgrade from 2.8.0 to 2.8.1.
<ChangeLog>

# UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to
                   upgrade your Redis instances but it is highly recommended
                   to upgrade and restart all the Sentinel processes.

* [FIX] Fixed a bug in "new Sentinel" config propagation.
* [FIX] Fixed a false positive in Redis tests.

</ChangeLog>
2013-11-28 17:56:47 +00:00
Sergey A. Osokin
cc50e0274c Upgrade from 2.6.16 to 2.8.0.
Changelist: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
2013-11-28 17:53:32 +00:00
Palle Girgensohn
7a4fcd7374 update to latest version
remove p5- prefix, since this is not a perl module, it just uses perl as the scripting language
2013-11-28 13:23:47 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
Dirk Meyer
48cd131b62 - use STAGEDIR 2013-11-27 06:09:40 +00:00