cvs commit: ports/devel Makefile ports/devel/p5-Benchmark-Timer Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Eitan Adler
eadler  2012-07-10 06:13:17 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/p5-Benchmark-Timer Makefile distinfo pkg-descr pkg-plist 
  Log:
  Benchmark::Timer class allows you to time portions of code conveniently, as
  well as benchmark code by allowing timings of repeated trials. It is perfect
  for when you need more precise information about the running time of portions
  of your code than the Benchmark module will give you, but don't want to go all
  out and profile your code.
  
  WWW:http://search.cpan.org/dist/Benchmark-Timer/
  
  Reviewed by:az (older version)
  
  Revision  ChangesPath
  1.5018+1 -0  ports/devel/Makefile
  1.1   +23 -0 ports/devel/p5-Benchmark-Timer/Makefile (new)
  1.1   +2 -0  ports/devel/p5-Benchmark-Timer/distinfo (new)
  1.1   +7 -0  ports/devel/p5-Benchmark-Timer/pkg-descr (new)
  1.1   +5 -0  ports/devel/p5-Benchmark-Timer/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/math Makefile ports/math/p5-Number-Uncertainty Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:33:02 UTC

  FreeBSD ports repository

  Modified files:
math Makefile 
  Added files:
math/p5-Number-Uncertainty Makefile distinfo pkg-descr 
   pkg-plist 
  Log:
  - Add p5-Number-Uncertainty 0.1
  
  Number::Uncertainty provides an object-orientated uncertainty object. It 
stores
  information about a value and its error bounds.
  
  WWW: http://search.cpan.org/dist/Number-Uncertainty/
  
  Revision  ChangesPath
  1.792 +1 -0  ports/math/Makefile
  1.1   +24 -0 ports/math/p5-Number-Uncertainty/Makefile (new)
  1.1   +2 -0  ports/math/p5-Number-Uncertainty/distinfo (new)
  1.1   +4 -0  ports/math/p5-Number-Uncertainty/pkg-descr (new)
  1.1   +5 -0  ports/math/p5-Number-Uncertainty/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/astro Makefile ports/astro/p5-Misc-Quality Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:34:55 UTC

  FreeBSD ports repository

  Modified files:
astroMakefile 
  Added files:
astro/p5-Misc-Quality Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Misc-Quality 0.1
  
  Misc::Quality provides a class for handling quality flags for astronomical
  objects. This class can handle any type of flag used.
  
  WWW: http://search.cpan.org/dist/Misc-Quality/
  
  Revision  ChangesPath
  1.167 +1 -0  ports/astro/Makefile
  1.1   +22 -0 ports/astro/p5-Misc-Quality/Makefile (new)
  1.1   +2 -0  ports/astro/p5-Misc-Quality/distinfo (new)
  1.1   +4 -0  ports/astro/p5-Misc-Quality/pkg-descr (new)
  1.1   +5 -0  ports/astro/p5-Misc-Quality/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/mail/p5-Mail-IMAPTalk Makefile distinfo pkg-descr

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:46:35 UTC

  FreeBSD ports repository

  Modified files:
mail/p5-Mail-IMAPTalk Makefile distinfo pkg-descr 
  Log:
  - Update to 3.01
  - Add LICENSE
  - Pet portlint: fit pkg-descr in 24 lines
  
  Changes:http://search.cpan.org/dist/Mail-IMAPTalk/Changes
  
  Revision  ChangesPath
  1.10  +6 -4  ports/mail/p5-Mail-IMAPTalk/Makefile
  1.4   +2 -2  ports/mail/p5-Mail-IMAPTalk/distinfo
  1.4   +20 -26ports/mail/p5-Mail-IMAPTalk/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/astro Makefile ports/astro/p5-Astro-WaveBand Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:57:31 UTC

  FreeBSD ports repository

  Modified files:
astroMakefile 
  Added files:
astro/p5-Astro-WaveBand Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Astro-WaveBand 0.08
  
  Class to transparently deal with the conversion between filters, wavelength,
  frequency and other methods of specifying a location in the electro-magentic
  spectrum.
  
  Astro::WaveBand tries to determine the natural form of the numbers such that a
  request for a summary of the object when it contains 2.2 microns would return
  the filter name but would return the wavelength if it was not a standard 
filter.
  In ambiguous cases an instrument name is required to decide what to return. In
  really ambiguous cases the user can specify the unit in which to display the
  numbers on stringification.
  
  Used mainly as a way of storing a single number in a database table but using
  logic to determine the number that an observer is most likely to understand.
  
  Numerical comparison operators can be used to compare two Astro::WaveBand
  objects. When checking equality, the natural and instrument methods are
  used, so if two Astro::WaveBand objects return the same value from those
  methods, they are considered to be equal. When checking other comparisons such
  as greater than, the wavelength is used.
  
  WWW: http://search.cpan.org/dist/Astro-WaveBand/
  
  Revision  ChangesPath
  1.168 +1 -0  ports/astro/Makefile
  1.1   +24 -0 ports/astro/p5-Astro-WaveBand/Makefile (new)
  1.1   +2 -0  ports/astro/p5-Astro-WaveBand/distinfo (new)
  1.1   +21 -0 ports/astro/p5-Astro-WaveBand/pkg-descr (new)
  1.1   +2 -0  ports/astro/p5-Astro-WaveBand/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/astro Makefile ports/astro/p5-Astro-Flux Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:58:16 UTC

  FreeBSD ports repository

  Modified files:
astroMakefile 
  Added files:
astro/p5-Astro-Flux  Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Astro-Flux 0.01
  
  Astro::Flux provides a class for handling astronomical flux quantities. This
  class does not currently support conversions from one flux type to another 
(say,
  from magnitudes to Janskies) but may in the future.
  
  WWW: http://search.cpan.org/dist/Astro-Flux/
  
  Revision  ChangesPath
  1.169 +1 -0  ports/astro/Makefile
  1.1   +29 -0 ports/astro/p5-Astro-Flux/Makefile (new)
  1.1   +2 -0  ports/astro/p5-Astro-Flux/distinfo (new)
  1.1   +5 -0  ports/astro/p5-Astro-Flux/pkg-descr (new)
  1.1   +7 -0  ports/astro/p5-Astro-Flux/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/astro Makefile ports/astro/p5-Astro-PAL Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:58:59 UTC

  FreeBSD ports repository

  Modified files:
astroMakefile 
  Added files:
astro/p5-Astro-PAL   Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Astro-PAL 1.05
  
  Astro::PAL provides a Perl interface to either the Starlink PAL positional
  astronomy library.
  
  Return values are returned on the stack rather than being modified in place.
  
  In addition small utility subroutines are provided that do useful tasks (from
  the author's point of view) - specifically routines for calculating the Local
  Sidereal Time.
  
  WWW: http://search.cpan.org/dist/Astro-PAL/
  
  Revision  ChangesPath
  1.170 +1 -0  ports/astro/Makefile
  1.1   +24 -0 ports/astro/p5-Astro-PAL/Makefile (new)
  1.1   +2 -0  ports/astro/p5-Astro-PAL/distinfo (new)
  1.1   +10 -0 ports/astro/p5-Astro-PAL/pkg-descr (new)
  1.1   +7 -0  ports/astro/p5-Astro-PAL/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/astro Makefile ports/astro/p5-Astro-Telescope Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 06:59:30 UTC

  FreeBSD ports repository

  Modified files:
astroMakefile 
  Added files:
astro/p5-Astro-Telescope Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Astro-Telescope 0.71
  
  Astro::Telescope is a class for handling properties of individual telescopes
  such as longitude, latitude, height and observational limits.
  
  WWW: http://search.cpan.org/dist/Astro-Telescope/
  
  Revision  ChangesPath
  1.171 +1 -0  ports/astro/Makefile
  1.1   +27 -0 ports/astro/p5-Astro-Telescope/Makefile (new)
  1.1   +2 -0  ports/astro/p5-Astro-Telescope/distinfo (new)
  1.1   +4 -0  ports/astro/p5-Astro-Telescope/pkg-descr (new)
  1.1   +4 -0  ports/astro/p5-Astro-Telescope/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/astro Makefile ports/astro/p5-Astro-Coords Makefile distinfo pkg-descr pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 07:00:17 UTC

  FreeBSD ports repository

  Modified files:
astroMakefile 
  Added files:
astro/p5-Astro-Coords Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Astro-Coords 0.15
  
  Astro::Coords is a class for manipulating and transforming astronomical
  coordinates. Can handle the following coordinate types:
  - Equatorial RA/Dec, galactic (including proper motions and parallax)
  - Planets
  - Comets/Asteroids
  - Fixed locations in azimuth and elevations
  - Interpolated apparent coordinates
  
  For time dependent calculations a telescope location and reference time must 
be
  provided. See Astro::Telescope and DateTime for details on specifying location
  and reference epoch.
  
  WWW: http://search.cpan.org/dist/Astro-Coords/
  
  Revision  ChangesPath
  1.172 +1 -0  ports/astro/Makefile
  1.1   +47 -0 ports/astro/p5-Astro-Coords/Makefile (new)
  1.1   +2 -0  ports/astro/p5-Astro-Coords/distinfo (new)
  1.1   +13 -0 ports/astro/p5-Astro-Coords/pkg-descr (new)
  1.1   +13 -0 ports/astro/p5-Astro-Coords/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/mercurial Makefile distinfo ports/devel/mercurial/files patch-setup.py

2012-07-10 Thread Ruslan Mahmatkhanov
rm  2012-07-10 07:05:59 UTC

  FreeBSD ports repository

  Modified files:
devel/mercurial  Makefile distinfo 
devel/mercurial/files patch-setup.py 
  Log:
  - update to 2.2.3 [1]
  - fix WITHOUT_NLS handling if gettext is installed [2]
  
  There is upstream bug-report regarding to NLS case:
  http://bz.selenic.com/show_bug.cgi?id=3536
  
  PR: 169661 [1]
  PR: 168977 [2]
  Submitted by:   John Hein jhein at symmetricom dot com [1],
  arrowdodger 6yearold at gmail dot com [2]
  
  Revision  ChangesPath
  1.73  +4 -2  ports/devel/mercurial/Makefile
  1.48  +2 -2  ports/devel/mercurial/distinfo
  1.2   +11 -3 ports/devel/mercurial/files/patch-setup.py
___
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.pkgng.mk

2012-07-10 Thread Baptiste Daroussin
bapt2012-07-10 08:48:54 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.pkgng.mk 
  Log:
  Fix PKG_IGNORE with pkgng
  
  Submitted by:   des@
  
  Revision  ChangesPath
  1.9   +4 -4  ports/Mk/bsd.pkgng.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/devel Makefile ports/devel/rubygem-iobuffer Makefile distinfo pkg-descr

2012-07-10 Thread Jun Kuriyama
kuriyama2012-07-10 10:18:13 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/rubygem-iobuffer Makefile distinfo pkg-descr 
  Log:
  IO::Buffer is a fast byte queue which is primarily intended for
  non-blocking I/O applications but is suitable wherever buffering is
  required.  IO::Buffer is compatible with Ruby 1.8/1.9 and Rubinius.
  
  WWW: https://github.com/tarcieri/iobuffer
  
  Revision  ChangesPath
  1.5019+1 -0  ports/devel/Makefile
  1.1   +20 -0 ports/devel/rubygem-iobuffer/Makefile (new)
  1.1   +2 -0  ports/devel/rubygem-iobuffer/distinfo (new)
  1.1   +5 -0  ports/devel/rubygem-iobuffer/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/www/qooxdoo Makefile distinfo pkg-plist

2012-07-10 Thread Nicola Vitale
nivit   2012-07-10 10:35:33 UTC

  FreeBSD ports repository

  Modified files:
www/qooxdoo  Makefile distinfo pkg-plist 
  Log:
  - Update to 2.0.1
  - Add LICENSE (LGPL3, EPL), LICENSE_COMB (dual)
  - Convert to the new options framework
  
  Revision  Changes  Path
  1.5   +12 -5   ports/www/qooxdoo/Makefile
  1.5   +2 -2ports/www/qooxdoo/distinfo
  1.5   +1365 -1543  ports/www/qooxdoo/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/math/vtk5 Makefile pkg-descr

2012-07-10 Thread Pietro Cerutti
gahr2012-07-10 10:54:11 UTC

  FreeBSD ports repository

  Modified files:
math/vtk5Makefile pkg-descr 
  Log:
  - Do not use X with OSMesa
  - Fix lines  80 chars in pkg-descr
  - Remove unneeded dependencies on a couple of Qt4 components
  
  Revision  ChangesPath
  1.77  +11 -10ports/math/vtk5/Makefile
  1.8   +6 -5  ports/math/vtk5/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/x11-wm/e16 Makefile distinfo pkg-plist

2012-07-10 Thread Pietro Cerutti
gahr2012-07-10 11:13:29 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/e16   Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0.10.001
Changelog:
* Spec file fixes.
* Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow().
* Eliminate Mode.place.doing_slide.
* Fix setting slide-in mode in dialog.
* Menus - Remove unused code.
* Change ewin sliding function API.
* Dialog sliders - Enable having upper bound below lower.
* Dialogs - Add missing const.
* Remove server grab around EShapeSetShape().
* Add EX_EVENT_GLX_FLIP.
* Move pre-eventloop calls of EobjsRepaint() out of progress bar functions.
* Remove useless parameter from SnapshotsSaveReal().
* GSOD - Make work when compositing.
* GSOD - Refactor + some changes.
* GSOD - Just use fixed font. Font sets are causing trouble again.
* Name ewin sliding functions consistently.
* Move ewin sliding functions to slide.c.
* EwinMove/Resize - Change various global/ewin flags to function parameter.
* Use OPSRC_NA in stead of 0.
* Add uninstall-local to fix distcheck (with recent autotools?).
* Move GetTimeMs/Us() to time.c.
* French translation update (Tristan D.).
* Make clean shouldn't remove e16-gnome3-session.desktop.
* Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing.
* Simplify user info functions.
* Close all fd's above 2 when exec'ing for restart.
* French translation update (Tristan D.).
* Minor tweak around ECompMgrGetRootBuffer().
* Remove some obsolete code.
* Change some longs to ints where long is not needed.
* Fix build without composite but with xrender.
* Remove now unused EKeycodeToString().
* Remove old e16keyedit (pre 0.7) IPC functions.
* Fix bug in pareto_maximizer() (Daniel Manjarres).
* Remove unnecessary AC_PROG_MAKE_SET.
* Warning fix for gcc-4.6.x.
* Japanese translation update (Yasufumi Haga).
  
  Revision  ChangesPath
  1.148 +2 -3  ports/x11-wm/e16/Makefile
  1.59  +2 -2  ports/x11-wm/e16/distinfo
  1.48  +1 -1  ports/x11-wm/e16/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/sysutils/ldapvi Makefile ports/sysutils/ldapvi/files patch-ldapvi.c

2012-07-10 Thread Sofian Brabez
sbz 2012-07-10 11:22:59 UTC

  FreeBSD ports repository

  Modified files:
sysutils/ldapvi  Makefile 
  Added files:
sysutils/ldapvi/files patch-ldapvi.c 
  Log:
  - Fix build with clang [1]
  - Add LICENSE
  - Make portlint happy
  
  PR: ports/168838
  Submitted by:   Oliver Hartmann ohartman at zedat.fu-berlin.de [1]
  Approved by:myself (maintainer)
  
  Revision  ChangesPath
  1.11  +9 -7  ports/sysutils/ldapvi/Makefile
  1.1   +11 -0 ports/sysutils/ldapvi/files/patch-ldapvi.c (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 MOVED

2012-07-10 Thread Sergey Matveychuk
sem 2012-07-10 11:33:51 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
  Log:
  - Fix message about dns/drill. It has complete oposite meaning.
  
  Revision  ChangesPath
  1.2906+2 -2  ports/MOVED
___
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/math/R-cran-KFAS Makefile distinfo

2012-07-10 Thread TAKATSU Tomonari
tota2012-07-10 12:40:50 UTC

  FreeBSD ports repository

  Modified files:
math/R-cran-KFAS Makefile distinfo 
  Log:
  - Update to 0.9.11
  
  Revision  ChangesPath
  1.6   +1 -1  ports/math/R-cran-KFAS/Makefile
  1.3   +2 -2  ports/math/R-cran-KFAS/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/mail/dovecot2 Makefile

2012-07-10 Thread Wesley Shields
wxs 2012-07-10 12:57:48 UTC

  FreeBSD ports repository

  Modified files:
mail/dovecot2Makefile 
  Log:
  Remove unnecessary gssapi replacement.
  
  Approved by:Attila Nagy b...@fsn.hu
  
  Revision  ChangesPath
  1.20  +0 -5  ports/mail/dovecot2/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/math/rpy pkg-plist

2012-07-10 Thread Brendan Fabeny
bf  2012-07-10 13:46:29 UTC

  FreeBSD ports repository

  Modified files:
math/rpy pkg-plist 
  Log:
  add a packing list adjustment that was accidentally omitted from the
  last math/R update
  
  Revision  ChangesPath
  1.22  +1 -1  ports/math/rpy/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/mercurial distinfo

2012-07-10 Thread Ruslan Mahmatkhanov
rm  2012-07-10 14:13:59 UTC

  FreeBSD ports repository

  Modified files:
devel/mercurial  distinfo 
  Log:
  - add missing newline into distinfo
  
  Reported by:John Hein jhein at symmetricom dot com
  
  Revision  ChangesPath
  1.49  +1 -1  ports/devel/mercurial/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/node-devel Makefile distinfo

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 15:19:26 UTC

  FreeBSD ports repository

  Modified files:
www/node-devel   Makefile distinfo 
  Log:
  - Update to 0.8.2
  
  Changes:https://github.com/joyent/node/blob/v0.8.2/ChangeLog
  PR: ports/169758
  Submitted by:   Jin-Sih Lin lin...@gmail.com (maintainer)
  
  Revision  ChangesPath
  1.33  +1 -1  ports/www/node-devel/Makefile
  1.29  +2 -2  ports/www/node-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/sysutils/tw_cli Makefile

2012-07-10 Thread Josh Paetzel
jpaetzel2012-07-10 16:11:22 UTC

  FreeBSD ports repository

  Modified files:
sysutils/tw_cli  Makefile 
  Log:
  Use temporary download site while LSI pulls their head out.
  
  Revision  ChangesPath
  1.15  +1 -1  ports/sysutils/tw_cli/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/www/nginx-devel Makefile distinfo

2012-07-10 Thread Sergey A. Osokin
osa 2012-07-10 16:18:19 UTC

  FreeBSD ports repository

  Modified files:
www/nginx-devel  Makefile distinfo 
  Log:
  Update from 1.3.2 to 1.3.3.
  
  ChangeLog
  
  *) Feature: entity tags support and the etag directive.
  
  *) Bugfix: trailing dot in a source value was not ignored if the map
 directive was used with the hostnames parameter.
  
  *) Bugfix: incorrect location might be used to process a request if a
 URI was changed via a rewrite directive before an internal redirect
 to a named location.
  
  /ChangeLog
  
  Revision  ChangesPath
  1.486 +1 -1  ports/www/nginx-devel/Makefile
  1.420 +2 -2  ports/www/nginx-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/games/wesnoth Makefile ports/games/wesnoth/files patch-CMakeLists.txt

2012-07-10 Thread Alex Kozlov
ak  2012-07-10 17:19:40 UTC

  FreeBSD ports repository

  Modified files:
games/wesnothMakefile 
games/wesnoth/files  patch-CMakeLists.txt 
  Log:
  - Fix NLS support [1]
  - Give maintainership to Rusty Nejdl rne...@ringofsaturn.com
  - Remove ABI version numbers in LIB_DEPENDS
  - Convert to new options framework
  
  PR: ports/169144 [1]
  Submitted by:   Green Dog fiziolo...@gmail.com, Jan Beich 
jbe...@tormail.org [1]
  
  Revision  ChangesPath
  1.99  +65 -61ports/games/wesnoth/Makefile
  1.2   +20 -9 ports/games/wesnoth/files/patch-CMakeLists.txt
___
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/astro/p5-Astro-FITS-CFITSIO Makefile

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 17:27:17 UTC

  FreeBSD ports repository

  Modified files:
astro/p5-Astro-FITS-CFITSIO Makefile 
  Log:
  - Change path detection of cfitsio
  - Pet portlint: remove ABI version number from LIB_DEPENDS
  
  Revision  ChangesPath
  1.5   +4 -8  ports/astro/p5-Astro-FITS-CFITSIO/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/devel/p5-Sys-Virt Makefile distinfo

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 17:39:37 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Sys-VirtMakefile distinfo 
  Log:
  - Update to 0.9.13
  - Pet portlint: remove ABI version number from LIB_DEPENDS
  
  Changes:http://search.cpan.org/dist/Sys-Virt/Changes
  PR: ports/169738
  Submitted by:   sunpoet (myself)
  Approved by:Frank Wall f...@moov.de (maintainer)
  
  Revision  ChangesPath
  1.6   +2 -3  ports/devel/p5-Sys-Virt/Makefile
  1.5   +2 -2  ports/devel/p5-Sys-Virt/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/devel/p5-Memoize Makefile

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 17:47:14 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Memoize Makefile 
  Log:
  - Fix *_DEPENDS: Storable is already in all supported Perl releases
  - Remove outdated post-patch:
  - Bump PORTREVISION for dependency change
  
  PR: ports/168704
  Submitted by:   sunpoet (myself)
  Approved by:maintainer (timeout, 5 weeks)
  
  Revision  ChangesPath
  1.10  +1 -6  ports/devel/p5-Memoize/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/devel/p5-local-lib Makefile

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 17:50:04 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-local-lib   Makefile 
  Log:
  - Fix *_DEPENDS:
- ExtUtils::Install is a build-only dependency
- Module::Build 0.36+ is already in Perl 5.12.0+
  - Add TEST_DEPENDS
  - Bump PORTREVISION for dependency change
  
  PR: ports/169011
  Submitted by:   sunpoet (myself)
  Approved by:maintainer (timeout, 4 weeks)
  
  Revision  ChangesPath
  1.20  +14 -5 ports/devel/p5-local-lib/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/net/p5-Geo-IPfree Makefile distinfo

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 17:51:35 UTC

  FreeBSD ports repository

  Modified files:
net/p5-Geo-IPfreeMakefile distinfo 
  Log:
  - Update to 1.121660
  - Add LICENSE
  - Pet portlint
  
  Changes:http://search.cpan.org/dist/Geo-IPfree/Changes
  PR: ports/169088
  Submitted by:   sunpoet (myself)
  Approved by:maintainer (timeout, 25 days)
  
  Revision  ChangesPath
  1.21  +6 -3  ports/net/p5-Geo-IPfree/Makefile
  1.16  +2 -2  ports/net/p5-Geo-IPfree/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/npm Makefile

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 18:05:25 UTC

  FreeBSD ports repository

  Modified files:
www/npm  Makefile 
  Log:
  - Fix maintainer section
  
  Revision  ChangesPath
  1.4   +0 -1  ports/www/npm/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/math/sage Makefile distinfo ports/math/sage/files spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch spkg-patch-flintqs-20070817.p6_-_spkg-install spkg-patch-gap-4.4.12.p

2012-07-10 Thread Stephen Montgomery-Smith
stephen 2012-07-10 19:05:56 UTC

  FreeBSD ports repository

  Modified files:
math/sageMakefile distinfo 
math/sage/files  
 spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c 
 spkg-patch-sage-5.0_-_sage_misc_getusage.py 
  Removed files:
math/sage/files  
 
spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch 
 spkg-patch-flintqs-20070817.p6_-_spkg-install 
 spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc 
  Log:
  - Update to 5.1.
  
  Revision  ChangesPath
  1.18  +2 -5  ports/math/sage/Makefile
  1.4   +2 -2  ports/math/sage/distinfo
  1.2   +0 -13 
ports/math/sage/files/spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch
 (dead)
  1.2   +0 -10 
ports/math/sage/files/spkg-patch-flintqs-20070817.p6_-_spkg-install (dead)
  1.2   +1 -1  
ports/math/sage/files/spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c
  1.3   +0 -11 
ports/math/sage/files/spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc (dead)
  1.3   +1 -1  
ports/math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py
___
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/irc/gseen.mod Makefile

2012-07-10 Thread Chris Rees
crees   2012-07-10 19:36:41 UTC

  FreeBSD ports repository

  Modified files:
irc/gseen.modMakefile 
  Log:
  Fix build; don't hardcode eggdrop version
  
  PR: ports/169178
  Submitted by:   Bryan Drewery
  Approved by:maintainer timeout (gerrit.be...@gmx.de, 3w)
  
  Revision  ChangesPath
  1.12  +2 -1  ports/irc/gseen.mod/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/astro/p5-Astro-Catalog Makefile distinfo pkg-plist

2012-07-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2012-07-10 19:37:37 UTC

  FreeBSD ports repository

  Modified files:
astro/p5-Astro-Catalog Makefile distinfo pkg-plist 
  Log:
  - Update to 4.24
  - Remove configuration file check and use .sample suffix for sample files
  - Sort PLIST
  
  Changes:http://search.cpan.org/dist/Astro-Catalog/Changes
  
  Revision  ChangesPath
  1.15  +31 -16ports/astro/p5-Astro-Catalog/Makefile
  1.8   +2 -2  ports/astro/p5-Astro-Catalog/distinfo
  1.9   +30 -31ports/astro/p5-Astro-Catalog/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.autotools.mk ports/devel/automake Makefile distinfo

2012-07-10 Thread Ade Lovett
ade 2012-07-10 21:14:27 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.autotools.mk 
devel/automake   Makefile distinfo 
  Log:
  Update to 1.12.2 (feature safe from 1.12.1, no -exp required)
  
  Revision  ChangesPath
  1.44  +2 -2  ports/Mk/bsd.autotools.mk
  1.41  +1 -1  ports/devel/automake/Makefile
  1.16  +2 -2  ports/devel/automake/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/math/taucs Makefile pkg-plist ports/math/taucs/files extra-patch-build-FreeBSD-makefile patch-config+FreeBSD.mk patch-src__taucs_timer.c

2012-07-10 Thread Brendan Fabeny
bf  2012-07-10 21:28:22 UTC

  FreeBSD ports repository

  Modified files:
math/taucs   Makefile pkg-plist 
math/taucs/files patch-config+FreeBSD.mk 
  Added files:
math/taucs/files patch-src__taucs_timer.c 
  Removed files:
math/taucs/files extra-patch-build-FreeBSD-makefile 
  Log:
  fix library search paths and switch from the legacy ftime() to
  gettimeofday() in order to solve problems with the construction of
  shared libraries [1] ; configure only once; build only those
  (dynamically-linked) executables that will be installed; set
  USE_LDCONFIG; remove an unnecessary patch; don't mix toolchains; make
  flags more uniform and remove obsolete flags; add test targets
  
  PR: 159189 [1]
  Submitted by:   stephen (different version) [1]
  
  Revision  ChangesPath
  1.19  +65 -30ports/math/taucs/Makefile
  1.2   +0 -11 
ports/math/taucs/files/extra-patch-build-FreeBSD-makefile (dead)
  1.4   +16 -20ports/math/taucs/files/patch-config+FreeBSD.mk
  1.1   +50 -0 ports/math/taucs/files/patch-src__taucs_timer.c (new)
  1.4   +1 -0  ports/math/taucs/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/vdr-plugin-iptv Makefile distinfo ports/multimedia/vdr-plugin-iptv/files patch-Makefile patch-common.h patch-protocolext.c patch-sectionfilter.h patch-socket.c patch-socke

2012-07-10 Thread Juergen Lock
nox 2012-07-10 21:49:20 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vdr-plugin-iptv Makefile distinfo 
multimedia/vdr-plugin-iptv/files patch-Makefile 
  Removed files:
multimedia/vdr-plugin-iptv/files patch-common.h 
 patch-protocolext.c 
 patch-sectionfilter.h 
 patch-socket.c patch-socket.h 
  Log:
  Update to 1.0.1 .
  
  Revision  ChangesPath
  1.9   +2 -2  ports/multimedia/vdr-plugin-iptv/Makefile
  1.4   +2 -2  ports/multimedia/vdr-plugin-iptv/distinfo
  1.2   +15 -18ports/multimedia/vdr-plugin-iptv/files/patch-Makefile
  1.2   +0 -29 ports/multimedia/vdr-plugin-iptv/files/patch-common.h 
(dead)
  1.3   +0 -46 
ports/multimedia/vdr-plugin-iptv/files/patch-protocolext.c (dead)
  1.2   +0 -10 
ports/multimedia/vdr-plugin-iptv/files/patch-sectionfilter.h (dead)
  1.3   +0 -30 ports/multimedia/vdr-plugin-iptv/files/patch-socket.c 
(dead)
  1.2   +0 -10 ports/multimedia/vdr-plugin-iptv/files/patch-socket.h 
(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/math/octave-forge-fuzzy-logic-toolkit Makefile distinfo

2012-07-10 Thread Stephen Montgomery-Smith
stephen 2012-07-10 22:30:37 UTC

  FreeBSD ports repository

  Modified files:
math/octave-forge-fuzzy-logic-toolkit Makefile distinfo 
  Log:
  - Update to 0.4.0.
  
  Revision  ChangesPath
  1.11  +1 -2  ports/math/octave-forge-fuzzy-logic-toolkit/Makefile
  1.7   +2 -2  ports/math/octave-forge-fuzzy-logic-toolkit/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/games/flare Makefile distinfo pkg-plist

2012-07-10 Thread Dmitry Marakasov
amdmi3  2012-07-10 22:33:46 UTC

  FreeBSD ports repository

  Modified files:
games/flare  Makefile distinfo pkg-plist 
  Log:
  - Update to 016
  
  Revision  ChangesPath
  1.5   +4 -2  ports/games/flare/Makefile
  1.2   +2 -2  ports/games/flare/distinfo
  1.3   +107 -2ports/games/flare/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/liblqr-1 Makefile ports/x11/eaglemode Makefile

2012-07-10 Thread Dmitry Marakasov
amdmi3  2012-07-10 23:17:29 UTC

  FreeBSD ports repository

  Modified files:
graphics/liblqr-1Makefile 
x11/eaglemodeMakefile 
  Log:
  - Remove outdated OSVERSION conditionals
  
  Revision  ChangesPath
  1.14  +0 -3  ports/graphics/liblqr-1/Makefile
  1.30  +0 -4  ports/x11/eaglemode/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/editors/libreoffice Makefile ports/editors/libreoffice/files patch-solenv__gbuild__platform__unxgcc.mk patch-solenv__inc__unxgcc.mk patch__solenv__gbuild__platform__com_GCC_defs.mk

2012-07-10 Thread Jung-uk Kim
jkim2012-07-10 23:53:13 UTC

  FreeBSD ports repository

  Modified files:
editors/libreoffice  Makefile 
editors/libreoffice/files 
  patch-solenv__gbuild__platform__unxgcc.mk 
  patch-solenv__inc__unxgcc.mk 
  Removed files:
editors/libreoffice/files 
  patch__solenv__gbuild__platform__com_GCC_defs.mk 
  Log:
  - Add comments to note a clang bug and and the patched revision.
  - Add a knob WITH_SYSTEM_CLANG to force build with clang from base system.
  This is very useful when the user has patched the system clang, i.e.,
  contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp.
  - Temporarily disable -Wshadow and -Wunused-parameter.  These options caused
  too many warnings for system boost and made it really hard to debug problems.
  - Remove temporary clang++ options, which are no longer necessary.
  - Remove a duplicate patch for solenv/gbuild/platform/com_GCC_defs.mk.
  
  Revision  ChangesPath
  1.54  +12 -15ports/editors/libreoffice/Makefile
  1.2   +14 -2 
ports/editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk
  1.2   +13 -2 
ports/editors/libreoffice/files/patch-solenv__inc__unxgcc.mk
  1.2   +0 -18 
ports/editors/libreoffice/files/patch__solenv__gbuild__platform__com_GCC_defs.mk
 (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/print/frescobaldi Makefile

2012-07-10 Thread Alberto Villa
avilla  2012-07-11 00:34:07 UTC

  FreeBSD ports repository

  Modified files:
print/frescobaldiMakefile 
  Log:
  - Update dependency on pykde4 to use only USE_KDE4 components.
  - Replace kdebase component with baseapps.
  
  With hat on:kde
  
  Revision  ChangesPath
  1.5   +1 -2  ports/print/frescobaldi/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/editors/libreoffice Makefile

2012-07-10 Thread Jung-uk Kim
jkim2012-07-11 01:17:35 UTC

  FreeBSD ports repository

  Modified files:
editors/libreoffice  Makefile 
  Log:
  - Construct CPP and CXXCPP from the existing variables.
  - Pass CXXCPP as an environment variable for the configure script as it is
  only useful there at the moment.  Actually, ports infrastructure ignores it.
  
  Revision  ChangesPath
  1.55  +5 -4  ports/editors/libreoffice/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/www/tinytinyhttpd Makefile distinfo ports/www/tinytinyhttpd/files patch-httpd.cxx

2012-07-10 Thread Adam Weinberger
adamw   2012-07-11 01:43:05 UTC

  FreeBSD ports repository

  Modified files:
www/tinytinyhttpdMakefile distinfo 
  Removed files:
www/tinytinyhttpd/files patch-httpd.cxx 
  Log:
  Update to 0.0.11. Fixes some nasty bugs.
  
  PR: ports/169582
  Approved by:maintainer
  
  Revision  ChangesPath
  1.7   +1 -1  ports/www/tinytinyhttpd/Makefile
  1.8   +2 -2  ports/www/tinytinyhttpd/distinfo
  1.2   +0 -13 ports/www/tinytinyhttpd/files/patch-httpd.cxx (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/security/vuxml vuln.xml

2012-07-10 Thread Steve Wills
swills  2012-07-11 01:47:56 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document puppet security issue
  
  Obtained from: 
http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.7.18
  
  Revision  ChangesPath
  1.2752+80 -1 ports/security/vuxml/vuln.xml
___
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/puppet Makefile distinfo

2012-07-10 Thread Steve Wills
swills  2012-07-11 01:51:42 UTC

  FreeBSD ports repository

  Modified files:
sysutils/puppet  Makefile distinfo 
  Log:
  - Update to 2.7.18
  
  Security:   3a6960ef-c8a8-11e1-9924-001fd0af1a4c
  
  Revision  ChangesPath
  1.42  +1 -1  ports/sysutils/puppet/Makefile
  1.28  +2 -2  ports/sysutils/puppet/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/security/suricata Makefile distinfo

2012-07-10 Thread Ryan Steinmetz
zi  2012-07-11 02:36:53 UTC

  FreeBSD ports repository

  Modified files:
security/suricataMakefile distinfo 
  Log:
  - Update to 1.3
  - Convert to OptionsNG
  
  Revision  ChangesPath
  1.15  +17 -15ports/security/suricata/Makefile
  1.5   +2 -2  ports/security/suricata/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/Mk bsd.options.desc.mk

2012-07-10 Thread Jason Helfman
jgh 2012-07-11 02:53:29 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.options.desc.mk 
  Log:
  - add shared description for PROFILE support
  
  PR: ports/169704
  Submitted by:   me...@bristol.ac.uk
  
  Revision  ChangesPath
  1.96  +2 -1  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/games/flare Makefile

2012-07-10 Thread Dmitry Marakasov
amdmi3  2012-07-11 03:23:49 UTC

  FreeBSD ports repository

  Modified files:
games/flare  Makefile 
  Log:
  - Mark BROKEN on FreeBSD versions which don't have log2(3)
  
  Revision  ChangesPath
  1.6   +7 -1  ports/games/flare/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/lang/gcc47 Makefile distinfo

2012-07-10 Thread Gerald Pfeifer
gerald  2012-07-11 05:28:26 UTC

  FreeBSD ports repository

  Modified files:
lang/gcc47   Makefile distinfo 
  Log:
  Update to the 20120707 snapshot of GCC 4.7.2.
  
  Revision  ChangesPath
  1.538 +1 -1  ports/lang/gcc47/Makefile
  1.401 +2 -2  ports/lang/gcc47/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/Mk bsd.options.desc.mk

2012-07-10 Thread Gerald Pfeifer
gerald  2012-07-11 05:46:21 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.options.desc.mk 
  Log:
  Spell CUPS all upper-case per their web page and our ports.
  
  Revision  ChangesPath
  1.97  +2 -2  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