cvs commit: ports/audio/deadbeef/files patch-plugins__dumb__dumb-kode54__src__it__itrender.c ports/lang/dmd2/files patch-src-dmd-freebsd.mak patch-src-druntime-posix.mak

2011-09-24 Thread Doug Barton
dougb 2011-09-25 06:56:08 UTC FreeBSD ports repository Removed files: audio/deadbeef/files patch-plugins__dumb__dumb-kode54__src__it__itrender.c lang/dmd2/files patch-src-dmd-freebsd.mak patch-src-druntime-posix.mak Lo

Re: cvs commit: ports/net/nss-pam-ldapd Makefile ports/net/nss-pam-ldapd/files nslcd.in

2011-09-24 Thread Doug Barton
Attached are some improvements to this port. For the rc.d script there are 2 main problems. There is a literal /usr/local, and the loop for waiting for the daemon to start shouldn't last forever. If you think that a value longer than 10 seconds is a reasonable default that's fine, but forever isn't

cvs commit: ports/x11-toolkits/xview Makefile ports/x11-toolkits/xview/files patch-lib+libxview+ttysw+tty_init.c

2011-09-24 Thread Cy Schubert
cy 2011-09-25 05:48:13 UTC FreeBSD ports repository Modified files: x11-toolkits/xview Makefile x11-toolkits/xview/files patch-lib+libxview+ttysw+tty_init.c Log: Fix build under 9.0 (with new utmpx). Revision ChangesPath 1.56 +0 -4 ports/x11-tool

Re: cvs commit: ports/databases/mysql-proxy Makefile distinfo pkg-plist ports/databases/mysql-proxy/files mysql-proxy.in

2011-09-24 Thread Doug Barton
Can you wrap the 'for addr in ...' bit in a start_precmd? We prefer not to have code run unconditionally in rc.d scripts. Doug On 09/18/2011 12:58, Steve Wills wrote: > swills 2011-09-18 19:58:15 UTC > > FreeBSD ports repository > > Modified files: > databases/mysql-proxy Makefil

Re: cvs commit: ports/databases/py-axiom Makefile

2011-09-24 Thread Doug Barton
What did you hope to accomplish with this message? On 09/24/2011 08:16, wen heping wrote: > There is update version upstream for 0.6.0. > > wen > > 2011/9/24 Eitan Adler : >> eadler 2011-09-24 15:06:44 UTC >> >> FreeBSD ports repository >> >> Modified files: >>databases/py-axiom Mak

Re: cvs commit: ports/net-im/ejabberd Makefile ports/net-im/ejabberd/files ejabberd.in

2011-09-24 Thread Doug Barton
You might want to consider the attached. Since this runs as an unprivileged user REQUIRE: LOGIN is more or less mandatory. Doug On 09/24/2011 11:50, Ashish SHUKLA wrote: > ashish 2011-09-24 18:50:05 UTC > > FreeBSD ports repository > > Modified files: > net-im/ejabberd Makef

Re: cvs commit: ports/x11/xterm Makefile pkg-plist

2011-09-24 Thread Doug Barton
On 09/24/2011 16:17, Baptiste Daroussin wrote: > On Fri, Sep 23, 2011 at 08:24:39AM +1000, Peter Jeremy wrote: >> On 2011-Sep-22 12:20:55 -0700, Doug Barton wrote: >>> On 09/22/2011 11:52, Emanuel Haupt wrote: Looks good. Feel free to commit, I am currently afk. >>> >>> Done, thanks! >> >> Th

cvs commit: ports/x11-clocks/asclock-xlib Makefile

2011-09-24 Thread Doug Barton
dougb 2011-09-25 02:35:52 UTC FreeBSD ports repository Modified files: x11-clocks/asclock-xlib Makefile Log: When not -D BATCH mark IS_INTERACTIVE, make imake dependency unconditional PR: ports/151723 Submitted by: me Approved by:maintainer timeout (1

cvs commit: ports/lang/v8 Makefile ports/lang/v8/files patch-src_conversions.h patch-src_hydrogen-instructions.cc patch-src_jsregexp.cc patch-src_jsregexp.h patch-src_lithium-codegen-ia32.cc

2011-09-24 Thread Vanilla I. Shu
vanilla 2011-09-25 02:17:44 UTC FreeBSD ports repository Modified files: lang/v8 Makefile Added files: lang/v8/filespatch-src_conversions.h patch-src_hydrogen-instructions.cc patch-src_jsregexp.cc

cvs commit: CVSROOT modules

2011-09-24 Thread Edwin Groothuis
edwin 2011-09-25 00:09:09 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Sunday 25 September 2011 at 00:09 Feature safe: yes Revision ChangesPath 1.21267 +3 -0 CVSROOT/modules _

cvs commit: ports/converters/p5-Unicode-Stringprep Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-25 00:07:59 UTC FreeBSD ports repository Modified files: converters/p5-Unicode-Stringprep Makefile Log: - Use := in setting RUN_DEPENDS to quiet portlint - set TEST_DEPENDS to help with testing Revision ChangesPath 1.3 +3 -1 ports/converte

cvs commit: ports/biology/p5-Bio-MAGETAB Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-25 00:07:08 UTC FreeBSD ports repository Modified files: biology/p5-Bio-MAGETAB Makefile Log: - Add build depends to silence build warnings Revision ChangesPath 1.8 +2 -1 ports/biology/p5-Bio-MAGETAB/Makefile

cvs commit: ports/graphics/zphoto Makefile

2011-09-24 Thread Gerald Pfeifer
gerald 2011-09-24 23:26:35 UTC FreeBSD ports repository Modified files: graphics/zphoto Makefile Log: Remove default dependency on multimedia/avifile which has been broken on FreeBSD 9 for half a year (at least) and also on most architectures and which will be deprecate

Re: cvs commit: ports/x11/xterm Makefile pkg-plist

2011-09-24 Thread Baptiste Daroussin
On Fri, Sep 23, 2011 at 08:24:39AM +1000, Peter Jeremy wrote: > On 2011-Sep-22 12:20:55 -0700, Doug Barton wrote: > >On 09/22/2011 11:52, Emanuel Haupt wrote: > >> Looks good. Feel free to commit, I am currently afk. > > > >Done, thanks! > > Thanks to both of you. I think this is a good final re

cvs commit: ports/databases/p5-DBICx-MapMaker Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-24 22:11:12 UTC FreeBSD ports repository Modified files: databases/p5-DBICx-MapMaker Makefile Log: - add BUILD_DEPENDS to silence build warnings PR: ports/159858 Submitted by: swills (me) Approved by:maintainer timeout (miwi, >6 weeks)

cvs commit: ports/databases/p5-DBICx-Deploy Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-24 22:02:35 UTC FreeBSD ports repository Modified files: databases/p5-DBICx-Deploy Makefile Log: - Add BUILD_DEPENDS to silence build warnings PR: ports/159857 Submitted by: swills (me) Approved by:maintainer timeout (miwi, >6 weeks)

cvs commit: ports/lang/parrot pkg-plist

2011-09-24 Thread Steve Wills
swills 2011-09-24 22:00:42 UTC FreeBSD ports repository Modified files: lang/parrot pkg-plist Log: - Fix plist Reported by:pavmail Revision ChangesPath 1.39 +1 -0 ports/lang/parrot/pkg-plist ___

cvs commit: ports/devel/p5-Data-Dumper-Concise Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-24 21:14:21 UTC FreeBSD ports repository Modified files: devel/p5-Data-Dumper-Concise Makefile Log: - Fix TEST_DEPENDS reference to non-existant port - Reset maintainer to perl@ due to maintainers email bouncing PR: ports/160997 Submitted by:

cvs commit: ports/biology/p5-Bio-Das-Lite Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-24 20:45:23 UTC FreeBSD ports repository Modified files: biology/p5-Bio-Das-Lite Makefile Log: - Fix missing DEPENDS to silence build warnings Revision ChangesPath 1.6 +2 -1 ports/biology/p5-Bio-Das-Lite/Makefile

cvs commit: ports/lang/swi-pl Makefile

2011-09-24 Thread Pav Lucistnik
pav 2011-09-24 20:14:37 UTC FreeBSD ports repository Modified files: lang/swi-pl Makefile Log: - Mark BROKEN: does not compile /usr/local/include/X11/Xdefs.h:47: error: conflicting types for 'Bool' Reported by:pointyhat Revision ChangesPath 1

cvs commit: ports/irc/ninja Makefile

2011-09-24 Thread Chris Rees
crees 2011-09-24 20:14:20 UTC FreeBSD ports repository Modified files: irc/ninjaMakefile Log: Stop maintaining irc/ninja Revision ChangesPath 1.36 +1 -1 ports/irc/ninja/Makefile ___ cvs-all@freebsd.or

cvs commit: ports/cad/salome-gui Makefile

2011-09-24 Thread Pav Lucistnik
pav 2011-09-24 20:12:18 UTC FreeBSD ports repository Modified files: cad/salome-gui Makefile Log: - Mark BROKEN: does not compile ../.././../src/VTKViewer/VTKViewer.h:36:31: error: vtkSystemIncludes.h: No such file or directory Reported by:pointyhat R

cvs commit: ports/emulators/open-vm-tools Makefile

2011-09-24 Thread Pav Lucistnik
pav 2011-09-24 20:08:58 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools Makefile Log: - Mark BROKEN: does not compile /usr/local/include/X11/Xdefs.h:47: error: conflicting types for 'Bool' Reported by:pointyhat Revision ChangesPath

cvs commit: ports/audio/muine Makefile

2011-09-24 Thread Pav Lucistnik
pav 2011-09-24 20:05:57 UTC FreeBSD ports repository Modified files: audio/muine Makefile Log: - Mark BROKEN: does not compile cc1: warnings being treated as errors db.c:61: warning: assignment discards qualifiers from pointer target type Reported by:

cvs commit: ports/korean/johabfonts Makefile

2011-09-24 Thread Pav Lucistnik
pav 2011-09-24 20:03:08 UTC FreeBSD ports repository Modified files: korean/johabfontsMakefile Log: - Mark BROKEN: installs file into / Reported by:pointyhat Revision ChangesPath 1.23 +2 -0 ports/korean/johabfonts/Makefile __

cvs commit: ports/korean/hanterm-xf86 Makefile

2011-09-24 Thread Pav Lucistnik
pav 2011-09-24 20:01:31 UTC FreeBSD ports repository Modified files: korean/hanterm-xf86 Makefile Log: - Mark BROKEN: does not compile ./xutf8.h:25:2: error: #error Please include before "xutf8.h" Reported by:pointyhat Revision ChangesPath 1.40

cvs commit: ports/devel/hs-bsd-sysctl Makefile ports/net/hs-pcap Makefile

2011-09-24 Thread Ashish SHUKLA
ashish 2011-09-24 19:27:34 UTC FreeBSD ports repository Modified files: devel/hs-bsd-sysctl Makefile net/hs-pcap Makefile Log: - Adopt ports Obtained from: FreeBSD Haskell Revision ChangesPath 1.6 +1 -1 ports/devel/hs-bsd-sysctl/Makefi

cvs commit: ports/lang/gcc46 Makefile distinfo

2011-09-24 Thread Gerald Pfeifer
gerald 2011-09-24 19:12:31 UTC FreeBSD ports repository Modified files: lang/gcc46 Makefile distinfo Log: Update to the 20110923 snapshot of GCC 4.6.2. Revision ChangesPath 1.510 +1 -1 ports/lang/gcc46/Makefile 1.373 +2 -2 ports/lang/gcc

cvs commit: ports/net-im/ejabberd Makefile ports/net-im/ejabberd/files ejabberd.in

2011-09-24 Thread Ashish SHUKLA
ashish 2011-09-24 18:50:05 UTC FreeBSD ports repository Modified files: net-im/ejabberd Makefile net-im/ejabberd/files ejabberd.in Log: - Pass ERL_EPMD_ADDRESS to other actions of rc.d script, missed from last time - Bump PORTREVISION Reported by:Vick Khera

cvs commit: ports/www Makefile ports/www/links-hacked Makefile distinfo pkg-descr

2011-09-24 Thread Stephen Montgomery-Smith
stephen 2011-09-24 18:45:03 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/links-hacked Makefile distinfo pkg-descr Log: - New port www/links-hacked. WW browser Links well known and now hacked for more features includin

cvs commit: ports/math/atlas Makefile distinfo pkg-descr pkg-plist ports/math/atlas/files Makefile.test alpha-patch patch-CONFIG+src+SpewMakeInc.c patch-CONFIG+src+atlcomp.txt patch-CONFIG+src+backend

2011-09-24 Thread Brendan Fabeny
bf 2011-09-24 18:36:59 UTC FreeBSD ports repository Modified files: math/atlas Makefile distinfo pkg-descr pkg-plist math/atlas/files patch-CONFIG+src+SpewMakeInc.c patch-CONFIG+src+backend+archinfo_freebsd.c Added files: math/a

cvs commit: ports/lang/gcc45 Makefile distinfo

2011-09-24 Thread Gerald Pfeifer
gerald 2011-09-24 17:53:07 UTC FreeBSD ports repository Modified files: lang/gcc45 Makefile distinfo Log: Update to the 20110922 snapshot of GCC 4.5.4. Revision ChangesPath 1.504 +1 -1 ports/lang/gcc45/Makefile 1.368 +2 -2 ports/lang/gcc

cvs commit: ports/www/p5-HTML-TreeBuilder-XPath Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:46:23 UTC FreeBSD ports repository Modified files: www/p5-HTML-TreeBuilder-XPath Makefile distinfo Log: - Update to 0.14 - Pet portlint Changes:http://search.cpan.org/dist/HTML-TreeBuilder-XPath/Changes Revision ChangesPath 1.13

cvs commit: ports/net/p5-XML-Compile-SOAP Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:45:20 UTC FreeBSD ports repository Modified files: net/p5-XML-Compile-SOAP Makefile distinfo Log: - Update to 2.25 - Add BUILD_DEPENDS and TEST_DEPENDS Changes:http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog Revision ChangesPa

cvs commit: ports/databases/p5-Class-DBI-Lite Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:44:08 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Lite Makefile distinfo Log: - Update to 1.022 - Pet portlint Changes:http://search.cpan.org/dist/Class-DBI-Lite/Changes Revision ChangesPath 1.16 +2 -2

Re: cvs commit: ports/finance/quantlib Makefile distinfo pkg-plist

2011-09-24 Thread Gerald Pfeifer
For the record, this is now obsolete after amdmi3's general cleanup in this area earlier this week. Gerald On Sun, 4 Sep 2011, Gerald Pfeifer wrote: > Philippe, I see you did not make the change Brendan asked for; may > I apply the patch below? > > Index: Makefile > =

cvs commit: ports/www/p5-FCGI Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:41:43 UTC FreeBSD ports repository Modified files: www/p5-FCGI Makefile distinfo Log: - Update to 0.74 Changes:http://search.cpan.org/dist/FCGI/ChangeLog Revision ChangesPath 1.6 +1 -1 ports/www/p5-FCGI/Makefile

cvs commit: ports/devel/p5-CPAN-Meta Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:41:13 UTC FreeBSD ports repository Modified files: devel/p5-CPAN-Meta Makefile distinfo Log: - Update to 2.112621 Changes:http://search.cpan.org/dist/CPAN-Meta/Changes Revision ChangesPath 1.16 +1 -2 ports/devel/p5-CPAN-M

cvs commit: ports/sysutils/wmbsdbatt Makefile ports/sysutils/wmbsdbatt/files patch-zz-temperature

2011-09-24 Thread Soeren Straarup
xride 2011-09-24 17:35:24 UTC FreeBSD ports repository Modified files: sysutils/wmbsdbatt Makefile Added files: sysutils/wmbsdbatt/files patch-zz-temperature Log: Added a run time option '-c' to use the temperature of cpu.0 and not acpi. Revision ChangesPath

cvs commit: ports/graphics/p5-Image-ExifTool Makefile

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:33:17 UTC FreeBSD ports repository Modified files: graphics/p5-Image-ExifTool Makefile Log: - Add comments about graphics/p5-Image-ExifTool-devel - Pet portlint - Explicitly declare that mantags: should run after install: - Move Image::ExifTool::MIEUni

cvs commit: ports/devel/p5-perlbrew Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:29:40 UTC FreeBSD ports repository Modified files: devel/p5-perlbrewMakefile distinfo Log: - Update to 0.28 - Add TEST_DEPENDS Changes:http://search.cpan.org/dist/App-perlbrew/Changes PR: ports/160613 Submitted by: sunpoe

cvs commit: ports/devel/p5-Devel-CheckOS Makefile distinfo pkg-plist

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:28:32 UTC FreeBSD ports repository Modified files: devel/p5-Devel-CheckOS Makefile distinfo pkg-plist Log: - Update to 1.64 Changes:http://search.cpan.org/dist/Devel-CheckOS/CHANGES PR: ports/160609 Submitted by: sunpoet (mysel

cvs commit: ports/devel/p5-Debug-Client Makefile distinfo pkg-descr

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:21:31 UTC FreeBSD ports repository Modified files: devel/p5-Debug-Client Makefile distinfo pkg-descr Log: - Update to 0.12 - Add TEST_DEPENDS - Add CPAN as primary WWW Changes:http://search.cpan.org/dist/Debug-Client/Changes PR:

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml

2011-09-24 Thread Pawel Pekala
pawel 2011-09-24 17:20:57 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Gautam Mani for games/stockfish PR: ports/159575 Approved by:miwi, wen (mentors implicit) Re

cvs commit: ports/textproc/p5-Template-Tiny Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:20:09 UTC FreeBSD ports repository Modified files: textproc/p5-Template-Tiny Makefile distinfo Log: - Update to 1.12 Changes:http://search.cpan.org/dist/Template-Tiny/Changes PR: ports/160602 Submitted by: sunpoet (myself) Ap

cvs commit: ports/sysutils/savelogs Makefile distinfo pkg-plist

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:19:08 UTC FreeBSD ports repository Modified files: sysutils/savelogsMakefile distinfo pkg-plist Log: - Update to 1.97 - Respect PORTEXAMPLES Changes:http://search.cpan.org/dist/savelogs/Changes PR: ports/160601 Submitted by

cvs commit: ports/mail/imapsync Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 17:17:52 UTC FreeBSD ports repository Modified files: mail/imapsyncMakefile distinfo Log: - Update to 1.456 Changes:http://ks.lamiral.info/imapsync/ChangeLog PR: ports/160600 Submitted by: sunpoet (myself) Approved by:

cvs commit: ports/games Makefile ports/games/stockfish Makefile distinfo pkg-descr pkg-plist

2011-09-24 Thread Pawel Pekala
pawel 2011-09-24 17:17:03 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/stockfish Makefile distinfo pkg-descr pkg-plist Log: Stockfish is an open-source UCI chess engine based on Glaurung. Stockfish is an alpha-beta

cvs commit: ports/ftp/wzdftpd Makefile

2011-09-24 Thread Roman Bogorodskiy
novel 2011-09-24 17:16:46 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile Log: Drop maintainership as I'm not using this software anymore. Revision ChangesPath 1.66 +1 -1 ports/ftp/wzdftpd/Makefile ___

cvs commit: ports/x11/xpra Makefile distinfo pkg-plist

2011-09-24 Thread Steve Wills
swills 2011-09-24 15:55:02 UTC FreeBSD ports repository Modified files: x11/xpra Makefile distinfo pkg-plist Log: - Update to 0.0.7.27 - Sort plist Revision ChangesPath 1.9 +1 -1 ports/x11/xpra/Makefile 1.8 +2 -2 ports/x11/xpra/d

Re: cvs commit: ports/databases/py-axiom Makefile

2011-09-24 Thread wen heping
There is update version upstream for 0.6.0. wen 2011/9/24 Eitan Adler : > eadler      2011-09-24 15:06:44 UTC > >  FreeBSD ports repository > >  Modified files: >    databases/py-axiom   Makefile >  Log: >  - deprecate port as it fails to build and distfile is unfetchable > >  PR:             por

cvs commit: ports/www/p5-Protocol-WebSocket Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 15:30:44 UTC FreeBSD ports repository Modified files: www/p5-Protocol-WebSocket Makefile distinfo Log: - Update to 0.00904 Changes:http://search.cpan.org/dist/Protocol-WebSocket/Changes PR: ports/160949 Submitted by: sunpoet (myse

cvs commit: ports/math/p5-Math-Prime-XS Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 15:29:53 UTC FreeBSD ports repository Modified files: math/p5-Math-Prime-XS Makefile distinfo Log: - Update to 0.25 Changes:http://search.cpan.org/dist/Math-Prime-XS/Changes Revision ChangesPath 1.2 +1 -1 ports/math/p5-Math-P

cvs commit: ports/devel/p5-Module-Install-XSUtil Makefile distinfo

2011-09-24 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-24 15:29:27 UTC FreeBSD ports repository Modified files: devel/p5-Module-Install-XSUtil Makefile distinfo Log: - Update to 0.40 Changes:http://search.cpan.org/dist/Module-Install-XSUtil/Changes Revision ChangesPath 1.4 +1 -2 por

cvs commit: ports/databases/py-axiom Makefile

2011-09-24 Thread Eitan Adler
eadler 2011-09-24 15:06:44 UTC FreeBSD ports repository Modified files: databases/py-axiom Makefile Log: - deprecate port as it fails to build and distfile is unfetchable PR: ports/160260 Submitted by: Ruslan Mahmatkhanov Approved by:maintainer time

cvs commit: ports/audio/clunk Makefile distinfo pkg-plist ports/audio/clunk/files patch-SConstruct patch-sse_fft_context.cpp

2011-09-24 Thread Dmitry Marakasov
amdmi3 2011-09-24 14:46:48 UTC FreeBSD ports repository Modified files: audio/clunk Makefile distinfo pkg-plist Removed files: audio/clunk/filespatch-SConstruct patch-sse_fft_context.cpp Log: - Update to 1.2.130 Revision Change

cvs commit: ports/games/hedgewars Makefile distinfo pkg-plist

2011-09-24 Thread Dmitry Marakasov
amdmi3 2011-09-24 14:20:06 UTC FreeBSD ports repository Modified files: games/hedgewars Makefile distinfo Removed files: games/hedgewars pkg-plist Log: - Update to 0.9.16 - Switch to dynamic plist Revision ChangesPath 1.28 +10 -3 ports/gam

cvs commit: ports/graphics/rubygem-dragonfly Makefile distinfo

2011-09-24 Thread Steve Wills
swills 2011-09-24 14:18:56 UTC FreeBSD ports repository Modified files: graphics/rubygem-dragonfly Makefile distinfo Log: - Update to 0.9.8 PR: ports/160637 Submitted by: Jason Helfman (maintainer) Revision ChangesPath 1.8 +1 -1 ports

cvs commit: ports/devel/p5-Module-Install Makefile

2011-09-24 Thread Steve Wills
swills 2011-09-24 12:55:16 UTC FreeBSD ports repository Modified files: devel/p5-Module-Install Makefile Log: - Update dependencies as some of them are conditional - Bump PORTREVISION for dependency change PR: ports/160952 Submitted by: sunpoet Revisi

cvs commit: ports/comms/qrq Makefile distinfo ports/comms/qrq/files patch-Makefile

2011-09-24 Thread Diane Bruce
db 2011-09-24 12:49:17 UTC FreeBSD ports repository Modified files: comms/qrqMakefile distinfo comms/qrq/files patch-Makefile Log: - Update from 0.2.0 to 0.2.1 - Change log from upstream ,

cvs commit: ports/lang/open-cobol-devel Makefile

2011-09-24 Thread Pawel Pekala
pawel 2011-09-24 11:25:23 UTC FreeBSD ports repository Modified files: lang/open-cobol-devel Makefile Log: Mark BROKEN and DEPRECATED, set EXPIRATION_DATE to 2011-10-23 PR: ports/160966 Submitted by: gjb@ (maintainer) Approved by:miwi, wen (mentors im

cvs commit: ports/www/xpi-mozex Makefile

2011-09-24 Thread Pawel Pekala
pawel 2011-09-24 11:20:07 UTC FreeBSD ports repository Modified files: www/xpi-mozexMakefile Log: Deprecate, not compatible with Firefox > 3. PR: ports/160957 Submitted by: Simon Olofsson (maintainer) Approved by:miwi, wen (mentors implicit)

cvs commit: ports/www/xpi-mousegestures Makefile

2011-09-24 Thread Pawel Pekala
pawel 2011-09-24 11:17:00 UTC FreeBSD ports repository Modified files: www/xpi-mousegestures Makefile Log: Deprecate, not compatible with Firefox > 2. PR: ports/160956 Submitted by: Simon Olofsson (maintainer) Approved by:miwi, wen (mentors implicit)

cvs commit: ports/devel/gitolite Makefile distinfo pkg-plist

2011-09-24 Thread Dennis Herrmann
dhn 2011-09-24 11:16:01 UTC FreeBSD ports repository Modified files: devel/gitolite Makefile distinfo pkg-plist Log: - Update to 2.0.3 PR: ports/160940 Submitted by: milki (maintainer) Revision ChangesPath 1.2 +2 -2 ports/dev

cvs commit: ports/lang/fasm Makefile distinfo

2011-09-24 Thread Dennis Herrmann
dhn 2011-09-24 10:16:23 UTC FreeBSD ports repository Modified files: lang/fasmMakefile distinfo Log: - Update to 1.69.34 PR: ports/160958 Submitted by: Aldis Berjoza (maintainer) Revision ChangesPath 1.22 +1 -1 ports/lan

cvs commit: ports/games/galaxis Makefile

2011-09-24 Thread Dennis Herrmann
dhn 2011-09-24 10:06:21 UTC FreeBSD ports repository Modified files: games/galaxisMakefile Log: - Reset maintainership to ports@ PR: ports/160965 Submitted by: Glen Barber (maintainer) Revision ChangesPath 1.19 +1 -1 ports/g

cvs commit: ports/mail/heirloom-mailx/files patch-makeconfig patch-openssl.c

2011-09-24 Thread Alexander Logvinov
avl 2011-09-24 09:43:01 UTC FreeBSD ports repository Added files: mail/heirloom-mailx/files patch-makeconfig patch-openssl.c Log: - Fix build with OpenSSL 1.x PR: ports/158933 Submitted by: D'Arcy Cain Obtained from: heirloom-mailx CVS Revision

cvs commit: ports/security/cyrus-sasl2 Makefile distinfo pkg-plist ports/security/cyrus-sasl2/files patch-configure patch-lib::Makefile.in patch-plugins-digestmd5.c patch-plugins::gssapi.c patch-plugi

2011-09-24 Thread Hajimu UMEMOTO
ume 2011-09-24 09:13:35 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile distinfo pkg-plist security/cyrus-sasl2/files patch-configure patch-saslauthd::Makefile.in patch-saslauthd::confi