Commit graph

258671 commits

Author SHA1 Message Date
Alexander Logvinov
60deb0f2b9 - Make dmidecode an optional dependency
PR:		ports/157540
Submitted by:	Mark Johnston <markjdb at gmail.com>
2011-06-27 05:42:34 +00:00
Hiroki Sato
dc9c15e0ad - Add directories for mount points and caching.
- Fix linker.hints leftover.
- Fix build in the case that $KERNCONF has multiple configuration files.

Submitted by:	Benjamin Kaduk (maintainer)
2011-06-27 03:33:55 +00:00
Steve Wills
2fe7b848d0 - Update to latest versions
PR:		ports/157822
Submited by:	Palle Girgensohn <girgen@FreeBSD.org>
Approved by:	maintainer timeout
2011-06-27 02:57:29 +00:00
Hiroki Sato
1020fcac76 Fix build in the case that $KERNCONF has multiple configuration files.
Spotted by:	Nicolas Rachinsky
2011-06-27 02:52:45 +00:00
Wesley Shields
d623feae06 Document that you must run sa-update before running spamd after
the latest SpamAssassin update.
2011-06-27 02:45:03 +00:00
Wesley Shields
4a00bc0a6a - Update to 3.3.2. Now works with perl 5.12+ with no warnings.
- Separate out RUN_DEPENDS and BUILD_DEPENDS.
- Do not hardcode spamd as the user in the RC script.
- Use @stopdaemon.
- Add a patch from upstream that fixes a bug when using MYSQL.

PR:		ports/158267
Submitted by:	Michael Scheidell <scheidell@secnap.net> (maintainer)
2011-06-27 02:44:36 +00:00
Hiroki Sato
533bf6c2be Fix the installation path of tex/context/third/asymptote/colo-asy.tex.
Spotted by:	pav, ohauer
PR:		ports/158325
2011-06-27 02:41:53 +00:00
Alexander Logvinov
347ff969c5 - Update to 2.1.1
- Add license information
2011-06-27 02:37:48 +00:00
Wen Heping
d3a995e088 - Update to 2.7.2
- Mark BROKEN when build with pth

Reviewed by:	miwi@
2011-06-27 02:37:39 +00:00
Steve Wills
375fd95572 - Update to 1.8.1
- Update dependency

PR:		ports/157787
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
2011-06-27 02:24:59 +00:00
Steve Wills
156f9d90ca - Update to 2.6.0
PR:		ports/157797
Approved by:	maintainer timeout
2011-06-27 02:19:19 +00:00
Steve Wills
5404a87cbf Rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations.
WWW:	https://github.com/rspec/rspec-mocks

PR:		ports/157797
Submitted by:	Steve Wills <swills at FreeBSD.org>
2011-06-27 02:18:04 +00:00
Steve Wills
dbfb8d45ab Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers.
WWW:	https://github.com/rspec/rspec-expectations

PR:		ports/157797
Submitted by:	Steve Wills <swills at FreeBSD.org>
2011-06-27 02:17:13 +00:00
Steve Wills
19be3815ff RSpec Core provides the structure for writing executable examples of how your
code should behave.

WWW:	https://github.com/rspec/rspec-core

PR:		ports/157797
Submitted by:	Steve Wills <swills at FreeBSD.org>
2011-06-27 02:16:24 +00:00
Alexander Logvinov
79d4d9bb50 - Update to 2.1.1 [1]
- Add license information [1]
- Fix rc script conflict with net-im/openfire [2]

PR:		ports/157878 [1] ports/156154 [2]
Submitted by:	Alexey Illarionov <littlesavage at rambler.ru>
2011-06-27 02:13:48 +00:00
Steve Wills
28e26eab90 Update to 0.84
Changes:        http://search.cpan.org/dist/Imager/Changes
2011-06-27 01:24:26 +00:00
Steve Wills
5dfbf73fa3 - Mark MAKE_JOBS_UNSAFE
- Pet portlint
2011-06-27 01:15:26 +00:00
Wen Heping
fc4b390125 - Update WWW
Thanks to:	f5bpyt@gmail.com, crees@
2011-06-26 23:58:28 +00:00
Beech Rintoul
982b42ce85 - Make the depend on dbus-glib explicit, otherwise packages will be built
without dbus supprort
- Fix build on FreeBSD 8.1, which has a different signature for dlerror(3)

PR:		ports/158315
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> (maintainer)
2011-06-26 23:01:33 +00:00
Olli Hauer
e740da6e1f - fix build (add py-genshi)
(issue found during local expr-run)
2011-06-26 21:55:44 +00:00
Joe Marcus Clarke
019c8066ae Forced commit to note that the 2.13.6 update also included some Makefile
cleanups from 156668 submitted by sunpoet.
2011-06-26 21:33:13 +00:00
Joe Marcus Clarke
e8ef7bfbd0 Update to 2.13.6.
* Be more careful is searching for WITH(OUT)_FOO OPTIONS checks so to avoid
false positive warnings. [1]
* Support := in the *_DEPENDS section. [2]
* Make sure we expand DISTNAME to catch potential superfluous uses of it. [3]
* Fix the error seen when one passes CPPFLAGS to CONFIGURE_ENV. [4]
* Add the license block check after the MAINTAINER block [5]
* Add a check for use of ${FIND}...${XARGS} ${RM}. [6]

PR:		156164 [1]
		155753 [2]
		154320 [3]
		158305 [5]
		157566 [6]
Submitted by:	sahil [1]
		"Ilya A. Arkhipov" <micro@heavennet.ru> [5]
Reported by:	pav [4]
2011-06-26 21:31:55 +00:00
Olli Hauer
1cf16de13e - fix USE_APACHE, should be exclusive 13 else the only port
depending on this one will fail if apache22 is set as default

  no version bump (apache22 is not the default at the moment)

  From the actual git repo:
  http://slashcode.git.sourceforge.net/git/gitweb.cgi?p=slashcode/slashcode;a=tree;h=refs/heads/live;hb=live

  Install:
   Apache: Version 1.3.34 (1.3.33).
     Since most of Apache 1.3.x's recent releases included security
     fixes, we wouldn't recommend running an earlier version. Slash is
     not compatible with Apache 2.x and we have no plans to port to 2.x
     (though we aren't excluding the possibility).

   mod_perl: Version 1.29.

 with hat apache@
2011-06-26 20:31:46 +00:00
Boris Samorodov
7d4db91a4d Remove two dependencies:
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
  from the base system).
Bump PORTREVISION.

Suggested by:	Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
2011-06-26 20:06:07 +00:00
Olli Hauer
42215888a4 - set USE_APACHE_RUN=13 to prevent issues if apache22 is set as default
with hat apache@
2011-06-26 19:30:02 +00:00
Olli Hauer
7af7a7d362 - set exclusive apache13, else apache13 ports are
broken if apache22 is set as default

- nothing will change for apache20/22 users, all
  mod_perl2 ports are already fixed!

-  no version bump

  with hat apache@
2011-06-26 19:26:14 +00:00
Boris Samorodov
39a6c38806 Update to version 3.7.20.
PR:		ports/157448
Submitted by:	bsam (me)
Approved by:	maintainer timeout (3+ weeks)
2011-06-26 18:38:56 +00:00
Greg Lewis
a121ec1a94 . Update to Build 146. 2011-06-26 18:31:15 +00:00
Beech Rintoul
1ee9d8ac62 - Add python bindings
- Bump portrevision

Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2011-06-26 18:04:46 +00:00
Olli Hauer
d2d0470018 - use apache range instaed of '+' port does not support apache20/22 2011-06-26 17:41:52 +00:00
Norikatsu Shigemura
a3f95fe37e Update to 1.5.2. 2011-06-26 16:10:11 +00:00
Sunpoet Po-Chuan Hsieh
2e5d52002f - Update to 1.50
Changes:	http://search.cpan.org/dist/YAML-Tiny/Changes
PR:		ports/158250
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2011-06-26 15:32:18 +00:00
Sunpoet Po-Chuan Hsieh
92e3ea24f6 - Update to 2.68
Changes:	http://search.cpan.org/dist/Config-IniFiles/Changes
PR:		ports/158240
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Cezary Morga <cm@therek.net> (maintainer)
2011-06-26 15:31:03 +00:00
Sunpoet Po-Chuan Hsieh
721a06c440 - Update to 0.06
Changes:	http://search.cpan.org/dist/POE-Component-Syndicator/Changes
PR:		ports/158199
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2011-06-26 15:29:51 +00:00
Sunpoet Po-Chuan Hsieh
7c6b03d4ae - Update to 0.13
Changes:	http://cpansearch.perl.org/src/LBAXTER/Sys-SigAction-0.13/Changes
PR:		ports/158188
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2011-06-26 15:28:27 +00:00
Sunpoet Po-Chuan Hsieh
5933bdb757 - Use --nousestubs to prevent segfaults
PR:		ports/129626
Submitted by:	Bruce Albrecht <bruce@freebsd.zuhause.org>
2011-06-26 15:19:29 +00:00
Sunpoet Po-Chuan Hsieh
6be06238e9 - Update to 0.111300
Changes:	http://search.cpan.org/dist/Net-Amazon-Route53/Changes
PR:		ports/158288
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2011-06-26 15:18:01 +00:00
Marcus von Appen
08388857ce - Update to 2.58 2011-06-26 14:35:52 +00:00
Wen Heping
0660937c9d - Update to 1.2.6
PR:		ports/158242
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-26 13:54:09 +00:00
Wen Heping
8949f0d7e7 - Update to 0.5.1
PR:		ports/158282
Submitted by:	lwhsu@
2011-06-26 12:08:04 +00:00
Wen Heping
77707aebfb - Update WWW
Thanks to:	marcus@, crees@
2011-06-26 12:05:45 +00:00
Dima Panov
17e26ec58b - Update Eigen to 2.0.16 bugfix release 2011-06-26 10:53:54 +00:00
Daniel Gerzo
d242374af3 - update to 0.9.8.1 2011-06-26 09:36:01 +00:00
Kevin Lo
d683c103f7 Update to 0.7.6.1 2011-06-26 09:26:26 +00:00
Martin Matuska
f29f4690cb Update dependency on tcl-modules (8.5.10) 2011-06-26 09:18:21 +00:00
Martin Matuska
f7ec9c85b5 Update to 8.5.10 2011-06-26 09:17:43 +00:00
Martin Wilke
8973f9fadb git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether
due to limitations in memory, checksumming time, or disk space.

Even without file content tracking, being able to manage files with git,
move files around and delete files with versioned directory trees, and use
branches and distributed clones, are all very handy reasons to use git.
And annexed files can co-exist in the same git repository with regularly
versioned files, which is convenient for maintaining documents, Makefiles,
etc that are associated with annexed files but that benefit from full
revision control.

WWW: http://git-annex.branchable.com/

PR:		ports/157077
Submitted by:	frase at frase.id.au
2011-06-26 08:15:16 +00:00
Martin Wilke
5c4d327347 This is sieve-connect. A client for the ManageSieve protocol, as specifed in
RFC 5804. Historically, this was MANAGESIEVE as implemented by timsieved in
Cyrus IMAP.

This is not yet fully compatible with RFC 5804, but is moving towards that from
the timsieved baseline; some issues to be worked on are documented in the
"TODO" file.

sieve-connect speaks ManageSieve and supports TLS for connection privacy and
also authentication if using client certificates. sieve-connect will use SASL
authentication; SASL integrity layers are not supported, use TLS instead.
GSSAPI-based authentication should generally work, provided that client and
server can use a common underlaying protocol. If it doesn't work for you,
please report the issue.

sieve-connect is designed to be both a tool which can be invoked from scripts
and also a decent interactive client. It should also be a drop-in replacement
for "sieveshell", as supplied with Cyrus IMAP.

WWW: http://people.spodhuis.org/phil.pennock/software/

PR:		ports/157077
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
2011-06-26 08:12:57 +00:00
Martin Wilke
a38565cc58 - Remove double http:// string.
Reported by:	bsam
2011-06-26 08:11:52 +00:00
Martin Wilke
f7adb8bfa0 - Update to 1.0.1
Reported by:	Grzegorz Blach <magik@roorback.net>
2011-06-26 07:58:49 +00:00