5458 Commits

Author SHA1 Message Date
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
dcoppa
81599f251c Add ntlm flavor for NTLM authentication
Fix pthread linkage
Fix default path for errors directory
Switch to pkg-readmes
Add an rcscript

OK giovanni@, Brad (MAINTAINER)
2010-11-26 13:45:04 +00:00
espie
fe13b4748a make use of PKGSPEC to simplify depends, requires most recent security/gnupg
to compile correctly
2010-11-26 07:51:00 +00:00
schwarze
e1b0f409c6 The file fckeditor/editor/filemanager/connectors/php/config.php
is a configuration file, even though it's buried deep in code
directories.  Pointed out by Tobias M. Boelz <tmb at usta dot de>.
Thus, use @sample and bump.
OK espie@ stephan@
2010-11-25 23:35:02 +00:00
ajacoutot
feaea6c2be Update to timetrex-3.3.0. 2010-11-25 08:56:13 +00:00
sthen
098784cf26 Fix documentation renaming, reported by Hugo Osvaldo Barrera on ports@ 2010-11-25 02:16:12 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
sthen
534455ddbe add missing RUN_DEPENDS and bump 2010-11-24 19:08:38 +00:00
sebastia
7fc448eeda Import SOGo: web based groupware server
DESCR:
SOGo is a groupware server built around OpenGroupware.org (OGo) and the
SOPE application server, with a focus on scalability. It provides the
usual groupware functionality as E-Mail, Calendaring, and Contacts
management.


Not yet linking it to the build, fixing last few things in the tree.

OK landry@, sthen@
2010-11-24 18:16:03 +00:00
sebastia
6f521a7e72 Update sope to 1.3.4
OK sthen@, landry@
2010-11-24 18:07:45 +00:00
fgsch
b4d5a275e3 Update to 0.6.0. maintainer timed-out. 2010-11-23 15:08:16 +00:00
ajacoutot
4aff7429a3 Add -notrayicon to args by default. This prevent a (hard to reproduce)
crash under some circumstances where the linux qt libs fail to load
if one is running a panel which then ends up in a hard crash of opera
(which in turn can hangs the entire display)...

ok jasper@
2010-11-23 13:56:18 +00:00
jasper
d338d01630 - add a HOMEPAGE.
aja@ agrees
2010-11-22 14:28:14 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
jasper
9369ab7d3e - update vtigercrm to 5.2.1
* this includes fixes for CVE-2010-3909, CVE-2010-3910, CVE-2010-3911.
2010-11-19 07:52:49 +00:00
jasper
b407d027ac - add missing dependency 2010-11-18 14:16:47 +00:00
stephan
70b13ec0f8 update to 2.3
fixes a session reuse issue even though this release has not been tagged
as 'security relevant'. Details at http://drupal.org/node/967244.

Make sure you upgrade all files while you're logged in (or have access
to settings.php) otherwise you'll lock yourself out pretty easily, in
case you use Captcha for logins. Database upgrade required, too.
2010-11-18 13:38:39 +00:00
stephan
f027901bfd update to 1.5 2010-11-18 11:42:22 +00:00
stephan
a61feef111 update to 2.4 2010-11-18 11:25:57 +00:00
stephan
61097ffbc6 update to 1.5, addresses SA-CONTRIB-2010-104 (Information Disclosure), details at http://drupal.org/node/975094 2010-11-18 10:48:14 +00:00
jeremy
39fa88db7e Remove unintended use of MODRUBY_REV in PLIST.
OK landry@
2010-11-16 18:21:02 +00:00
stephan
b02ea55f0a add missing bump, noticed by jasper@ 2010-11-16 16:20:17 +00:00
ajacoutot
3979aaa80a Bugfix update to gtkhtml3-3.32.1. 2010-11-15 18:21:46 +00:00
jasper
7b533f891d - switch to pkg-readmes 2010-11-15 17:37:16 +00:00
stephan
430a168ba4 switch to pkg-readme, ok jasper@ 2010-11-15 12:58:52 +00:00
jasper
4a5097b8e5 - remove bogus file 2010-11-15 12:36:49 +00:00
jasper
11308b8684 - install a few examples
- tweak DESCR
2010-11-15 12:14:28 +00:00
sthen
6eae70237d - convert to pkg-readmes
- fix PF nat rules for nat-to
- add missing @conflict for jakarta-tomcat-examples (for people
upgrading from really old packages; niklas@ hit this upgrading
a machine from 3.8 :-)

tweaks/ok jasper@
2010-11-15 10:45:53 +00:00
stephan
ea1ecd2e43 least invasive round of cleanup:
- install drupal modules/themes as root:daemon rather than www:www
  (only the files/ directory needs to be writeable by 'www').
- don't install 'settings.php' world-readable since it contains the
  DB password. Use 640, owner 'www' instead.
- bump all modules.

tested in production, including upgrade szenarios.
ok sthen@ and landry@, maintainer timeout.
2010-11-15 09:05:40 +00:00
jasper
95c2a99ab2 sync 2010-11-14 19:59:34 +00:00
jasper
7141b40656 import py-mechanize 0.2.4
Stateful programmatic web browsing in Python, after Andy Lester's Perl
module WWW::Mechanize.

ok sthen@
2010-11-14 19:58:39 +00:00
ajacoutot
50cc717af5 Move to pkg-readmes. 2010-11-13 07:44:33 +00:00
jasper
6ed1dc9642 zap zap 2010-11-12 14:43:59 +00:00
jasper
c7efe67578 - switch to pkg-readmes 2010-11-12 14:35:23 +00:00
jasper
a714b4e27f switch to pkg-readmes
ok ajacoutot@ (MAINTAINER)
2010-11-12 13:54:28 +00:00
jasper
480ecd2552 - switch to pkg-readmes
ok jdixon@ (MAINTAINER)
2010-11-11 23:02:21 +00:00
ajacoutot
dfdc5677c6 We do not hardcode /usr/local. 2010-11-11 20:54:41 +00:00
kili
d396104e0c Zap MESSAGE and add polipo.rc. Initially from Jiri B. <jirib@live.com>,
rc tweaks discussed with and suggested by ajacoutot@.
2010-11-11 20:19:52 +00:00
espie
5c69e94e9f every WANTLIB that's linked to the build should be okay 2010-11-11 19:56:19 +00:00
ajacoutot
877cfbf92c Use the python MODULE instead of harcoding python version.
This port is still broken though, it missed a -I/usr/local/include somewhere...
2010-11-11 19:06:23 +00:00
sthen
89d5cdea52 new-style LIB_DEPENDS/REVISION/WANTLIB 2010-11-11 12:35:09 +00:00
jasper
b8fd8eb98a - also switch to pkg-readmes, reminded by landry@ 2010-11-11 09:55:05 +00:00
jasper
3c57f070a4 - switch to pkg-readmes
ok landry@ (MAINTAINER)
2010-11-11 09:30:36 +00:00
sthen
e5a1131f8c - Install files for the SCGI and uwsgi modules, from Piotr Sikora.
makes sense to dlg@, ok william@ (maintainer).

- Fix bad REVISION bump in an .if ${FLAVOR... block from last commit.
2010-11-10 08:18:18 +00:00
jasper
dd2211a462 - switch to pkg-readmes
ok kurt@ (MAINTAINER)
2010-11-09 21:38:37 +00:00
jeremy
56e3a7816f For the passenger flavor, adjust for new location of ruby-passenger
and bump.

OK landry@
2010-11-08 23:50:31 +00:00
jeremy
f1b7fef9c5 Update ruby-passenger to 3.0.0. Switch the directory name from
phusion_passenger to phusion-passenger, since that's the name used
by upstream. Also tested by Pierre-Yves Ritschard.

OK landry@
2010-11-08 23:47:37 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00