cvs commit: ports/java/java-tutorial Makefile

2011-09-10 Thread Ion-Mihai Tetcu
itetcu  2011-09-10 07:13:24 UTC

  FreeBSD ports repository

  Modified files:
java/java-tutorial   Makefile 
  Log:
  - set for deletion in a month, it's been a long time sine it disappeared from
  upstream
  - reset maintainership to ports@
  
  Revision  ChangesPath
  1.48  +3 -1  ports/java/java-tutorial/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: doc/mn_MN.UTF-8/books/handbook/eresources chapter.sgml doc/mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml doc/mn_MN.UTF-8/books/handbook/mirrors chapter.sgml doc/mn_MN.UTF-8/share/sg

2011-09-10 Thread Ganbold Tsagaankhuu
ganbold 2011-09-10 07:31:32 UTC

  FreeBSD doc repository

  Modified files:
mn_MN.UTF-8/books/handbook/eresources chapter.sgml 
mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml 
mn_MN.UTF-8/books/handbook/mirrors chapter.sgml 
mn_MN.UTF-8/share/sgml mailing-lists.ent 
  Log:
  MFen: Resync with the English version of the handbook
  
  Obtained from: FreeBSD Mongolian Documentation project
  
  Revision  ChangesPath
  1.29  +1 -6  doc/mn_MN.UTF-8/books/handbook/eresources/chapter.sgml
  1.24  +3 -3  doc/mn_MN.UTF-8/books/handbook/kernelconfig/chapter.sgml
  1.49  +1 -1  doc/mn_MN.UTF-8/books/handbook/mirrors/chapter.sgml
  1.25  +5 -5  doc/mn_MN.UTF-8/share/sgml/mailing-lists.ent
___
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 Makefile ports/graphics/R-cran-shape Makefile distinfo pkg-descr

2011-09-10 Thread TAKATSU Tomonari
tota2011-09-10 07:34:51 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Added files:
graphics/R-cran-shape Makefile distinfo pkg-descr 
  Log:
  - Add a new port: graphics/R-cran-shape
  
Functions for plotting graphical shapes such as ellipses, circles,
cylinders, arrows, ... Support for the book "A practical guide to
ecological modelling - using R as a simulation platform" by Karline
Soetaert and Peter M.J. Herman (2009). Springer. Includes
demo(colorshapes)
  
WWW:  http://cran.r-project.org/web/packages/shape/
  
  Revision  ChangesPath
  1.1437+1 -0  ports/graphics/Makefile
  1.1   +22 -0 ports/graphics/R-cran-shape/Makefile (new)
  1.1   +2 -0  ports/graphics/R-cran-shape/distinfo (new)
  1.1   +7 -0  ports/graphics/R-cran-shape/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/graphics Makefile ports/graphics/R-cran-diagram Makefile distinfo pkg-descr

2011-09-10 Thread TAKATSU Tomonari
tota2011-09-10 07:39:56 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Added files:
graphics/R-cran-diagram Makefile distinfo pkg-descr 
  Log:
  - Add a new port: graphics/R-cran-diagram
  
Visualises simple graphs (networks) based on a transition matrix,
utilities to plot flow diagrams, visualising webs,... Support for
the book "A practical guide to ecological modelling - using R as a
simulation platform" by Karline Soetaert and Peter M.J. Herman
(2009). Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb)
  
WWW:  http://cran.r-project.org/web/packages/diagram/
  
  Revision  ChangesPath
  1.1438+1 -0  ports/graphics/Makefile
  1.1   +22 -0 ports/graphics/R-cran-diagram/Makefile (new)
  1.1   +2 -0  ports/graphics/R-cran-diagram/distinfo (new)
  1.1   +7 -0  ports/graphics/R-cran-diagram/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/security/vuxml vuln.xml

2011-09-10 Thread Ashish SHUKLA
ashish  2011-09-10 07:41:22 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Re-revise emacs vulnerability to limit with >= 22 and < 22.2_1 instead of
  >21.* and <22.2_1 which didn't work as expected
  
  Revision  ChangesPath
  1.2442+2 -2  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/devel Makefile ports/devel/R-cran-proto Makefile distinfo pkg-descr

2011-09-10 Thread TAKATSU Tomonari
tota2011-09-10 07:52:34 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/R-cran-proto   Makefile distinfo pkg-descr 
  Log:
  - Add a new port: devel/R-cran-proto
  
proto (google code name r-proto) is an R package which facilitates
a style of programming known as prototype-based programming.
Prototype-based programming is a type of object oriented (OO)
programming in which classes and objects are unified into a single
concept, prototypes. This makes proto and prototye programming
simpler than the usual OO model yet it retains the OO features of
inheritance (known as delegation in the prototype model) and OO
dispatch. Applications, News, Additional Information sources, Proto
Bugs and Avoiding R Bugs sections are given below while associated
Links are in the http://code.google.com/p/r-proto/wiki/Links
  
WWW:  http://code.google.com/p/r-proto/
  
  Revision  ChangesPath
  1.4544+1 -0  ports/devel/Makefile
  1.1   +22 -0 ports/devel/R-cran-proto/Makefile (new)
  1.1   +2 -0  ports/devel/R-cran-proto/distinfo (new)
  1.1   +12 -0 ports/devel/R-cran-proto/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/devel/piklab Makefile ports/devel/piklab/files patch-doc__CMakeLists.txt

2011-09-10 Thread Dennis Herrmann
dhn 2011-09-10 08:34:51 UTC

  FreeBSD ports repository

  Modified files:
devel/piklab Makefile 
  Added files:
devel/piklab/files   patch-doc__CMakeLists.txt 
  Log:
  - Fix plist, While I'm forget to add a patch :(
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.15  +1 -0  ports/devel/piklab/Makefile
  1.1   +6 -0  ports/devel/piklab/files/patch-doc__CMakeLists.txt (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/audio/musicpd Makefile

2011-09-10 Thread Chris Rees
crees   2011-09-10 08:55:20 UTC

  FreeBSD ports repository

  Modified files:
audio/musicpdMakefile 
  Log:
  Portlint is mistaken-- CPPFLAGS are not passed to configure unless made 
explicit
  
  Revert previous moving of CPPFLAGS outside CONFIGURE_ENV
  
  Submitted by:   Olivier Brisson 
  
  Revision  ChangesPath
  1.70  +2 -2  ports/audio/musicpd/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/seamonkey2 pkg-descr

2011-09-10 Thread Florian Smeets
flo 2011-09-10 09:29:04 UTC

  FreeBSD ports repository

  Modified files:
www/seamonkey2   pkg-descr 
  Log:
  don't state that seamonkey2 is the current release
  
  PR: ports/160588
  Submitted by:   olgeni
  
  Revision  ChangesPath
  1.30  +1 -1  ports/www/seamonkey2/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/www/sit Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 09:34:19 UTC

  FreeBSD ports repository

  Modified files:
www/sit  Makefile distinfo pkg-plist 
  Log:
  - Update to 3.65
  
  Changes:http://sitracker.org/wiki/ReleaseNotes
  PR: ports/160614
  Submitted by:   cars...@sitracker.org (maintainer)
  
  Revision  ChangesPath
  1.4   +1 -1  ports/www/sit/Makefile
  1.5   +2 -2  ports/www/sit/distinfo
  1.5   +3 -1  ports/www/sit/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/net-p2p/xnap Makefile

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 09:36:18 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/xnap Makefile 
  Log:
  - Pass maintainership to submitter
  - Remove DEPRECATED and EXPIRATION_DATE
  
  PR: ports/160615
  Submitted by:   Conrad J. Sabatier 
  
  Revision  ChangesPath
  1.34  +1 -4  ports/net-p2p/xnap/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/graphics/p5-Imager-Graph Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 09:38:24 UTC

  FreeBSD ports repository

  Modified files:
graphics/p5-Imager-Graph Makefile distinfo pkg-plist 
  Log:
  - Update to 0.09
  
  Changes:http://search.cpan.org/dist/Imager-Graph/Changes
  PR: ports/160554
  Submitted by:   sunpoet (myself)
  Approved by:Yuan-Chung Hsiao  (maintainer)
  
  Revision  ChangesPath
  1.9   +13 -8 ports/graphics/p5-Imager-Graph/Makefile
  1.6   +2 -2  ports/graphics/p5-Imager-Graph/distinfo
  1.6   +1 -0  ports/graphics/p5-Imager-Graph/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/audio/xmp Makefile ports/audio/xmp/files patch-audio__xmp__files__patch-configure

2011-09-10 Thread Emanuel Haupt
ehaupt  2011-09-10 09:56:31 UTC

  FreeBSD ports repository

  Modified files:
audio/xmpMakefile 
  Added files:
audio/xmp/files  patch-audio__xmp__files__patch-configure 
  Log:
  Fix autodetection of  which currently fails due to missing
  typedefs provided by .
  
  PR: 160597
  Submitted by:   aakuu...@gmail.com
  
  Revision  ChangesPath
  1.56  +1 -0  ports/audio/xmp/Makefile
  1.1   +14 -0 
ports/audio/xmp/files/patch-audio__xmp__files__patch-configure (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/graphics/p5-Image-ExifTool-devel Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 10:07:04 UTC

  FreeBSD ports repository

  Modified files:
graphics/p5-Image-ExifTool-devel Makefile distinfo pkg-plist 
  Log:
  - Pass maintainership to submitter
  - Add CONFLICTS: graphics/p5-Image-ExifTool
  - While I'm here, update to 8.63 and pet portlint
  
  Changes:http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
  PR: ports/157814
  Submitted by:   Jin-Sih Lin 
  
  Revision  ChangesPath
  1.46  +33 -50ports/graphics/p5-Image-ExifTool-devel/Makefile
  1.44  +2 -2  ports/graphics/p5-Image-ExifTool-devel/distinfo
  1.35  +4 -0  ports/graphics/p5-Image-ExifTool-devel/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/p5-Image-ExifTool Makefile

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 10:07:20 UTC

  FreeBSD ports repository

  Modified files:
graphics/p5-Image-ExifTool Makefile 
  Log:
  - Add CONFLICTS: graphics/p5-Image-ExifTool-devel
  - Bump PORTREVISION for package change
  
  Revision  ChangesPath
  1.45  +3 -0  ports/graphics/p5-Image-ExifTool/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/graphics Makefile

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 10:08:45 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Log:
  - Connect graphics/p5-Image-ExifTool-devel
  
  Revision  ChangesPath
  1.1439+1 -0  ports/graphics/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/databases/p5-DBD-Sybase Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 10:24:59 UTC

  FreeBSD ports repository

  Modified files:
databases/p5-DBD-Sybase Makefile distinfo 
  Log:
  - Update to 1.13
  
  Changes:http://search.cpan.org/dist/DBD-Sybase/CHANGES
  
  Revision  ChangesPath
  1.30  +5 -6  ports/databases/p5-DBD-Sybase/Makefile
  1.14  +2 -2  ports/databases/p5-DBD-Sybase/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-Method-Signatures-Simple Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 10:26:57 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Method-Signatures-Simple Makefile distinfo 
  Added files:
devel/p5-Method-Signatures-Simple pkg-plist 
  Log:
  - Update to 1.02
  - Move PLIST_* entries to PLIST and fix it
  
  Changes:http://search.cpan.org/dist/Method-Signatures-Simple/Changes
  
  Revision  ChangesPath
  1.3   +3 -11 ports/devel/p5-Method-Signatures-Simple/Makefile
  1.3   +2 -2  ports/devel/p5-Method-Signatures-Simple/distinfo
  1.1   +7 -0  ports/devel/p5-Method-Signatures-Simple/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/nspr Makefile ports/devel/nspr/files patch-bugzilla-684758

2011-09-10 Thread Florian Smeets
flo 2011-09-10 10:35:10 UTC

  FreeBSD ports repository

  Modified files:
devel/nspr   Makefile 
  Added files:
devel/nspr/files patch-bugzilla-684758 
  Log:
  add a patch which prevents firefox from using 100% cpu.
  
  FreeBSD sets POLLHUP in case a connect failed and the socket has never been
  connected. NSPR should also check for this.
  
  The patch has already been committed upstream. Bugzilla ID 684758
  
  PR: ports/156889
  Analyzed by:avg
  Patch by:   avg
  Approved by:kwm
  
  Revision  ChangesPath
  1.45  +1 -0  ports/devel/nspr/Makefile
  1.1   +11 -0 ports/devel/nspr/files/patch-bugzilla-684758 (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: doc/zh_CN.GB2312/books/handbook/advanced-networking chapter.sgml doc/zh_CN.GB2312/books/handbook/config chapter.sgml doc/zh_CN.GB2312/books/handbook/disks chapter.sgml doc/zh_CN.GB2312/boo

2011-09-10 Thread Xin LI
delphij 2011-09-10 11:10:41 UTC

  FreeBSD doc repository

  Modified files:
zh_CN.GB2312/books/handbook/advanced-networking chapter.sgml 
zh_CN.GB2312/books/handbook/config chapter.sgml 
zh_CN.GB2312/books/handbook/disks chapter.sgml 
zh_CN.GB2312/books/handbook/eresources chapter.sgml 
zh_CN.GB2312/books/handbook/install chapter.sgml 
zh_CN.GB2312/books/handbook/introduction chapter.sgml 
zh_CN.GB2312/books/handbook/jails chapter.sgml 
zh_CN.GB2312/books/handbook/linuxemu chapter.sgml 
zh_CN.GB2312/books/handbook/mail chapter.sgml 
zh_CN.GB2312/books/handbook/mirrors chapter.sgml 
zh_CN.GB2312/books/handbook/network-servers chapter.sgml 
zh_CN.GB2312/books/handbook/ppp-and-slip chapter.sgml 
zh_CN.GB2312/books/handbook/security chapter.sgml 
zh_CN.GB2312/books/handbook/users chapter.sgml 
zh_CN.GB2312/books/handbook/x11 chapter.sgml 
  Log:
  Bring Simplified Chinese translation to latest CVS version from the
  FreeBSD Simplified Chinese Project.
  
  Submitted by:   loader
  Obtained from:  The FreeBSD Simplified Chinese Project CVS
  
  Revision  ChangesPath
  1.31  +10 -3 
doc/zh_CN.GB2312/books/handbook/advanced-networking/chapter.sgml
  1.26  +5 -4  doc/zh_CN.GB2312/books/handbook/config/chapter.sgml
  1.30  +1 -1  doc/zh_CN.GB2312/books/handbook/disks/chapter.sgml
  1.20  +17 -6 doc/zh_CN.GB2312/books/handbook/eresources/chapter.sgml
  1.36  +4 -4  doc/zh_CN.GB2312/books/handbook/install/chapter.sgml
  1.23  +3 -3  doc/zh_CN.GB2312/books/handbook/introduction/chapter.sgml
  1.15  +1 -1  doc/zh_CN.GB2312/books/handbook/jails/chapter.sgml
  1.16  +2 -2  doc/zh_CN.GB2312/books/handbook/linuxemu/chapter.sgml
  1.13  +1 -1  doc/zh_CN.GB2312/books/handbook/mail/chapter.sgml
  1.35  +2 -2  doc/zh_CN.GB2312/books/handbook/mirrors/chapter.sgml
  1.29  +6 -6  
doc/zh_CN.GB2312/books/handbook/network-servers/chapter.sgml
  1.18  +1 -1  doc/zh_CN.GB2312/books/handbook/ppp-and-slip/chapter.sgml
  1.31  +3 -3  doc/zh_CN.GB2312/books/handbook/security/chapter.sgml
  1.13  +6 -3  doc/zh_CN.GB2312/books/handbook/users/chapter.sgml
  1.29  +21 -8 doc/zh_CN.GB2312/books/handbook/x11/chapter.sgml
___
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: doc/zh_CN.GB2312/share/sgml mailing-lists.ent

2011-09-10 Thread Xin LI
delphij 2011-09-10 11:12:44 UTC

  FreeBSD doc repository

  Modified files:
zh_CN.GB2312/share/sgml mailing-lists.ent 
  Log:
  MFC 1.77 -> 1.78
  
  Revision  ChangesPath
  1.18  +5 -1  doc/zh_CN.GB2312/share/sgml/mailing-lists.ent
___
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.gcc.mk

2011-09-10 Thread Gerald Pfeifer
gerald  2011-09-10 12:10:37 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.gcc.mk 
  Log:
  Cater to versions of FreeBSD greater than 9 (up to 99). [1]
  
  Tweak the representation of versions of GCC that newer appeared in base.
  
  Submitted by:   bf [1]
  
  Revision  ChangesPath
  1.55  +7 -7  ports/Mk/bsd.gcc.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/graphics/p5-Chart-Clicker Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 12:11:02 UTC

  FreeBSD ports repository

  Modified files:
graphics/p5-Chart-Clicker Makefile distinfo 
  Log:
  - Update to 2.72
  
  Changes:http://search.cpan.org/dist/Chart-Clicker/Changes
  
  Revision  ChangesPath
  1.40  +1 -1  ports/graphics/p5-Chart-Clicker/Makefile
  1.36  +2 -2  ports/graphics/p5-Chart-Clicker/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/lang/gcc46 Makefile distinfo

2011-09-10 Thread Gerald Pfeifer
gerald  2011-09-10 12:34:52 UTC

  FreeBSD ports repository

  Modified files:
lang/gcc46   Makefile distinfo 
  Log:
  Update to the 20110909 snapshot of GCC 4.6.2.
  
  Revision  ChangesPath
  1.508 +4 -1  ports/lang/gcc46/Makefile
  1.371 +2 -2  ports/lang/gcc46/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.gecko.mk

2011-09-10 Thread Florian Smeets
flo 2011-09-10 12:39:34 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.gecko.mk 
  Log:
  - only grep for firefox version in stdout [1], do the same for thunderbird and
seamonkey
  - limit output to the first line by using head -1, this fixes -i18n ports
installation, if the parent port was build with DEBUG
  
  PR: ports/160365 [1]
  Submitted by:   amdmi3 [1]
  
  Revision  ChangesPath
  1.39  +7 -7  ports/Mk/bsd.gecko.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: www/ja/share/sgml l10n.ent www/ja/releases Makefile www/ja/releases/8.2R Makefile announce.sgml docbook.css

2011-09-10 Thread Ryusuke SUZUKI
ryusuke 2011-09-10 12:48:43 UTC

  FreeBSD doc repository

  Modified files:
ja/share/sgmll10n.ent 
ja/releases  Makefile 
  Added files:
ja/releases/8.2R Makefile announce.sgml docbook.css 
  Log:
  Belatedly add 8.2-RELEASE announcement.
  
  www/ja/releases/8.2R/Makefile
  www/ja/releases/8.2R/announce.sgml
  www/ja/releases/8.2R/docbook.css
  www/ja/releases/Makefile
  www/ja/share/sgml/l10n.ent
  
  Reviewed by:hrs
  
  Revision  ChangesPath
  1.1   +24 -0 www/ja/releases/8.2R/Makefile (new)
  1.1   +454 -0www/ja/releases/8.2R/announce.sgml (new)
  1.1   +209 -0www/ja/releases/8.2R/docbook.css (new)
  1.42  +3 -2  www/ja/releases/Makefile
  1.8   +2 -2  www/ja/share/sgml/l10n.ent
___
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/procmail Makefile ports/mail/procmail/files patch-src:autoconf

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 13:05:12 UTC

  FreeBSD ports repository

  Modified files:
mail/procmailMakefile 
mail/procmail/files  patch-src:autoconf 
  Log:
  - Skip interactive input of additional directories for lock test
  - Remove BATCH/IS_INTERACTIVE section in Makefile
  
  PR: ports/153409
  Submitted by:   Craig Leres 
  
  Revision  ChangesPath
  1.61  +0 -8  ports/mail/procmail/Makefile
  1.2   +13 -4 ports/mail/procmail/files/patch-src:autoconf
___
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/p5-Imager Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 13:07:26 UTC

  FreeBSD ports repository

  Modified files:
graphics/p5-Imager   Makefile distinfo 
  Log:
  - Update to 0.85
  - Pet portlint
  
  Changes:http://search.cpan.org/dist/Imager/Changes
  
  Revision  ChangesPath
  1.56  +3 -4  ports/graphics/p5-Imager/Makefile
  1.35  +2 -2  ports/graphics/p5-Imager/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/misc/freebsd-doc-all Makefile ports/misc/freebsd-doc-de pkg-plist.html-split ports/misc/freebsd-doc-en Makefile distinfo pkg-plist.html-common ports/misc/freebsd-doc-hu pkg-plist.htm

2011-09-10 Thread Marc Fonvieille
blackend2011-09-10 13:13:54 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
misc/freebsd-doc-all Makefile 
misc/freebsd-doc-de  pkg-plist.html-split 
misc/freebsd-doc-en  Makefile distinfo pkg-plist.html-common 
misc/freebsd-doc-hu  pkg-plist.html-split 
misc/freebsd-doc-ja  pkg-plist.html-split 
misc/freebsd-doc-ru  pkg-plist.html-split 
  Log:
  Update to RELEASE_9_0_0 version of the FreeBSD doc/ tree.
  
  Approved by:doceng@ (implicit)
  
  Revision  ChangesPath
  1.38  +1 -1  ports/misc/freebsd-doc-all/Makefile
  1.15  +1 -1  ports/misc/freebsd-doc-de/pkg-plist.html-split
  1.40  +1 -1  ports/misc/freebsd-doc-en/Makefile
  1.37  +2 -2  ports/misc/freebsd-doc-en/distinfo
  1.10  +6 -0  ports/misc/freebsd-doc-en/pkg-plist.html-common
  1.27  +1 -1  ports/misc/freebsd-doc-hu/pkg-plist.html-split
  1.31  +5 -4  ports/misc/freebsd-doc-ja/pkg-plist.html-split
  1.10  +0 -1  ports/misc/freebsd-doc-ru/pkg-plist.html-split
___
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/p5-Math-BigInt-FastCalc Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 13:18:32 UTC

  FreeBSD ports repository

  Modified files:
math/p5-Math-BigInt-FastCalc Makefile distinfo 
  Log:
  - Update to 0.30
  
  Changes:http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
  
  Revision  ChangesPath
  1.4   +3 -2  ports/math/p5-Math-BigInt-FastCalc/Makefile
  1.4   +2 -2  ports/math/p5-Math-BigInt-FastCalc/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/p5-Math-BigInt-GMP Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 13:21:29 UTC

  FreeBSD ports repository

  Modified files:
math/p5-Math-BigInt-GMP Makefile distinfo 
  Log:
  - Update to 1.37
  - Pet portlint
  
  Changes:http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
  
  Revision  ChangesPath
  1.15  +7 -5  ports/math/p5-Math-BigInt-GMP/Makefile
  1.10  +2 -2  ports/math/p5-Math-BigInt-GMP/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/lang/gcc46 pkg-plist

2011-09-10 Thread Gerald Pfeifer
gerald  2011-09-10 13:36:48 UTC

  FreeBSD ports repository

  Modified files:
lang/gcc46   pkg-plist 
  Log:
  Also update ccache links (when appropriate) in case of package
  installation and deinstallation.
  
  My code for handling the port installation case sneaked in via
  the previous commit.
  
  PR: 155568
  Submitted by:   ehaupt
  
  Revision  ChangesPath
  1.114 +3 -1  ports/lang/gcc46/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/rubygem-logging Makefile distinfo

2011-09-10 Thread Ryan Steinmetz
zi  2011-09-10 13:38:22 UTC

  FreeBSD ports repository

  Modified files:
devel/rubygem-logging Makefile distinfo 
  Log:
  Update to 1.6.1
  
  Approved by:wxs, tabthorpe (mentors, implicit)
  
  Revision  ChangesPath
  1.12  +1 -1  ports/devel/rubygem-logging/Makefile
  1.11  +2 -2  ports/devel/rubygem-logging/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/trafficserver Makefile distinfo

2011-09-10 Thread Ryan Steinmetz
zi  2011-09-10 13:43:47 UTC

  FreeBSD ports repository

  Modified files:
www/trafficserverMakefile distinfo 
  Log:
  Update to 3.0.1
  Fix build with custom LOCALBASE/PREFIX
  Add LICENSE
  
  PR: ports/159973
  Submitted by:   Radim Kolar 
  Approved by:wxs, tabthorpe (mentors, implicit), maintainer timeout
  
  Revision  ChangesPath
  1.15  +9 -4  ports/www/trafficserver/Makefile
  1.5   +2 -2  ports/www/trafficserver/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"


Re: cvs commit: ports/audio/xmp Makefile ports/audio/xmp/files patch-audio__xmp__files__patch-configure

2011-09-10 Thread h h
Emanuel Haupt  writes:

> ehaupt  2011-09-10 09:56:31 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
> audio/xmpMakefile 
>   Added files:
> audio/xmp/files  patch-audio__xmp__files__patch-configure 
>   Log:
>   Fix autodetection of  which currently fails due to missing
>   typedefs provided by .
>   
>   PR: 160597
>   Submitted by:   aakuu...@gmail.com
>   
[...]
>   Revision  ChangesPath
>   1.1   +14 -0 
> ports/audio/xmp/files/patch-audio__xmp__files__patch-configure (new)

Don't you find something wrong? The PR contained a ready-to-commit patch, e.g.

  # include only `Description' contents in commit log
  $ cat >> .git/hooks/applypatch-msg && chmod +x .git/hooks/applypatch-msg
  sed -i '' '1,/^>Description:/Id; />[-[:alnum:]]*:/,$d' "$@"

  # apply and generate a commit that can be pushed with `git cvsexportcommit'
  $ fetch -qo- 'http://www.freebsd.org/cgi/query-pr.cgi?pr=160597&f=raw' \
| git am

Not sure what tool you used for pre-processsing the patch but it was 
unnecessary.

  $ make patch
  $ diff $(make -V WRKSRC)/configure{.orig,}
  diff: /usr/ports/audio/xmp/work/xmp-3.4.1/configure.orig: No such file or 
directory
  $ ls $(make -V WRKSRC)/**/*configure*
  /usr/ports/audio/xmp/work/xmp-3.4.1/audio/xmp/files/patch-configure
  /usr/ports/audio/xmp/work/xmp-3.4.1/audio/xmp/files/patch-configure.orig
  /usr/ports/audio/xmp/work/xmp-3.4.1/configure*
  /usr/ports/audio/xmp/work/xmp-3.4.1/configure.bak*
  /usr/ports/audio/xmp/work/xmp-3.4.1/configure.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: doc/fr_FR.ISO8859-1/books/handbook/dtrace chapter.sgml

2011-09-10 Thread Marc Fonvieille
blackend2011-09-10 13:50:45 UTC

  FreeBSD doc repository

  Modified files:
fr_FR.ISO8859-1/books/handbook/dtrace chapter.sgml 
  Log:
  Remove some "breaking space" before colons that lead to a weird
  rendering.  This should, maybe, be handled by the stylesheet but I have
  to time to investigate.
  
  PR: docs/160284
  Submitted by:   Isabell Long 
  
  Revision  ChangesPath
  1.2   +3 -3  doc/fr_FR.ISO8859-1/books/handbook/dtrace/chapter.sgml
___
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/redmine Makefile

2011-09-10 Thread Bernhard Froehlich
decke   2011-09-10 14:18:50 UTC

  FreeBSD ports repository

  Modified files:
www/redmine  Makefile 
  Log:
  - Switch Postgresql ruby client dependency to databases/rubygem-pg
  
  PR: ports/160587
  Submitted by:   Dirk Meyer 
  
  Revision  ChangesPath
  1.32  +1 -1  ports/www/redmine/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 Makefile ports/devel/zmq-devel Makefile distinfo pkg-descr pkg-plist

2011-09-10 Thread Andrej Zverev
az  2011-09-10 14:57:02 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/zmq-devel  Makefile distinfo pkg-descr pkg-plist 
  Log:
  This port track unstable version 3.x.x (currently 3.0.1)
  and it not compatable with previous major version (devel/zmq).
  
  Revision  ChangesPath
  1.4545+1 -0  ports/devel/Makefile
  1.1   +63 -0 ports/devel/zmq-devel/Makefile (new)
  1.1   +2 -0  ports/devel/zmq-devel/distinfo (new)
  1.1   +3 -0  ports/devel/zmq-devel/pkg-descr (new)
  1.1   +7 -0  ports/devel/zmq-devel/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/www/redmine Makefile

2011-09-10 Thread Bernhard Froehlich
decke   2011-09-10 15:13:19 UTC

  FreeBSD ports repository

  Modified files:
www/redmine  Makefile 
  Log:
  - Mark BROKEN because of a bug in RubyGems 1.8.x
  
  
http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575
  
  Revision  ChangesPath
  1.33  +2 -0  ports/www/redmine/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/redmine Makefile

2011-09-10 Thread Bernhard Froehlich
decke   2011-09-10 15:20:53 UTC

  FreeBSD ports repository

  Modified files:
www/redmine  Makefile 
  Log:
  - Pass maintainership to dinoex@
  
  Discussed with: dinoex (on IRC)
  
  Revision  ChangesPath
  1.34  +1 -1  ports/www/redmine/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/librsync Makefile

2011-09-10 Thread Shaun Amott
shaun   2011-09-10 16:10:47 UTC

  FreeBSD ports repository

  Modified files:
net/librsync Makefile 
  Log:
  Install rdiff manpage.
  
  Submitted by:   "Klaus T. Aehlig"  via freebsd-ports
  
  Revision  ChangesPath
  1.27  +1 -3  ports/net/librsync/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/p5-Feersum Makefile distinfo pkg-descr

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 17:50:31 UTC

  FreeBSD ports repository

  Modified files:
www/p5-Feersum   Makefile distinfo pkg-descr 
  Log:
  - Update to 1.400
  - While I'm here, add TEST_DEPENDS
  
  Changes:http://search.cpan.org/dist/Feersum/Changes
  PR: ports/160605
  Submitted by:   Grzegorz Blach  (maintainer)
  
  Revision  ChangesPath
  1.4   +27 -11ports/www/p5-Feersum/Makefile
  1.4   +2 -2  ports/www/p5-Feersum/distinfo
  1.2   +1 -1  ports/www/p5-Feersum/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/lang/gnatdroid-armv5 Makefile ports/lang/gnatdroid-armv5/files patch-gcc__ada__gccint__Makefile.in

2011-09-10 Thread Frederic Culot
culot   2011-09-10 17:53:10 UTC

  FreeBSD ports repository

  Modified files:
lang/gnatdroid-armv5 Makefile 
  Added files:
lang/gnatdroid-armv5/files patch-gcc__ada__gccint__Makefile.in 
  Log:
  - Add patch to disable symbolic traceback run-time support
(could cause linker breakage)
  - Bump PORTREVISION
  
  PR: ports/160568
  Submitted by:   John Marino  (maintainer)
  
  Revision  ChangesPath
  1.2   +1 -0  ports/lang/gnatdroid-armv5/Makefile
  1.1   +83 -0 
ports/lang/gnatdroid-armv5/files/patch-gcc__ada__gccint__Makefile.in (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/net/netatalk Makefile distinfo ports/net/netatalk/files patch-configure patch-etc_afpd_acls.c patch-etc_afpd_afp_asp.c patch-etc_cnid_dbd_comm.c patch-include_atalk_dsi.h

2011-09-10 Thread Joe Marcus Clarke
marcus  2011-09-10 18:40:45 UTC

  FreeBSD ports repository

  Modified files:
net/netatalk Makefile distinfo 
net/netatalk/files   patch-configure 
  Removed files:
net/netatalk/files   patch-etc_afpd_acls.c 
 patch-etc_afpd_afp_asp.c 
 patch-etc_cnid_dbd_comm.c 
 patch-include_atalk_dsi.h 
  Log:
  Update to 2.2.1.
  
  PR: 160590
  Submitted by:   Douglas Carmichael  (based on)
  
  Revision  ChangesPath
  1.103 +4 -4  ports/net/netatalk/Makefile
  1.32  +2 -2  ports/net/netatalk/distinfo
  1.21  +0 -26 ports/net/netatalk/files/patch-configure
  1.2   +0 -63 ports/net/netatalk/files/patch-etc_afpd_acls.c (dead)
  1.2   +0 -13 ports/net/netatalk/files/patch-etc_afpd_afp_asp.c (dead)
  1.2   +0 -12 ports/net/netatalk/files/patch-etc_cnid_dbd_comm.c (dead)
  1.2   +0 -10 ports/net/netatalk/files/patch-include_atalk_dsi.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/lang/dmd2 Makefile distinfo pkg-plist ports/lang/dmd2/files patch-src-dmd-freebsd.mak patch-src-druntime-posix.mak

2011-09-10 Thread Cy Schubert
cy  2011-09-10 18:59:56 UTC

  FreeBSD ports repository

  Modified files:
lang/dmd2Makefile distinfo pkg-plist 
lang/dmd2/files  patch-src-dmd-freebsd.mak 
 patch-src-druntime-posix.mak 
  Log:
  Update 2.054 --> 2.055
  
  Submitted by:   nox
  
  Revision  ChangesPath
  1.11  +18 -9 ports/lang/dmd2/Makefile
  1.7   +2 -2  ports/lang/dmd2/distinfo
  1.3   +0 -46 ports/lang/dmd2/files/patch-src-dmd-freebsd.mak
  1.2   +0 -47 ports/lang/dmd2/files/patch-src-druntime-posix.mak
  1.8   +2 -1  ports/lang/dmd2/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/kcoloredit Makefile ports/graphics/kgraphviewer Makefile ports/graphics/kiconedit Makefile ports/graphics/kphotoalbum-kde4 Makefile ports/graphics/kuickshow-kde4 Makefile

2011-09-10 Thread Alberto Villa
avilla  2011-09-10 19:19:34 UTC

  FreeBSD ports repository

  Modified files:
graphics/kcoloredit  Makefile 
graphics/kgraphviewer Makefile 
graphics/kiconedit   Makefile 
graphics/kphotoalbum-kde4 Makefile 
graphics/kuickshow-kde4 Makefile 
  Log:
  - Fix MASTER_SITE_SUBDIR for KDE 4 extragear ports.
  
  Revision  ChangesPath
  1.16  +1 -1  ports/graphics/kcoloredit/Makefile
  1.21  +1 -1  ports/graphics/kgraphviewer/Makefile
  1.16  +1 -1  ports/graphics/kiconedit/Makefile
  1.41  +1 -1  ports/graphics/kphotoalbum-kde4/Makefile
  1.43  +1 -1  ports/graphics/kuickshow-kde4/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/databases/dalmp Makefile distinfo pkg-descr pkg-plist

2011-09-10 Thread Ryan Steinmetz
zi  2011-09-10 19:44:31 UTC

  FreeBSD ports repository

  Modified files:
databases/dalmp  Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 0.9.319
  
  PR: ports/160622
  Submitted by:   nb...@dalmp.com (maintainer)
  Approved by:wxs, tabthorpe (mentors, implicit)
  
  Revision  ChangesPath
  1.12  +1 -1  ports/databases/dalmp/Makefile
  1.13  +2 -2  ports/databases/dalmp/distinfo
  1.5   +1 -1  ports/databases/dalmp/pkg-descr
  1.5   +1 -0  ports/databases/dalmp/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/lang/gcc47 Makefile distinfo pkg-plist

2011-09-10 Thread Gerald Pfeifer
gerald  2011-09-10 20:03:45 UTC

  FreeBSD ports repository

  Modified files:
lang/gcc47   Makefile distinfo pkg-plist 
  Log:
  Update to the 20110903 snapshot of GCC 4.7.
  
  On the way update ccache links (when appropriate) when installing
  and deinstalling this port/package. [1]
  
  PR: 155568 [1]
  Submitted by:   ehaupt [1]
  
  Revision  ChangesPath
  1.503 +4 -1  ports/lang/gcc47/Makefile
  1.368 +2 -2  ports/lang/gcc47/distinfo
  1.115 +3 -1  ports/lang/gcc47/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/lang/gcc45 Makefile distinfo

2011-09-10 Thread Gerald Pfeifer
gerald  2011-09-10 20:09:52 UTC

  FreeBSD ports repository

  Modified files:
lang/gcc45   Makefile distinfo 
  Log:
  Update to the 20110908 snapshot of GCC 4.5.4.
  
  Revision  ChangesPath
  1.503 +1 -1  ports/lang/gcc45/Makefile
  1.367 +2 -2  ports/lang/gcc45/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/pari Makefile pkg-message pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 20:22:29 UTC

  FreeBSD ports repository

  Modified files:
math/pariMakefile pkg-plist 
  Removed files:
math/paripkg-message 
  Log:
  - Simplify version-related variables
  - Add LICENSE
  - Sort MAN1 and PLIST
  - Remove PKGMESSAGE
  - Cosmetic change
  
  Revision  ChangesPath
  1.53  +11 -14ports/math/pari/Makefile
  1.3   +0 -23 ports/math/pari/pkg-message (dead)
  1.22  +8 -8  ports/math/pari/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/pari Makefile ports/math/pari/files patch-config-TOP_Make.SH

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 20:27:10 UTC

  FreeBSD ports repository

  Modified files:
math/pariMakefile 
  Removed files:
math/pari/files  patch-config-TOP_Make.SH 
  Log:
  - Remove patch: use ALL_TARGET instead
  
  Revision  ChangesPath
  1.54  +0 -1  ports/math/pari/Makefile
  1.3   +0 -12 ports/math/pari/files/patch-config-TOP_Make.SH (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/audio/p5-Audio-Scan Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 20:28:49 UTC

  FreeBSD ports repository

  Modified files:
audio/p5-Audio-Scan  Makefile distinfo 
  Log:
  - Update to 0.92
  
  Changes:http://search.cpan.org/dist/Audio-Scan/Changes
  
  Revision  ChangesPath
  1.39  +1 -1  ports/audio/p5-Audio-Scan/Makefile
  1.40  +2 -2  ports/audio/p5-Audio-Scan/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/databases/cassandra Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-10 20:44:30 UTC

  FreeBSD ports repository

  Modified files:
databases/cassandra  Makefile distinfo pkg-plist 
  Log:
  - Update to 0.8.5 [1][2]
  - Set execute bits of scripts [2]
  - While I'm here, sort CONFIGS
  
  Changes:
https://svn.apache.org/repos/asf/cassandra/tags/cassandra-0.8.5/CHANGES.txt
  PR: ports/160585 [1], ports/160627 [2]
  Submitted by:   Radim Kolar 
  Approved by:Gea-Suan Lin  (maintainer)
  
  Revision  ChangesPath
  1.14  +6 -5  ports/databases/cassandra/Makefile
  1.13  +2 -2  ports/databases/cassandra/distinfo
  1.13  +5 -3  ports/databases/cassandra/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 Makefile ports/graphics/R-cran-RColorBrewer Makefile distinfo pkg-descr

2011-09-10 Thread TAKATSU Tomonari
tota2011-09-10 21:00:01 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Added files:
graphics/R-cran-RColorBrewer Makefile distinfo pkg-descr 
  Log:
  - Add a new port: graphics/R-cran-RColorBrewer
  
The packages provides palettes for drawing nice maps shaded according
to a variable.
  
WWW:  http://cran.r-project.org/web/packages/RColorBrewer/
  
  Revision  ChangesPath
  1.1440+1 -0  ports/graphics/Makefile
  1.1   +22 -0 ports/graphics/R-cran-RColorBrewer/Makefile (new)
  1.1   +2 -0  ports/graphics/R-cran-RColorBrewer/distinfo (new)
  1.1   +4 -0  ports/graphics/R-cran-RColorBrewer/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/closure-linter Makefile distinfo

2011-09-10 Thread Julien Laffaye
jlaffaye2011-09-10 21:05:22 UTC

  FreeBSD ports repository

  Modified files:
www/closure-linter   Makefile distinfo 
  Log:
  - Update to 2.3.1
  - Pet portlint
  
  PR: ports/160641
  Submitted by:   sunpoet
  
  Revision  ChangesPath
  1.4   +3 -3  ports/www/closure-linter/Makefile
  1.3   +2 -2  ports/www/closure-linter/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 Makefile ports/graphics/R-cran-colorspace Makefile distinfo pkg-descr

2011-09-10 Thread TAKATSU Tomonari
tota2011-09-10 21:05:27 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Added files:
graphics/R-cran-colorspace Makefile distinfo pkg-descr 
  Log:
  - Add a new port: graphics/R-cran-colorspace
  
Carries out mapping between assorted color spaces including RGB,
HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
CIELAB. Qualitative, sequential, and diverging color palettes based
on HCL colors are provided.
  
WWW:  http://cran.r-project.org/web/packages/colorspace/
  
  Revision  ChangesPath
  1.1441+1 -0  ports/graphics/Makefile
  1.1   +22 -0 ports/graphics/R-cran-colorspace/Makefile (new)
  1.1   +2 -0  ports/graphics/R-cran-colorspace/distinfo (new)
  1.1   +6 -0  ports/graphics/R-cran-colorspace/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/graphics Makefile ports/graphics/R-cran-ggplot2 Makefile distinfo pkg-descr

2011-09-10 Thread TAKATSU Tomonari
tota2011-09-10 21:13:49 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Added files:
graphics/R-cran-ggplot2 Makefile distinfo pkg-descr 
  Log:
  - Add a new port: graphics/R-cran-ggplot2
  
ggplot2 is a plotting system for R, based on the grammar of graphics,
which tries to take the good parts of base and lattice graphics and
none of the bad parts. It takes care of many of the fiddly details
that make plotting a hassle (like drawing legends) as well as
providing a powerful model of graphics that makes it easy to produce
complex multi-layered graphics.
  
WWW:  http://had.co.nz/ggplot2/
  
  Revision  ChangesPath
  1.1442+1 -0  ports/graphics/Makefile
  1.1   +29 -0 ports/graphics/R-cran-ggplot2/Makefile (new)
  1.1   +2 -0  ports/graphics/R-cran-ggplot2/distinfo (new)
  1.1   +8 -0  ports/graphics/R-cran-ggplot2/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/sysutils/busybox Makefile distinfo

2011-09-10 Thread Matthias Andree
mandree 2011-09-10 22:49:48 UTC

  FreeBSD ports repository

  Modified files:
sysutils/busybox Makefile distinfo 
  Log:
  Update to new upstream release 1.19.2.
  
  Revision  ChangesPath
  1.23  +2 -2  ports/sysutils/busybox/Makefile
  1.11  +4 -4  ports/sysutils/busybox/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/x11/xset Makefile

2011-09-10 Thread Eitan Adler
eadler  2011-09-10 22:58:56 UTC

  FreeBSD ports repository

  Modified files:
x11/xset Makefile 
  Log:
  ”Q
  
  Revision  ChangesPath
  1.7   +2 -1  ports/x11/xset/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/x11/xset Makefile

2011-09-10 Thread Eitan Adler
eadler  2011-09-10 23:04:57 UTC

  FreeBSD ports repository

  Modified files:
x11/xset Makefile 
  Log:
  - forced commit to correct log
  - add deps unconditionally
  
  PR: ports/160595
  Submitted by:   Jilles Tjoelker 
  Reviewed by:kwm, nox
  Approved by:bapt (mentor)
  
  Revision  ChangesPath
  1.8   +0 -0  ports/x11/xset/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: CVSROOT modules

2011-09-10 Thread Edwin Groothuis
edwin   2011-09-11 00:09:08 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Ports modules update at Sunday 11 September 2011 at 00:09
  Feature safe: yes
  
  Revision  ChangesPath
  1.21252   +20 -0 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/www/p5-HTML-FillInForm Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 00:20:25 UTC

  FreeBSD ports repository

  Modified files:
www/p5-HTML-FillInForm Makefile distinfo 
  Log:
  - Update to 2.1
  
  Changes:http://search.cpan.org/dist/HTML-FillInForm/Changes
  
  Revision  ChangesPath
  1.19  +4 -5  ports/www/p5-HTML-FillInForm/Makefile
  1.17  +2 -2  ports/www/p5-HTML-FillInForm/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/p5-HTML-FormFu Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 00:27:58 UTC

  FreeBSD ports repository

  Modified files:
www/p5-HTML-FormFu   Makefile distinfo 
  Log:
  - Update to 0.09005
  - Promote Moose requirement to 2.0+ which includes Class::MOP
  - Pet portlint
  
  Changes:http://search.cpan.org/dist/HTML-FormFu/Changes
  
  Revision  ChangesPath
  1.27  +7 -9  ports/www/p5-HTML-FormFu/Makefile
  1.21  +2 -2  ports/www/p5-HTML-FormFu/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/net/wireshark Makefile distinfo

2011-09-10 Thread Joe Marcus Clarke
marcus  2011-09-11 00:40:29 UTC

  FreeBSD ports repository

  Modified files:
net/wiresharkMakefile distinfo 
  Log:
  Update to 1.6.2.
  
  Revision  ChangesPath
  1.173 +1 -1  ports/net/wireshark/Makefile
  1.89  +2 -2  ports/net/wireshark/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/rubygem-diff-lcs Makefile distinfo

2011-09-10 Thread Steve Wills
swills  2011-09-11 00:42:24 UTC

  FreeBSD ports repository

  Modified files:
textproc/rubygem-diff-lcs Makefile distinfo 
  Log:
  - Update to 1.1.3
  
  Revision  ChangesPath
  1.5   +1 -1  ports/textproc/rubygem-diff-lcs/Makefile
  1.3   +2 -2  ports/textproc/rubygem-diff-lcs/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"


Re: cvs commit: ports/math/pari Makefile pkg-message pkg-plist

2011-09-10 Thread Alexey Dokuchaev
On Sat, Sep 10, 2011 at 08:22:29PM +, Sunpoet Po-Chuan Hsieh wrote:
> sunpoet 2011-09-10 20:22:29 UTC
> 
>   Modified files:
> math/pariMakefile pkg-plist 
>   Removed files:
> math/paripkg-message 
>   Log:
>   [...]
>   - Remove PKGMESSAGE

Perhaps we should also include words on *why* a particular change was made,
not just enumerating changes, in the commit log.

./danfe
___
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-Devel-PPPort Makefile distinfo

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 01:44:30 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Devel-PPPort Makefile distinfo 
  Log:
  - Update to 3.20
  
  Changes:http://search.cpan.org/dist/Devel-PPPort/Changes
  
  Revision  ChangesPath
  1.27  +2 -2  ports/devel/p5-Devel-PPPort/Makefile
  1.26  +2 -2  ports/devel/p5-Devel-PPPort/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/cmake-gui Makefile

2011-09-10 Thread Raphael Kubo da Costa
rakuco  2011-09-11 01:57:25 UTC

  FreeBSD ports repository

  Modified files:
devel/cmake-gui  Makefile 
  Log:
  Remove hack introduced with CMake 2.8.1.
  
  There was no explanation about why it was required (neither here nor
  in area51), and the current CMake version seems to build fine without
  it.
  
  Approved by:avilla (mentor)
  
  Revision  ChangesPath
  1.9   +0 -3  ports/devel/cmake-gui/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/Mk bsd.cmake.mk ports/devel/cmake Makefile ports/devel/cmake/files patch-Modules_Compiler_GNU.cmake

2011-09-10 Thread Raphael Kubo da Costa
rakuco  2011-09-11 02:04:09 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.cmake.mk 
devel/cmake  Makefile 
  Removed files:
devel/cmake/filespatch-Modules_Compiler_GNU.cmake 
  Log:
  - Remove the patch that was clearing default build flags for build
profiles, so that CMake can be used outside of ports.
  - Bump CMake PORTREVISION.
  - Pass default build flags (at least I hope) via bsd.cmake.mk.
  
  PR: 159276
  Submitted by:   Igor Soumenkov <2igo...@gmail.com>
  Approved by:avilla (mentor)
  
  Revision  ChangesPath
  1.10  +5 -1  ports/Mk/bsd.cmake.mk
  1.48  +1 -1  ports/devel/cmake/Makefile
  1.2   +0 -14 ports/devel/cmake/files/patch-Modules_Compiler_GNU.cmake 
(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"


Re: cvs commit: ports/math/pari Makefile pkg-message pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
On Sun, Sep 11, 2011 at 01:04:33AM +, Alexey Dokuchaev wrote:
> On Sat, Sep 10, 2011 at 08:22:29PM +, Sunpoet Po-Chuan Hsieh wrote:
> > sunpoet 2011-09-10 20:22:29 UTC
> > 
> >   Modified files:
> > math/pariMakefile pkg-plist 
> >   Removed files:
> > math/paripkg-message 
> >   Log:
> >   [...]
> >   - Remove PKGMESSAGE
> 
> Perhaps we should also include words on *why* a particular change was made,
> not just enumerating changes, in the commit log.
> 
> ./danfe

The PKGMESSAGE is out-dated (2.1.1) and the license information can be replaced
by LICENSE=GPLv2. At last, we don't need to put the distfile information here.

-- 
   Sunpoet Po-Chuan Hsieh  
   4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B
 http://people.FreeBSD.org/~sunpoet/pgpkeys.txt


pgp4mbtsjt9yv.pgp
Description: PGP signature


cvs commit: ports/devel/libredblack pkg-descr

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 03:37:23 UTC

  FreeBSD ports repository

  Modified files:
devel/libredblackpkg-descr 
  Log:
  - Add WWW
  
  Revision  ChangesPath
  1.2   +2 -0  ports/devel/libredblack/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/mail/sqwebmail Makefile

2011-09-10 Thread Gerald Pfeifer
gerald  2011-09-11 03:46:02 UTC

  FreeBSD ports repository

  Modified files:
mail/sqwebmail   Makefile 
  Log:
  Remove (disabled) USE_GCC=3.4
  
  Approved by:maintainer (oliver)
  
  Revision  ChangesPath
  1.95  +0 -1  ports/mail/sqwebmail/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/zmq Makefile

2011-09-10 Thread Andrej Zverev
az  2011-09-11 05:12:04 UTC

  FreeBSD ports repository

  Modified files:
devel/zmqMakefile 
  Log:
  - Add conflict with devel/zmq-devel since they share same files.
  
  PR: ports/160628
  Submitted by:   az
  Approved by:maintainer
  
  Revision  ChangesPath
  1.9   +2 -0  ports/devel/zmq/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-Moose Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 05:51:12 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Moose   Makefile distinfo pkg-plist 
  Log:
  - Update to 2.0205
  
  Changes:http://search.cpan.org/dist/Moose/Changes
  
  Revision  ChangesPath
  1.97  +2 -2  ports/devel/p5-Moose/Makefile
  1.86  +2 -2  ports/devel/p5-Moose/distinfo
  1.35  +2 -0  ports/devel/p5-Moose/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/p5-B-Hooks-OP-Check Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 05:57:24 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-B-Hooks-OP-Check Makefile distinfo pkg-plist 
  Log:
  - Update to 0.19
  - Sort PLIST
  - Take maintainership
  
  Changes:http://search.cpan.org/dist/B-Hooks-OP-Check/Changes
  
  Revision  ChangesPath
  1.6   +11 -6 ports/devel/p5-B-Hooks-OP-Check/Makefile
  1.6   +2 -2  ports/devel/p5-B-Hooks-OP-Check/distinfo
  1.2   +7 -7  ports/devel/p5-B-Hooks-OP-Check/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/p5-Array-Iterator Makefile distinfo pkg-plist

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 06:00:40 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Array-Iterator Makefile distinfo pkg-plist 
  Log:
  - Update to 0.07
  - Add TEST_DEPENDS
  - Take maintainership
  
  Changes:http://search.cpan.org/dist/Array-Iterator/Changes
  
  Revision  ChangesPath
  1.6   +9 -5  ports/devel/p5-Array-Iterator/Makefile
  1.4   +2 -2  ports/devel/p5-Array-Iterator/distinfo
  1.3   +0 -3  ports/devel/p5-Array-Iterator/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/p5-Bread-Board Makefile ports/devel/p5-File-ChangeNotify Makefile ports/devel/p5-MooseX-InsideOut Makefile ports/devel/p5-MooseX-RelatedClassRoles Makefile ports/devel/p5-Moose

2011-09-10 Thread Sunpoet Po-Chuan Hsieh
sunpoet 2011-09-11 06:12:38 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Bread-Board Makefile 
devel/p5-File-ChangeNotify Makefile 
devel/p5-MooseX-InsideOut Makefile 
devel/p5-MooseX-RelatedClassRoles Makefile 
devel/p5-MooseX-Traits-Pluggable Makefile 
devel/p5-MooseX-Types-Path-Class Makefile 
devel/p5-Pod-Coverage-Moose Makefile 
graphics/p5-Google-Chart Makefile 
net/p5-Net-Amazon-S3 Makefile 
www/p5-Catalyst-Controller-ActionRole Makefile 
www/p5-Catalyst-Plugin-Authentication Makefile 
www/p5-Catalyst-Runtime Makefile 
  Log:
  - Promote Moose requirement to 2.0+ which includes Class::MOP
  
  Revision  ChangesPath
  1.5   +1 -1  ports/devel/p5-Bread-Board/Makefile
  1.10  +1 -1  ports/devel/p5-File-ChangeNotify/Makefile
  1.7   +2 -2  ports/devel/p5-MooseX-InsideOut/Makefile
  1.3   +1 -1  ports/devel/p5-MooseX-RelatedClassRoles/Makefile
  1.6   +1 -1  ports/devel/p5-MooseX-Traits-Pluggable/Makefile
  1.5   +1 -1  ports/devel/p5-MooseX-Types-Path-Class/Makefile
  1.6   +1 -1  ports/devel/p5-Pod-Coverage-Moose/Makefile
  1.6   +1 -1  ports/graphics/p5-Google-Chart/Makefile
  1.23  +1 -1  ports/net/p5-Net-Amazon-S3/Makefile
  1.5   +1 -1  ports/www/p5-Catalyst-Controller-ActionRole/Makefile
  1.33  +1 -1  ports/www/p5-Catalyst-Plugin-Authentication/Makefile
  1.41  +1 -1  ports/www/p5-Catalyst-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"