cvs commit: ports/devel/gdb Makefile ports/devel/gdb/files fbsd-threads.c

2012-06-23 Thread Michael Scheidell
scheidell2012-06-23 09:12:05 UTC

  FreeBSD ports repository

  Modified files:
devel/gdbMakefile 
devel/gdb/files  fbsd-threads.c 
  Log:
  - Fix Segfault [1]
  - Update to OptionsNG [2]
  
  PR: ports/168444 [1]
  PR: ports/169265 [2]
  Reported by:bgmo...@codexterous.com [1]
  Submitted by:   Luca Pizzamiglio luca.pizzamig...@gmail.com (maintainer)
  
  Revision  ChangesPath
  1.18  +14 -13ports/devel/gdb/Makefile
  1.4   +5 -1  ports/devel/gdb/files/fbsd-threads.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/hrktorrent Makefile ports/net-p2p/sharktorrent Makefile

2012-06-23 Thread Doug Barton
dougb   2012-06-23 09:36:34 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/hrktorrent   Makefile 
net-p2p/sharktorrent Makefile 
  Log:
  As previously announced, deprecate ports relying on libtorrent-rasterbar-14,
  which is scheduled to be removed.
  
  Revision  ChangesPath
  1.10  +3 -0  ports/net-p2p/hrktorrent/Makefile
  1.15  +3 -0  ports/net-p2p/sharktorrent/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports MOVED UPDATING ports/sysutils Makefile ports/sysutils/xfce4-utils Makefile distinfo pkg-descr pkg-plist ports/sysutils/xfce4-utils/files patch-scripts__xinitrc.in.in

2012-06-23 Thread Doug Barton
dougb   2012-06-23 10:43:21 UTC

  FreeBSD ports repository

  Modified files:
.MOVED UPDATING 
sysutils Makefile 
  Removed files:
sysutils/xfce4-utils Makefile distinfo pkg-descr pkg-plist 
sysutils/xfce4-utils/files patch-scripts__xinitrc.in.in 
  Log:
  The sysutils/xfce4-utils port has been discontinued, and installs files that
  conflict with the new versions of misc/xfce4-appfinder and
  x11-wm/xfce4-session.
  
  Approved by:silence on xfce@
  
  Revision  ChangesPath
  1.2891+2 -1  ports/MOVED
  1.1257+11 -15ports/UPDATING
  1.1419+0 -1  ports/sysutils/Makefile
  1.64  +0 -78 ports/sysutils/xfce4-utils/Makefile (dead)
  1.25  +0 -2  ports/sysutils/xfce4-utils/distinfo (dead)
  1.2   +0 -16 
ports/sysutils/xfce4-utils/files/patch-scripts__xinitrc.in.in (dead)
  1.4   +0 -5  ports/sysutils/xfce4-utils/pkg-descr (dead)
  1.30  +0 -213ports/sysutils/xfce4-utils/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net Makefile ports/net/py-port-for Makefile distinfo pkg-descr pkg-plist

2012-06-23 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-23 12:11:20 UTC

  FreeBSD ports repository

  Modified files:
net  Makefile 
  Added files:
net/py-port-for  Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add py-port-for 0.3
  
  A command-line utility and a python library that helps with local TCP ports
  management. It can find an unused TCP localhost port and remember the
  association.
  
  WWW: https://github.com/kmike/port-for/
  
  PR: ports/169194
  Submitted by:   koobs koobs.free...@gmail.com
  
  Revision  ChangesPath
  1.2476+1 -0  ports/net/Makefile
  1.1   +26 -0 ports/net/py-port-for/Makefile (new)
  1.1   +2 -0  ports/net/py-port-for/distinfo (new)
  1.1   +5 -0  ports/net/py-port-for/pkg-descr (new)
  1.1   +32 -0 ports/net/py-port-for/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/devel/py-twistedCore pkg-plist

2012-06-23 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-23 12:36:04 UTC

  FreeBSD ports repository

  Modified files:
devel/py-twistedCore pkg-plist 
  Log:
  - Fix PLIST
  
  Revision  ChangesPath
  1.13  +0 -1  ports/devel/py-twistedCore/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/devel Makefile ports/devel/rebar Makefile distinfo pkg-descr

2012-06-23 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-23 12:38:35 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/rebar  Makefile distinfo pkg-descr 
  Log:
  - Add rebar 2.0.0
  
  rebar is an Erlang build tool that makes it easy to compile and test Erlang
  applications, port drivers and releases.
  
  rebar is a self-contained Erlang script, so it's easy to distribute or even
  embed directly in a project. Where possible, rebar uses standard Erlang/OTP
  conventions for project structures, thus minimizing the amount of build
  configuration work. rebar also provides dependency management, enabling
  application writers to easily re-use common libraries from a variety of
  locations (git, hg, etc).
  
  WWW: https://github.com/basho/rebar
  
  PR: ports/168905
  Submitted by:   koobs koobs.free...@gmail.com
  
  Revision  ChangesPath
  1.4995+1 -0  ports/devel/Makefile
  1.1   +30 -0 ports/devel/rebar/Makefile (new)
  1.1   +2 -0  ports/devel/rebar/distinfo (new)
  1.1   +11 -0 ports/devel/rebar/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/games/pokerth Makefile distinfo pkg-plist ports/games/pokerth/files patch-pokerth_game.pro

2012-06-23 Thread Guido Falsi
madpilot2012-06-23 13:00:09 UTC

  FreeBSD ports repository

  Modified files:
games/pokerthMakefile distinfo pkg-plist 
games/pokerth/files  patch-pokerth_game.pro 
  Log:
  Update to 0.9.5
  
  Approved by:crees (mentor)
  
  Revision  ChangesPath
  1.40  +1 -2  ports/games/pokerth/Makefile
  1.15  +2 -2  ports/games/pokerth/distinfo
  1.3   +15 -15ports/games/pokerth/files/patch-pokerth_game.pro
  1.8   +76 -0 ports/games/pokerth/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/multimedia/libxine Makefile distinfo ports/audio/amarok Makefile ports/audio/clementine-player Makefile ports/audio/gogglesmm Makefile ports/multimedia/emotion Makefile ports/multime

2012-06-23 Thread Juergen Lock
nox 2012-06-23 13:21:04 UTC

  FreeBSD ports repository

  Modified files:
multimedia/libxine   Makefile distinfo 
audio/amarok Makefile 
audio/clementine-player Makefile 
audio/gogglesmm  Makefile 
multimedia/emotion   Makefile 
multimedia/gxine Makefile 
multimedia/k9copy-kde4 Makefile 
multimedia/kaffeine  Makefile 
multimedia/konverter Makefile 
multimedia/phonon-xine Makefile 
multimedia/qdvdauthor Makefile 
multimedia/quark Makefile 
multimedia/vdr-plugin-xineliboutput Makefile pkg-plist 
multimedia/xfce4-media Makefile 
multimedia/xine  Makefile 
multimedia/xine_artsplugin Makefile 
www/npapi-xine   Makefile 
x11/kde4-runtime Makefile 
multimedia/libxine/files patch-configure 
  Added files:
multimedia/libxine/files 
 ffmpeg-vaapi_xine-lib-1.2.2-defaultoff.diff 
  Removed files:
multimedia/libxine/files 
 ffmpeg-vaapi_xine-lib-1.2.1-defaultoff.diff 
 patch-4bf51c8a7dad 
 patch-src_audio_out_audio_oss_out.c 
  Log:
  - Update multimedia/libxine to 1.2.2 .
  - Bump PORTREVISION for ports depending on it by default.
  
  Revision  ChangesPath
  1.118 +1 -1  ports/audio/amarok/Makefile
  1.20  +1 -1  ports/audio/clementine-player/Makefile
  1.45  +1 -1  ports/audio/gogglesmm/Makefile
  1.24  +1 -1  ports/multimedia/emotion/Makefile
  1.67  +1 -1  ports/multimedia/gxine/Makefile
  1.29  +1 -1  ports/multimedia/k9copy-kde4/Makefile
  1.73  +1 -1  ports/multimedia/kaffeine/Makefile
  1.32  +1 -1  ports/multimedia/konverter/Makefile
  1.185 +3 -4  ports/multimedia/libxine/Makefile
  1.45  +2 -2  ports/multimedia/libxine/distinfo
  1.2   +0 -5990   
ports/multimedia/libxine/files/ffmpeg-vaapi_xine-lib-1.2.1-defaultoff.diff 
(dead)
  1.1   +5997 -0   
ports/multimedia/libxine/files/ffmpeg-vaapi_xine-lib-1.2.2-defaultoff.diff (new)
  1.2   +0 -38 ports/multimedia/libxine/files/patch-4bf51c8a7dad (dead)
  1.15  +9 -0  ports/multimedia/libxine/files/patch-configure
  1.5   +0 -113
ports/multimedia/libxine/files/patch-src_audio_out_audio_oss_out.c (dead)
  1.24  +1 -1  ports/multimedia/phonon-xine/Makefile
  1.33  +1 -1  ports/multimedia/qdvdauthor/Makefile
  1.38  +1 -1  ports/multimedia/quark/Makefile
  1.19  +1 -1  ports/multimedia/vdr-plugin-xineliboutput/Makefile
  1.7   +4 -4  ports/multimedia/vdr-plugin-xineliboutput/pkg-plist
  1.51  +1 -1  ports/multimedia/xfce4-media/Makefile
  1.111 +2 -1  ports/multimedia/xine/Makefile
  1.41  +1 -1  ports/multimedia/xine_artsplugin/Makefile
  1.16  +1 -1  ports/www/npapi-xine/Makefile
  1.256 +1 -0  ports/x11/kde4-runtime/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/multimedia/vdr-plugin-xineliboutput Makefile ports/multimedia/vdr-plugin-xineliboutput/files keymap

2012-06-23 Thread Juergen Lock
nox 2012-06-23 14:01:06 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vdr-plugin-xineliboutput Makefile 
multimedia/vdr-plugin-xineliboutput/files keymap 
  Log:
  - Update example ~/.xine/keymap for xine-ui version 0.99.7 .
  - Bump PORTREVISION.
  
  Revision  ChangesPath
  1.20  +1 -1  ports/multimedia/vdr-plugin-xineliboutput/Makefile
  1.3   +50 -2 ports/multimedia/vdr-plugin-xineliboutput/files/keymap
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/databases/py-riak Makefile distinfo pkg-plist

2012-06-23 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-23 14:02:01 UTC

  FreeBSD ports repository

  Modified files:
databases/py-riakMakefile distinfo pkg-plist 
  Log:
  - Update to 1.4.1
  - Change MASTER_SITES to CHEESESHOP
  - Add LICENSE
  
  Changes:
https://github.com/basho/riak-python-client/blob/master/RELEASE_NOTES.md
  PR: ports/169262
  Submitted by:   koobs koobs.free...@gmail.com
  Approved by:TJ Ninneman error.h...@gmail.com (maintainer)
  
  Revision  ChangesPath
  1.2   +7 -5  ports/databases/py-riak/Makefile
  1.2   +2 -2  ports/databases/py-riak/distinfo
  1.2   +77 -1 ports/databases/py-riak/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/emulators/wine-devel Makefile distinfo

2012-06-23 Thread Gerald Pfeifer
gerald  2012-06-23 14:45:02 UTC

  FreeBSD ports repository

  Modified files:
emulators/wine-devel Makefile distinfo 
  Log:
  Update to Wine 1.5.7.  This includes the following changes:
   - New version of the Gecko engine based on Firefox 13.
   - Dynamic device support with UDisks2.
   - More stream classes implemented in the C++ runtime.
   - Support for metadata in TIFF files.
   - Fleshed out WBEM implementation.
   - Improved support for printer paper sizes.
   - Various bug fixes.
  
  Revision  ChangesPath
  1.413 +1 -1  ports/emulators/wine-devel/Makefile
  1.262 +2 -2  ports/emulators/wine-devel/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/graphics/tiff Makefile distinfo pkg-plist ports/graphics/tiff/files patch-CVE-2012-1173

2012-06-23 Thread Dirk Meyer
dinoex  2012-06-23 14:52:05 UTC

  FreeBSD ports repository

  Modified files:
graphics/tiffMakefile distinfo pkg-plist 
  Removed files:
graphics/tiff/files  patch-CVE-2012-1173 
  Log:
  - update to 4.0.2
  
  Revision  ChangesPath
  1.85  +1 -2  ports/graphics/tiff/Makefile
  1.34  +2 -2  ports/graphics/tiff/distinfo
  1.2   +0 -77 ports/graphics/tiff/files/patch-CVE-2012-1173 (dead)
  1.36  +2 -0  ports/graphics/tiff/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/graphics/netpbm Makefile distinfo ports/graphics/netpbm/files patch-Makefile.common

2012-06-23 Thread Dirk Meyer
dinoex  2012-06-23 14:54:03 UTC

  FreeBSD ports repository

  Modified files:
graphics/netpbm  Makefile distinfo 
graphics/netpbm/files patch-Makefile.common 
  Log:
  - update to 10.35.85
  
  Revision  ChangesPath
  1.207 +1 -2  ports/graphics/netpbm/Makefile
  1.123 +2 -2  ports/graphics/netpbm/distinfo
  1.5   +7 -7  ports/graphics/netpbm/files/patch-Makefile.common
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/ports-mgmt/wanted-ports Makefile ports/ports-mgmt/wanted-ports/files wanted-ports.in

2012-06-23 Thread Matthew Seaman
matthew 2012-06-23 15:18:29 UTC

  FreeBSD ports repository

  Modified files:
ports-mgmt/wanted-ports Makefile 
ports-mgmt/wanted-ports/files wanted-ports.in 
  Log:
  - Make wanted-ports compatible with pkgng by dropping dependency
on old pkg tools.
  
  Approved by: shaun (mentor)
  Submitted by:  Bryan Drewery
  PR:   ports/169301
  
  Revision  ChangesPath
  1.4   +1 -1  ports/ports-mgmt/wanted-ports/Makefile
  1.2   +3 -9  ports/ports-mgmt/wanted-ports/files/wanted-ports.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/mail/opensmtpd Makefile distinfo

2012-06-23 Thread Ashish SHUKLA
ashish  2012-06-23 16:16:01 UTC

  FreeBSD ports repository

  Modified files:
mail/opensmtpd   Makefile distinfo 
  Log:
  - Update to latest snapshot 201206212223
  
  Revision  ChangesPath
  1.5   +1 -1  ports/mail/opensmtpd/Makefile
  1.4   +2 -2  ports/mail/opensmtpd/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org



cvs commit: ports/polish/libgadu Makefile distinfo

2012-06-23 Thread Pawel Pekala
pawel   2012-06-23 17:37:23 UTC

  FreeBSD ports repository

  Modified files:
polish/libgadu   Makefile distinfo 
  Log:
  - Update to version 1.11.2
  - Remove OPENSSL option description (use global one)
  
  Revision  ChangesPath
  1.20  +1 -2  ports/polish/libgadu/Makefile
  1.12  +2 -2  ports/polish/libgadu/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/audio/teamspeak3-server Makefile distinfo pkg-plist

2012-06-23 Thread Beech Rintoul
beech   2012-06-23 18:05:46 UTC

  FreeBSD ports repository

  Modified files:
audio/teamspeak3-server Makefile distinfo pkg-plist 
  Log:
  - Upadate to 3.0.5
  
  PR: ports/169267
  Submitted by:   Richard Hirner hir...@bitfire.at (maintainer)
  
  Revision  ChangesPath
  1.24  +1 -1  ports/audio/teamspeak3-server/Makefile
  1.14  +4 -4  ports/audio/teamspeak3-server/distinfo
  1.11  +112 -112  ports/audio/teamspeak3-server/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/databases/py-carbon Makefile distinfo pkg-plist ports/databases/py-carbon/files patch-setup.py

2012-06-23 Thread Jason Helfman
jgh 2012-06-23 19:08:17 UTC

  FreeBSD ports repository

  Modified files:
databases/py-carbon  Makefile distinfo pkg-plist 
databases/py-carbon/files patch-setup.py 
  Log:
  - update to 0.9.10
  - while here adjust BUILD_DEPENDS
  
  PR: ports/169311
  Submitted by:   brd@
  Approved by:maintainer, bsdpo...@wayfair.com
  
  Revision  ChangesPath
  1.2   +2 -2  ports/databases/py-carbon/Makefile
  1.2   +2 -2  ports/databases/py-carbon/distinfo
  1.2   +5 -5  ports/databases/py-carbon/files/patch-setup.py
  1.2   +6 -0  ports/databases/py-carbon/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/databases/py-carbon Makefile

2012-06-23 Thread Jason Helfman
jgh 2012-06-23 19:12:43 UTC

  FreeBSD ports repository

  Modified files:
databases/py-carbon  Makefile 
  Log:
  - pet portlint on whitespace
  
  PR: ports/169311
  Submitted by: jgh@
  
  Revision  ChangesPath
  1.3   +12 -12ports/databases/py-carbon/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/sysutils/acpi_call Makefile

2012-06-23 Thread Jason Helfman
jgh 2012-06-23 19:17:23 UTC

  FreeBSD ports repository

  Modified files:
sysutils/acpi_call   Makefile 
  Log:
  - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
  
  PR: ports/169219
  Submitted by:   jgh@
  Approved by:maintainer, gelraen...@gmail.com
  
  Revision  ChangesPath
  1.6   +3 -1  ports/sysutils/acpi_call/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/textproc/freexl Makefile distinfo pkg-descr

2012-06-23 Thread Jason Helfman
jgh 2012-06-23 19:32:21 UTC

  FreeBSD ports repository

  Modified files:
textproc/freexl  Makefile distinfo pkg-descr 
  Log:
  - update to 1.0.0d
  - adjust MASTER_SITES and pkg-descr
  - add WWW for project
  
  PR: ports/169277
  Submitted by:   maintainer, co...@tuxfamily.org
  
  Revision  ChangesPath
  1.3   +2 -2  ports/textproc/freexl/Makefile
  1.3   +2 -2  ports/textproc/freexl/distinfo
  1.2   +3 -1  ports/textproc/freexl/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/devel/p5-Config-IniFiles Makefile distinfo

2012-06-23 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-06-23 19:41:57 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Config-IniFiles Makefile distinfo 
  Log:
  - Update to 2.77
  
  Changes:http://search.cpan.org/dist/Config-IniFiles/Changes
  PR: ports/169315
  Submitted by:   sunpoet (myself)
  Approved by:Cezary Morga c...@therek.net (maintainer)
  
  Revision  ChangesPath
  1.43  +2 -3  ports/devel/p5-Config-IniFiles/Makefile
  1.27  +2 -2  ports/devel/p5-Config-IniFiles/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/textproc Makefile ports/textproc/py-pyctpp2 Makefile distinfo pkg-descr

2012-06-23 Thread Ruslan Mahmatkhanov
rm  2012-06-23 21:48:29 UTC

  FreeBSD ports repository

  Modified files:
textproc Makefile 
  Added files:
textproc/py-pyctpp2  Makefile distinfo pkg-descr 
  Log:
  Python interface to CTPP2 library.
  
  WWW:http://pypi.python.org/pypi/pyctpp2
  
  PR: 168847
  Submitted by:   Gvozdikov Veniamin g.venia...@googlemail.com
  
  Revision  ChangesPath
  1.1725+1 -0  ports/textproc/Makefile
  1.1   +28 -0 ports/textproc/py-pyctpp2/Makefile (new)
  1.1   +2 -0  ports/textproc/py-pyctpp2/distinfo (new)
  1.1   +3 -0  ports/textproc/py-pyctpp2/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/games/gtklife Makefile

2012-06-23 Thread Eitan Adler
eadler  2012-06-23 22:43:07 UTC

  FreeBSD ports repository

  Modified files:
games/gtklifeMakefile 
  Log:
  Upgrade to OptionsNG
  
  Reviewed by:Bryan Drewery br...@shatow.net
  
  Revision  ChangesPath
  1.17  +5 -4  ports/games/gtklife/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/sysutils/salt Makefile distinfo pkg-plist ports/sysutils/salt/files patch-setup.py salt_minion.in

2012-06-23 Thread Ruslan Mahmatkhanov
rm  2012-06-23 22:44:27 UTC

  FreeBSD ports repository

  Modified files:
sysutils/saltMakefile distinfo pkg-plist 
sysutils/salt/files  salt_minion.in 
  Removed files:
sysutils/salt/files  patch-setup.py 
  Log:
  - update to 0.10.0 [1]
  - remove unneded BUILD_DEPENDS [2]
  - switch to setuptools [1]
  - install man-pages into proper locations. remove patch for setup.py [2]
  - add couple of flags to minion rc-script that allows to define egg cache
directory and the contents of PATH to fix runtime on diskless systems [1]
  
  PR: 169228 [1]
  169209 [2]
  Submitted by:   Scott Larson stl at wiredrive dot com [1]
  Denis Generalov gd at rambler-co dot ru [2]
  Approved by:Christer Edwards christer.edwards at gmail dot com 
(maintainer)
  
  Revision  ChangesPath
  1.10  +11 -9 ports/sysutils/salt/Makefile
  1.7   +2 -2  ports/sysutils/salt/distinfo
  1.5   +0 -29 ports/sysutils/salt/files/patch-setup.py (dead)
  1.3   +6 -1  ports/sysutils/salt/files/salt_minion.in
  1.7   +511 -454  ports/sysutils/salt/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: CVSROOT modules

2012-06-23 Thread Edwin Groothuis
edwin   2012-06-24 00:09:09 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Ports modules update at Sunday 24 June 2012 at 00:09
  Feature safe: yes
  
  Revision  ChangesPath
  1.21535   +8 -1  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-im/chattahoochie Makefile distinfo

2012-06-23 Thread Jason Helfman
jgh 2012-06-24 02:41:03 UTC

  FreeBSD ports repository

  Modified files:
net-im/chattahoochie Makefile distinfo 
  Log:
  - update to 1.4
  
  PR: ports/169352
  Submitted by:   maintainer, ji...@mammothcheese.ca
  
  Revision  ChangesPath
  1.7   +1 -1  ports/net-im/chattahoochie/Makefile
  1.7   +2 -2  ports/net-im/chattahoochie/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/www/drood Makefile distinfo pkg-message ports/www/drood/files pkg-message.in

2012-06-23 Thread Jason Helfman
jgh 2012-06-24 02:44:21 UTC

  FreeBSD ports repository

  Modified files:
www/droodMakefile distinfo 
  Added files:
www/droodpkg-message 
  Removed files:
www/drood/files  pkg-message.in 
  Log:
  - update to 3.3
  - while here drop sub_file of pkg-message, as there are no substitutions
  
  PR: ports/169353
  Submitted by:   maintainer, ji...@mammothcheese.ca
  
  Revision  ChangesPath
  1.67  +1 -4  ports/www/drood/Makefile
  1.66  +2 -2  ports/www/drood/distinfo
  1.2   +0 -6  ports/www/drood/files/pkg-message.in (dead)
  1.1   +6 -0  ports/www/drood/pkg-message (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/security/openconnect Makefile distinfo pkg-plist ports/security/openconnect/files patch-www_Makefile.am

2012-06-23 Thread Ryan Steinmetz
zi  2012-06-24 03:26:33 UTC

  FreeBSD ports repository

  Modified files:
security/openconnect Makefile distinfo pkg-plist 
security/openconnect/files patch-www_Makefile.am 
  Log:
  - Update to 4.00
  - Convert to OptionsNG
  
  Revision  ChangesPath
  1.16  +17 -16ports/security/openconnect/Makefile
  1.9   +2 -2  ports/security/openconnect/distinfo
  1.3   +4 -4  ports/security/openconnect/files/patch-www_Makefile.am
  1.4   +1 -1  ports/security/openconnect/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/Mk bsd.options.desc.mk

2012-06-23 Thread Eitan Adler
eadler  2012-06-24 04:27:37 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.options.desc.mk 
  Log:
  Fix descriptions that get cutoff and add instructions for new options.
  
  PR: ports/169360
  Submitted by:   Bryan Drewery br...@shatow.net
  
  Revision  ChangesPath
  1.80  +12 -5 ports/Mk/bsd.options.desc.mk
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/chinese/mutt Makefile

2012-06-23 Thread Rong-En Fan
rafan   2012-06-24 05:13:20 UTC

  FreeBSD ports repository

  Modified files:
chinese/mutt Makefile 
  Log:
  - Fix build due to mail/mutt-devel changes
  
  Submitted by:   cy@
  
  Revision  ChangesPath
  1.53  +2 -2  ports/chinese/mutt/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org