Commit graph

256577 commits

Author SHA1 Message Date
Bernhard Froehlich
b9fb4c08e1 - Clarify VIMAGE option
PR:		ports/157253
Submitted by:	Warren Block <wblock@wonkity.com>
2011-05-23 07:59:06 +00:00
Oliver Lehmann
db6b98aa52 Fix WITH_PYTHON
PR:		ports/156869
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
2011-05-23 07:16:41 +00:00
Alexey Dokuchaev
176c86edee Unbreak on -CURRENT after r221320.
Reported by:	several
Submitted by:	Pan Tsu
2011-05-23 07:14:50 +00:00
Frederic Culot
3fd3b2a5ea - Update to 1.34
PR:		ports/157258
Submitted by:	Murilo Opsfelder <mopsfelder@gmail.com> (maintainer)
2011-05-23 07:08:27 +00:00
Bernhard Froehlich
37585af877 - Add missing pkg-message
Reported by:	Warren Block <wblock@wonkity.com>
2011-05-23 06:45:44 +00:00
Wen Heping
9ab71bad16 - Fix build with WITH_PHP=on
Submitted by:	jjachuf@gmail.com (via email)
2011-05-23 06:34:39 +00:00
Dennis Herrmann
8e7db6e8ed - Update to 1.8.6 2011-05-23 06:32:55 +00:00
Dennis Herrmann
3e40b9dd75 - Update to 2.5.0 2011-05-23 06:31:46 +00:00
Wen Heping
1e30365e1f - Update to 4.1.6 2011-05-23 06:26:07 +00:00
Olli Hauer
5eef45f549 - update to version 1.1.11
Version 1.1.11 (released 17-May-2011)

  * security fix: remove user-reachable override of cvsdb row limit
  * fix broken standalone.py -c and -d options handling
  * add --help option to standalone.py
  * fix stack trace when asked to checkout a directory (issue #478)
  * improve memory usage and speed of revision log markup (issue #477)
  * fix broken annotation view in CVS keyword-bearing files (issue #479)
  * warn users when query results are incomplete (issue #443)
  * avoid parsing errors on RCS newphrases in the admin section (issue #483)
  * make rlog parsing code more robust in certain error cases (issue #444)
2011-05-23 04:45:26 +00:00
Vanilla I. Shu
570d947c2e 1: Upgrade to 0.4.8.
2: Fix package build @ i386

PR:		ports/157262[1], ports/157231[2]
Submitted by:	maintainer[1], Akihiko HAYASHI <hayashi@totalware.gifu.gifu dot jp>[2]
2011-05-23 02:19:27 +00:00
Steve Wills
797f4b3b87 - Add missing dependency 2011-05-23 02:13:03 +00:00
Alexey Dokuchaev
6348d1286b Remove references to two ports resurrected by cy@ recently. 2011-05-23 02:05:26 +00:00
Beech Rintoul
173c60ec80 -Force commit after repocopy
PR:		ports/157169
Approved by:	itetcu (mentor)(implicit)
2011-05-23 00:47:16 +00:00
Ashish SHUKLA
6d7229f9c1 - Add missing entry for devel/hs-BNFC.
Obtained from:	FreeBSD Haskell
2011-05-23 00:29:15 +00:00
Olli Hauer
18cb16d2e1 - add note for mod_perl2 update 2011-05-22 22:30:47 +00:00
Olli Hauer
346fdfaa76 mod_perl2 was updated, this changes are needet to prevent
dependency loops

- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision

commit with hat apache@
2011-05-22 22:23:16 +00:00
Olli Hauer
622fd470b5 - remove unneedet include of "bsd.apache.mk"
- fix a pkg-plist issue
- bump portrevision

commit with hat apache@
2011-05-22 22:19:00 +00:00
Olli Hauer
3806babe4b - bump because of mod_perl2 update
- order pkg-plist so it match autmated tools like genplist
- add missing empty directories (used by checksetup.pl) [1]

commit with hat apache@

PR:		[1] ports/154295
Submitted by:	me
2011-05-22 22:16:27 +00:00
Martin Matuska
416c8b7511 Update to 4.9.20110522 2011-05-22 22:14:35 +00:00
Olli Hauer
55a37728af - Apache-Reload is included again in mod_perl2
- add conflict for mod_perl2

commit with hat apache@
2011-05-22 22:13:22 +00:00
Olli Hauer
fb50ec5c18 - use p5-Apache-DBI-mp1 / p5-Apache-DBI-mp2 instead of p5-Apache-DBI 2011-05-22 22:10:52 +00:00
Olli Hauer
7966e09747 - p5-Apache-DBI
do not allow to include ports direct, use SLAVE ports instead

- aditional test APACHE_VERSION
2011-05-22 22:09:29 +00:00
Olli Hauer
17b3e4f4ca - update to mod_perl-2.0.5
committed with hat apache@

PR:		ports/155026 ports/155586 ports/157246
2011-05-22 22:05:07 +00:00
Matthias Andree
3f4cabb66c Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer
has not responded, and there was no discussion in the PR or on ports@.

PR: ports/155759
2011-05-22 21:34:32 +00:00
Olli Hauer
42c28c2891 - update to httpd-2.2.19
Changes with Apache 2.2.19

  *) Revert ABI breakage in 2.2.18 caused by the function signature change
     of ap_unescape_url_keep2f().  This release restores the signature from
     2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
     [Eric Covener]

commit with hat apache@
2011-05-22 21:33:31 +00:00
Olli Hauer
d97185cf0b - update to apr-1.4.5
- update to apr-util-1.3.12
- add new make target "test:"

Changes for APR 1.4.5
  *) Security: CVE-2011-1928
     apr_fnmatch(): Fix high CPU loop.  [William Rowe]
  *) Fix top_builddir in installed apr_rules.mk.  [Bojan Smojver]

Changes with APR-util 1.3.12
  *) apr_ldap: Fix crash because of NULL cleanup registered by
     apr_ldap_rebind_init().  [Rainer Jung]

commit with hat apache@
2011-05-22 21:31:16 +00:00
Thierry Thomas
0a6576e9fc Upgrade to 0.8.6 (bug fixes). 2011-05-22 21:30:43 +00:00
Matthias Andree
7a86942b2d Add missing trailing slash to URL. 2011-05-22 21:28:42 +00:00
Matthias Andree
8d4717707b - Fix first-start failure by correcting permissions in ~/.tucan
(adds files/patch-core__service_config.py).
- Bump PORTREVISION.
- As the README says 'requires Python 2.5', state so in Makefile.
- Modify COMMENT (maintainer note: limit 70 characters).
- Remove *.orig file leftover from patching, to avoid installing it
  (it's not in pkg-plist)
- Upgrade to newer upstream release shelved pending further maintainer
  PR (he rejected ports/155563 and wants to do his own).

Reported by: Posé Sébastien <sebastien.pose@gmail.com>
Fixed by:    Gustau Pérez <gustau.perez@gmail.com> (maintainer)
PR:          ports/151572
2011-05-22 21:24:04 +00:00
Gerald Pfeifer
3eaf1d033b CPPFLAGS is now automatically passed via CONFIGURE_ENV; just set that. [1]
Remove the MD5 checksum on the way.

Approved by:	gnome (marcus) [1]
2011-05-22 21:22:35 +00:00
Wesley Shields
f1256b4e5d Update to 1.8.1p2 2011-05-22 19:33:13 +00:00
Wesley Shields
20ac3a1fa4 Update to 1.7.5.2
Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.2.txt
2011-05-22 19:31:50 +00:00
Cy Schubert
8b894bf8b7 Update 3.1.4 --> 3.1.5
PR:		157249
2011-05-22 18:57:31 +00:00
Sergey Skvortsov
70bc24fb56 Update to 3.4.0
Changes:	http://www.parrot.org/news/2011/Parrot-3.4.0
2011-05-22 18:57:07 +00:00
Wesley Shields
e282e73442 Bring in commit ecdc5c0a7f7591a7cd4aff696e42757c677fbbf7 from upstream.
This fixes a crash when using 'ip6 protochain' filters.

PR:		kern/157188
Submitted by:	plosher@
2011-05-22 17:15:21 +00:00
Florian Smeets
189dfe429c - prevent deletion of asterisk.conf, it was mistakenly added to pkg-plist
- make sure asterisk.conf and asterisk.conf-dist are identicall on install

PR:		ports/156775, ports/156992
2011-05-22 17:09:50 +00:00
Bernhard Froehlich
67956d3d9f - Switch back to mythplugins distfile because they rerolled it and included mythweb again
- Remove WRKSRC
- Bump PORTREVISION

Reported by:	Ashley Diamond <ash@diamondbsd.com>
2011-05-22 17:08:59 +00:00
Bernhard Froehlich
0a82390151 - Update again because they rerolled the distfile and fixed the directory structure
- Remove WRKSRC
- Bump PORTREVISION

Reported by:	Ashley Diamond <ash@diamondbsd.com>
2011-05-22 17:07:59 +00:00
Frederic Culot
ec6e700293 - Update to 1.12
PR:		ports/157215
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2011-05-22 16:41:57 +00:00
Sunpoet Po-Chuan Hsieh
5390d20f2d - Update to 2.110930
- Make some dependencies conditional according to PERL_LEVEL

Changes:	http://search.cpan.org/dist/CPAN-Meta/Changes
PR:		ports/157248
Submitted by:	sunpoet (myself)
Approved by:	Pengfei Ju <jupengfei@gmail.com> (maintainer)
2011-05-22 16:40:22 +00:00
Emanuel Haupt
ae067f822d Mark BROKEN, does not fetch. 2011-05-22 16:34:03 +00:00
Baptiste Daroussin
b39446b81d - update to 1.1
- update website
- changes:
  * New features:
      + new callbacks for document prolog and epilog,
      + support of PHP-Markdown-like tables, through 3 new callbacks.

  * Several bug fixes, most notably:
      + span-level entities are now correctly recognized in headers,
      + empty ATX-styles header (i.e. lines containing only '#' charcters)
        no longer crash the library
      + empty documents are now correctly handled
      + blackslash escapes work in inline URIs, thereby allowing to include
        ')' characters in such URIs.

PR:		ports/157250
Submitted by:	Natacha Porté <natacha@instinctive.eu> (upstream)
2011-05-22 16:05:22 +00:00
Frederic Culot
cc6c7ec399 - Update to 0.04
- Make use of the CPAN:USER macro

Changes:	http://search.cpan.org/dist/POE-Component-Syndicator/Changes
PR:		ports/157227
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2011-05-22 16:00:25 +00:00
Gordon Tetlow
48814023f9 Update p4d to 2010.2/312470
Prodded by:	erwin@
2011-05-22 15:59:49 +00:00
Shaun Amott
4e2908e006 Fix dependency line.
Submitted by:	Torfinn Ingolfsen via freebsd-ports
2011-05-22 15:53:57 +00:00
Thierry Thomas
a4218f13e8 Upgrade to 1.5.4.
Changelog at <http://tt-rss.org/redmine/versions/show/63>.
2011-05-22 15:30:47 +00:00
Florian Smeets
43ce6b57da Commit file i forgot in my last commit. 2011-05-22 14:34:41 +00:00
Marc Fonvieille
2d49832c34 Update to 20110521 version of the FreeBSD docset.
Approved by:	doceng (implicit)
2011-05-22 14:28:50 +00:00
Bernhard Froehlich
149dd97e94 - Update to 4.0-5
- Remove pkg-message
- License changed to MIT
2011-05-22 14:11:13 +00:00