cvs commit: ports/net/quagga Makefile

2012-06-20 Thread Sergey Matveychuk
sem 2012-06-20 12:39:57 UTC

  FreeBSD ports repository

  Modified files:
net/quagga   Makefile 
  Log:
  - Fix install on clean system
  
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.120 +2 -1  ports/net/quagga/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/quagga Makefile

2012-06-21 Thread Sergey Matveychuk
sem 2012-06-21 15:11:34 UTC

  FreeBSD ports repository

  Modified files:
net/quagga   Makefile 
  Log:
  - Remove -p from MKDIR
  
  Reported by:zi
  
  Revision  ChangesPath
  1.121 +2 -2  ports/net/quagga/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/dns/unbound Makefile

2012-06-27 Thread Sergey Matveychuk
sem 2012-06-27 09:01:10 UTC

  FreeBSD ports repository

  Modified files:
dns/unbound  Makefile 
  Log:
  - Fix the port after the last commit
  
  PR: ports/169474
  Submitted by:   Takefu 
  
  Revision  ChangesPath
  1.51  +2 -2  ports/dns/unbound/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports MOVED

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/security/vuxml vuln.xml

2005-11-06 Thread Sergey Matveychuk
sem 2005-11-06 17:28:04 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Add missed  tag [1]
  - Modify 594eb447-e398-11d9-a8bd-000cf18bbe54 entry:
ruby 1.6.x is not affected this vulnerability,
it have no XMLRPC support.
  
  Pointy hat to:  simon [1]
  
  Revision  ChangesPath
  1.881 +4 -3  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 "[EMAIL PROTECTED]"


cvs commit: ports/devel/omniORB Makefile ports/devel/omniORB/files patch-undef_minor_macro

2005-11-07 Thread Sergey Matveychuk
sem 2005-11-07 20:10:38 UTC

  FreeBSD ports repository

  Modified files:
devel/omniORBMakefile 
  Added files:
devel/omniORB/files  patch-undef_minor_macro 
  Log:
  - Unbreak on -CURRENT (minor() macro problem)
  - Respect CFLAGS
  
  Revision  ChangesPath
  1.38  +3 -9  ports/devel/omniORB/Makefile
  1.1   +30 -0 ports/devel/omniORB/files/patch-undef_minor_macro (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby18 Makefile distinfo pkg-plist ports/lang/ruby16 Makefile

2005-11-09 Thread Sergey Matveychuk
sem 2005-11-09 08:54:12 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.ruby.mk 
lang/ruby18  Makefile distinfo pkg-plist 
lang/ruby16  Makefile 
  Log:
  bsd.ruby.mk:
  - Change LOCALBASE with _RUBY_BASE
  - Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
_RUBY_BASE=LOCALBASE otherwise for easy ports testing.
  
  lang/ruby18:
  - Update to 1.8.3
  
  Grant maintainership to submitter.
  
  While I'm here:
  - Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
(lang/ruby1[68] must set it for right install).
  
  PR: ports/87332
  Submitted by:   Alexander Novitsky
  
  Revision  ChangesPath
  1.146 +21 -18ports/Mk/bsd.ruby.mk
  1.112 +3 -0  ports/lang/ruby16/Makefile
  1.88  +23 -16ports/lang/ruby18/Makefile
  1.61  +2 -4  ports/lang/ruby18/distinfo
  1.51  +279 -214  ports/lang/ruby18/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/freeride Makefile ports/devel/freeride/files install.rb ports/devel/freebase Makefile ports/devel/freebase/files patch-freebase:bin:install.rb patch-freebase_bin_install.rb

2005-11-09 Thread Sergey Matveychuk
sem 2005-11-09 10:45:36 UTC

  FreeBSD ports repository

  Modified files:
devel/freeride   Makefile 
devel/freeride/files install.rb 
devel/freebase   Makefile 
  Added files:
devel/freebase/files patch-freebase_bin_install.rb 
  Removed files:
devel/freebase/files patch-freebase:bin:install.rb 
  Log:
  - Split on master/slave.
  - Fix fetching.
  - Reworked installation script to accept --prefix option.
  
  PR: ports/87365, ports/87366
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.8   +6 -10 ports/devel/freebase/Makefile
  1.4   +0 -52 ports/devel/freebase/files/patch-freebase:bin:install.rb 
(dead)
  1.1   +58 -0 ports/devel/freebase/files/patch-freebase_bin_install.rb 
(new)
  1.8   +18 -8 ports/devel/freeride/Makefile
  1.5   +45 -7 ports/devel/freeride/files/install.rb
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/jags Makefile distinfo pkg-descr pkg-plist ports/math/jags/files patch-src-lib-model-Model.cc patch-src-terminal-parser.yy

2005-11-09 Thread Sergey Matveychuk
sem 2005-11-09 11:16:04 UTC

  FreeBSD ports repository

  Modified files:
math/jagsMakefile distinfo pkg-descr pkg-plist 
  Removed files:
math/jags/files  patch-src-lib-model-Model.cc 
 patch-src-terminal-parser.yy 
  Log:
  - Update to 0.90
  - Change maintainer e-mail
  - Mark BROKEN on 4.x
  
  PR: ports/87275
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.2   +15 -10ports/math/jags/Makefile
  1.2   +6 -6  ports/math/jags/distinfo
  1.2   +0 -19 ports/math/jags/files/patch-src-lib-model-Model.cc (dead)
  1.2   +0 -10 ports/math/jags/files/patch-src-terminal-parser.yy (dead)
  1.2   +2 -2  ports/math/jags/pkg-descr
  1.2   +71 -44ports/math/jags/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2005-11-10 Thread Sergey Matveychuk
sem 2005-11-10 11:09:56 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document p5-Mail-SpamAssassin vulnerabily (alread fixed in ports)
  - Document flyspray cross-site scripting vulnerabilities
  
  Revision  ChangesPath
  1.884 +67 -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 "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/grub/files patch-grub-install

2005-11-10 Thread Sergey Matveychuk
sem 2005-11-11 06:39:20 UTC

  FreeBSD ports repository

  Modified files:
sysutils/grub/files  patch-grub-install 
  Log:
  - Add freebsd7 detecting in grub-install script
  
  PR: ports/88318
  Submitted by:   Thierry Herbelot
  
  Revision  ChangesPath
  1.3   +1 -1  ports/sysutils/grub/files/patch-grub-install
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/omniNotify/files patch-configure

2005-11-10 Thread Sergey Matveychuk
sem 2005-11-11 06:42:48 UTC

  FreeBSD ports repository

  Modified files:
devel/omniNotify/files patch-configure 
  Log:
  - Add freebsd7 tag support
  
  Reminded by:krismail
  
  Revision  ChangesPath
  1.2   +2 -1  ports/devel/omniNotify/files/patch-configure
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/jags Makefile

2005-11-10 Thread Sergey Matveychuk
sem 2005-11-11 06:49:03 UTC

  FreeBSD ports repository

  Modified files:
math/jagsMakefile 
  Log:
  - Remove commas from BROKEN message
  
  Revision  ChangesPath
  1.3   +1 -1  ports/math/jags/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases/dbconnect distinfo ports/databases/hk_classes distinfo ports/databases/knoda distinfo ports/databases/mysql-administrator Makefile distinfo ports/devel/ace+tao distinfo por

2005-11-10 Thread Sergey Matveychuk
sem 2005-11-11 07:36:56 UTC

  FreeBSD ports repository

  Modified files:
databases/dbconnect  distinfo 
databases/hk_classes distinfo 
databases/knoda  distinfo 
databases/mysql-administrator Makefile distinfo 
devel/ace+taodistinfo 
devel/ace+tao-docdistinfo 
devel/argp-standalone distinfo 
devel/gsoap  distinfo 
devel/mico   distinfo 
devel/omniNotify distinfo 
devel/omniORBdistinfo 
devel/opentopdistinfo 
devel/ptypes distinfo 
devel/py-omniorb distinfo 
ftp/frox distinfo 
net/cactidistinfo 
net/p5-Net-DHCPClient distinfo 
security/checkpassword-pam distinfo 
sysutils/grubdistinfo 
sysutils/hdupdistinfo 
www/cgiccdistinfo 
www/dalbum   distinfo 
www/transproxy   distinfo 
x11-toolkits/efltk   distinfo 
x11-wm/ede   distinfo 
  Log:
  - Yield to a total SHAtification.
  - mysql-administrator: simplify BROKEN message
  
  Revision  ChangesPath
  1.6   +1 -0  ports/databases/dbconnect/distinfo
  1.10  +1 -0  ports/databases/hk_classes/distinfo
  1.9   +1 -0  ports/databases/knoda/distinfo
  1.22  +1 -1  ports/databases/mysql-administrator/Makefile
  1.6   +1 -0  ports/databases/mysql-administrator/distinfo
  1.4   +1 -0  ports/devel/ace+tao-doc/distinfo
  1.7   +1 -0  ports/devel/ace+tao/distinfo
  1.2   +1 -0  ports/devel/argp-standalone/distinfo
  1.12  +1 -0  ports/devel/gsoap/distinfo
  1.16  +2 -0  ports/devel/mico/distinfo
  1.2   +1 -0  ports/devel/omniNotify/distinfo
  1.15  +1 -0  ports/devel/omniORB/distinfo
  1.3   +2 -0  ports/devel/opentop/distinfo
  1.15  +1 -0  ports/devel/ptypes/distinfo
  1.10  +1 -0  ports/devel/py-omniorb/distinfo
  1.13  +1 -0  ports/ftp/frox/distinfo
  1.14  +5 -0  ports/net/cacti/distinfo
  1.2   +1 -0  ports/net/p5-Net-DHCPClient/distinfo
  1.4   +1 -0  ports/security/checkpassword-pam/distinfo
  1.11  +1 -0  ports/sysutils/grub/distinfo
  1.7   +1 -0  ports/sysutils/hdup/distinfo
  1.7   +1 -0  ports/www/cgicc/distinfo
  1.2   +1 -0  ports/www/dalbum/distinfo
  1.8   +1 -0  ports/www/transproxy/distinfo
  1.3   +1 -0  ports/x11-toolkits/efltk/distinfo
  1.5   +1 -0  ports/x11-wm/ede/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11-wm/ede Makefile

2005-11-10 Thread Sergey Matveychuk
sem 2005-11-11 07:43:05 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/ede   Makefile 
  Log:
  - One more port I forgot to strip commas in BROKEN
  
  Revision  ChangesPath
  1.7   +1 -1  ports/x11-wm/ede/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT access

2005-11-11 Thread Sergey Matveychuk
sem 2005-11-11 12:52:45 UTC

  FreeBSD ports repository

  Modified files:
.access 
  Log:
  Forced commit to note Andrej Zverev (az@) need no mentor anymore.
  
  Revision  ChangesPath
  1.674 +0 -0  CVSROOT/access
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/oinkmaster Makefile distinfo

2005-11-12 Thread Sergey Matveychuk
sem 2005-11-12 17:48:59 UTC

  FreeBSD ports repository

  Modified files:
security/oinkmaster  Makefile distinfo 
  Log:
  - Install man page
  - Add SHA256 checksum
  
  PR: ports/88874
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.11  +6 -1  ports/security/oinkmaster/Makefile
  1.7   +1 -0  ports/security/oinkmaster/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/whois Makefile distinfo

2005-11-12 Thread Sergey Matveychuk
sem 2005-11-12 17:53:09 UTC

  FreeBSD ports repository

  Modified files:
net/whoisMakefile distinfo 
  Log:
  - fix build with nonstandard LOCALBASE
  - add SHA256 checksum
  
  PR: ports/9
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.31  +1 -0  ports/net/whois/Makefile
  1.25  +1 -0  ports/net/whois/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/interchange Makefile distinfo pkg-plist

2005-11-12 Thread Sergey Matveychuk
sem 2005-11-12 18:34:20 UTC

  FreeBSD ports repository

  Modified files:
www/interchange  Makefile distinfo pkg-plist 
  Log:
  - Update to 5.2.1
  
  PR: ports/5
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.18  +2 -2  ports/www/interchange/Makefile
  1.5   +3 -2  ports/www/interchange/distinfo
  1.7   +8 -1  ports/www/interchange/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/normalize Makefile pkg-plist

2005-11-12 Thread Sergey Matveychuk
sem 2005-11-12 19:09:45 UTC

  FreeBSD ports repository

  Modified files:
audio/normalize  Makefile pkg-plist 
  Log:
  - Fix pkg-plist when WITH_XMMS defined
  
  PR: ports/88893
  Submitted by:   Ion-Mihai "IOnut" Tetcu
  
  Revision  ChangesPath
  1.22  +1 -0  ports/audio/normalize/Makefile
  1.6   +2 -1  ports/audio/normalize/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/normalize Makefile

2005-11-12 Thread Sergey Matveychuk
sem 2005-11-12 21:17:58 UTC

  FreeBSD ports repository

  Modified files:
audio/normalize  Makefile 
  Log:
  - Submitter of the last PR kindly agrees to take the port
  
  Revision  ChangesPath
  1.23  +1 -1  ports/audio/normalize/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/fcron Makefile distinfo pkg-plist ports/sysutils/fcron/files patch-configure

2005-11-12 Thread Sergey Matveychuk
sem 2005-11-12 21:23:49 UTC

  FreeBSD ports repository

  Modified files:
sysutils/fcron   Makefile distinfo pkg-plist 
  Removed files:
sysutils/fcron/files patch-configure 
  Log:
  - Fix fcron crashing with disabling of fcrondyn
  - Get rid of unnessesary patch
  
  PR: ports/3
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.21  +4 -5  ports/sysutils/fcron/Makefile
  1.8   +1 -0  ports/sysutils/fcron/distinfo
  1.2   +0 -20 ports/sysutils/fcron/files/patch-configure (dead)
  1.7   +0 -1  ports/sysutils/fcron/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2005-11-13 Thread Sergey Matveychuk
sem 2005-11-13 20:59:47 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document flashplugin vulnerability
  
  Revision  ChangesPath
  1.885 +44 -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 "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2005-11-13 Thread Sergey Matveychuk
sem 2005-11-13 21:21:16 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document phpSysInfo vulnerability
  
  Revision  ChangesPath
  1.886 +35 -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 "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2005-11-13 Thread Sergey Matveychuk
sem 2005-11-13 21:39:56 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Micromedia -> Macromedia
  - Standard FDP primer documentation rules apply
  - Two dots fixed
  
  Noted by:   remko
  
  Revision  ChangesPath
  1.887 +7 -7  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 "[EMAIL PROTECTED]"


cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby18 Makefile distinfo pkg-plist

2005-11-14 Thread Sergey Matveychuk
sem 2005-11-14 09:46:15 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.ruby.mk 
lang/ruby18  Makefile distinfo pkg-plist 
  Log:
  - Back out the last update. It breaks many ruby ports install.
  
  Reported by:kris via pointyhat
  
  Revision  ChangesPath
  1.147 +17 -20ports/Mk/bsd.ruby.mk
  1.89  +17 -23ports/lang/ruby18/Makefile
  1.62  +4 -2  ports/lang/ruby18/distinfo
  1.52  +214 -279  ports/lang/ruby18/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports MOVED ports/net Makefile ports/net/libnet Makefile distinfo pkg-descr pkg-plist ports/net/libnet/files patch-aa patch-ab patch-ac patch-include::libnet.h ports/net/libnet10 Makefile

2005-11-14 Thread Sergey Matveychuk
sem 2005-11-14 17:07:08 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
net  Makefile 
net/libnet   Makefile distinfo pkg-descr pkg-plist 
net/libnet10 Makefile 
net/libnet-devel Makefile distinfo pkg-plist 
dns/dnshijacker  Makefile 
graphics/p5-Image-Grab Makefile 
net-mgmt/angst   Makefile 
net-mgmt/cdpdMakefile 
net-mgmt/gps Makefile 
net-mgmt/isicMakefile 
net-mgmt/knowlan Makefile 
net-mgmt/scdpMakefile 
net-mgmt/singMakefile 
net/arping   Makefile 
net/despoof  Makefile 
net/libnids  Makefile 
net/nemesis  Makefile 
net/py-libnetMakefile 
net/pynids   Makefile 
net/tcptracerouteMakefile 
net/ttlscan  Makefile 
net/xipdump  Makefile 
security/dsniff  Makefile 
security/labrea  Makefile 
security/snort_inline Makefile 
security/vidaMakefile 
security/zombiezapper Makefile 
net-mgmt/ettercapMakefile 
net-mgmt/packit  Makefile 
net-mgmt/pixilateMakefile 
net-mgmt/tcpreplay   Makefile 
net/4g8  Makefile 
net/arp-sk   Makefile 
net/arprelease   Makefile 
net/gspoof   Makefile 
net/nast Makefile 
net/netwib   Makefile 
security/firewalkMakefile 
security/saspMakefile 
security/unicornscan Makefile 
security/yersiniaMakefile 
sysutils/heartbeat   Makefile 
net/olsrdMakefile 
net/xboxproxyMakefile 
security/snort   Makefile 
security/ipguard Makefile 
  Added files:
security/yersinia/files patch-src-ncurses-gui.c 
  Removed files:
net/libnet/files patch-aa patch-ab patch-ac 
 patch-include::libnet.h 
  Log:
  libnet update:
  - move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
  
  - Fix all depended ports with a new DEPENDS scheme
  
  - While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
  
  PR: ports/85519 (based on)
  Submitted by:   Stas Yakovlev 
  
  Revision  ChangesPath
  1.814 +3 -1  ports/MOVED
  1.4   +2 -2  ports/dns/dnshijacker/Makefile
  1.8   +2 -1  ports/graphics/p5-Image-Grab/Makefile
  1.13  +2 -1  ports/net-mgmt/angst/Makefile
  1.6   +2 -1  ports/net-mgmt/cdpd/Makefile
  1.28  +2 -2  ports/net-mgmt/ettercap/Makefile
  1.9   +2 -2  ports/net-mgmt/gps/Makefile
  1.6   +2 -1  ports/net-mgmt/isic/Makefile
  1.4   +2 -1  ports/net-mgmt/knowlan/Makefile
  1.14  +3 -2  ports/net-mgmt/packit/Makefile
  1.16  +2 -2  ports/net-mgmt/pixilate/Makefile
  1.9   +2 -2  ports/net-mgmt/scdp/Makefile
  1.8   +2 -1  ports/net-mgmt/sing/Makefile
  1.20  +2 -1  ports/net-mgmt/tcpreplay/Makefile
  1.10  +2 -1  ports/net/4g8/Makefile
  1.1576+1 -0  ports/net/Makefile
  1.3   +2 -1  ports/net/arp-sk/Makefile
  1.17  +2 -1  ports/net/arping/Makefile
  1.7   +2 -1  ports/net/arprelease/Makefile
  1.8   +2 -2  ports/net/despoof/Makefile
  1.14  +2 -2  ports/net/gspoof/Makefile
  1.14  +5 -4  ports/net/libnet-devel/Makefile
  1.5   +2 -2  ports/net/libnet-devel/distinfo
  1.6   +4 -33 ports/net/libnet-devel/pkg-plist
  1.16  +16 -18ports/net/libnet/Makefile
  1.10  +2 -2  ports/net/libnet/distinfo
  1.8   +0 -29 ports/net/libnet/files/patch-aa (dead)
  1.7   +0 -20 ports/net/libnet/files/patch-ab (dead)
  1.4   +0 -11 ports/net/libnet/files/patch-ac (dead)
  1.2   +0 -15 ports/net/libnet/files/patch-include::libnet.h (dead)
  1.4   +15 -12ports/net/libnet/pkg-descr
  1.10  +90 -21ports/net/libnet/pkg-plist
  1.16  +4 -1  ports/net/libnet10/Makefile
  1.16  +3 -2  ports/net/libnids/Makefile
  1.17  +2 -2  ports/net/nast/Makefile
  1.12  +2 -1  ports/net/nemesis/Makefile
  1.19  +2 -1  ports/net/netwib/Makefile
  1.3   +2 -2  ports/net/olsrd/Makefile
  1.11  +2 -2  ports/net/py-libnet/Makefile
  1.3   +2 -1  ports/net/pynids/Makefile
  1.7   +2 -1  ports/net/tcptraceroute/Makefile
  1.4   +2 -1  ports/net/ttlscan/Makefile
  1.3   +2 -1  ports/net/xboxproxy/Makefile
  1.11  +2 -1  ports/net/xipdump/Makefile
  1.14  +2 -1  ports/security/dsniff/Makefile
  1.21  +2 -2  ports/security/firewalk/Makefile
  1.2   +2 -1  ports/security/ipguard/Makefile
  1.8   +2 -1  ports/security/labrea/Makefile
  1.3   +2 -1  ports/security/sasp/Makefile
  1.63  +2 -1  ports/security/snort/Mak

cvs commit: CVSROOT modules

2005-11-14 Thread Sergey Matveychuk
sem 2005-11-14 17:08:14 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Add libnet10 module
  
  Revision  ChangesPath
  1.13607   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/converters/ruby-iconv Makefile ports/databases/ruby-gdbm Makefile ports/lang/ruby-tcltklib Makefile ports/x11-toolkits/ruby-tk Makefile ports/lang/ruby-mode.el Makefile ports/lang/ru

2005-11-14 Thread Sergey Matveychuk
sem 2005-11-15 04:33:31 UTC

  FreeBSD ports repository

  Modified files:
converters/ruby-iconv Makefile 
databases/ruby-gdbm  Makefile 
lang/ruby-tcltklib   Makefile 
x11-toolkits/ruby-tk Makefile 
lang/ruby-mode.elMakefile 
lang/ruby18_static   Makefile 
  Log:
  - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mk
  
  Reported by:chkversion script
  
  Revision  ChangesPath
  1.24  +1 -0  ports/converters/ruby-iconv/Makefile
  1.19  +1 -0  ports/databases/ruby-gdbm/Makefile
  1.14  +1 -0  ports/lang/ruby-mode.el/Makefile
  1.31  +1 -0  ports/lang/ruby-tcltklib/Makefile
  1.9   +1 -0  ports/lang/ruby18_static/Makefile
  1.35  +1 -0  ports/x11-toolkits/ruby-tk/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/linuxfdisk Makefile

2005-11-15 Thread Sergey Matveychuk
sem 2005-11-15 08:32:31 UTC

  FreeBSD ports repository

  Modified files:
sysutils/linuxfdisk  Makefile 
  Log:
  - Distfile was moved in old/ subdir. Add the URL and
add one more site because of ftp.kernel.org is poorly accessable.
  
  PR: ports/89048
  Submitted by:   Valentin Nechayev (maintainer)
  
  Revision  ChangesPath
  1.5   +3 -1  ports/sysutils/linuxfdisk/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/x11-wm/wmii Makefile distinfo pkg-descr

2005-11-16 Thread Sergey Matveychuk

Alexey Dokuchaev wrote:

danfe   2005-11-16 14:36:49 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/wmii  Makefile distinfo pkg-descr 
  Log:

  /tmp/cvs7cc8hm


What does it means?

--
Sem.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/libnet-devel Makefile

2005-11-16 Thread Sergey Matveychuk
sem 2005-11-16 16:34:57 UTC

  FreeBSD ports repository

  Modified files:
net/libnet-devel Makefile 
  Log:
  - Fix build on 4.x (stdint.h -> inttypes.h)
  
  Submitted by:   mnag
  
  Revision  ChangesPath
  1.15  +12 -1 ports/net/libnet-devel/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports MOVED ports/editors Makefile ports/mail Makefile ports/editors/apel-xemacs21-mule Makefile ports/editors/flim-xemacs21-mule Makefile ports/editors/flim113-xemacs21-mule Makefile port

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 08:20:56 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
editors  Makefile 
mail Makefile 
  Removed files:
editors/apel-xemacs21-mule Makefile 
editors/flim-xemacs21-mule Makefile 
editors/flim113-xemacs21-mule Makefile 
editors/psgml-xemacs21-mule Makefile 
editors/semi-xemacs21-mule Makefile 
editors/semi113-xemacs21-mule Makefile 
mail/mew-xemacs21-mule Makefile pkg-descr pkg-message 
   pkg-plist 
mail/mew2-xemacs21-mule Makefile pkg-descr pkg-message 
pkg-plist 
mail/mew3-xemacs21-mule Makefile pkg-descr pkg-plist 
  Log:
  - Remove a few of xemacs21-mule ports. They conflicts with
xemacs-mule-packages ports and better to be installed inside XEMACS.
  
It fixes ports/26192 submitted by Kang-min Liu 
in 2001 year.
  
  Requested by:   Andrey Slusar (xemacs21-mule and xemacs-mule-package ports)
  
  Revision  ChangesPath
  1.823 +10 -1 ports/MOVED
  1.327 +0 -6  ports/editors/Makefile
  1.26  +0 -51 ports/editors/apel-xemacs21-mule/Makefile (dead)
  1.25  +0 -56 ports/editors/flim-xemacs21-mule/Makefile (dead)
  1.26  +0 -56 ports/editors/flim113-xemacs21-mule/Makefile (dead)
  1.21  +0 -19 ports/editors/psgml-xemacs21-mule/Makefile (dead)
  1.25  +0 -62 ports/editors/semi-xemacs21-mule/Makefile (dead)
  1.26  +0 -56 ports/editors/semi113-xemacs21-mule/Makefile (dead)
  1.711 +0 -3  ports/mail/Makefile
  1.14  +0 -41 ports/mail/mew-xemacs21-mule/Makefile (dead)
  1.6   +0 -20 ports/mail/mew-xemacs21-mule/pkg-descr (dead)
  1.4   +0 -8  ports/mail/mew-xemacs21-mule/pkg-message (dead)
  1.3   +0 -175ports/mail/mew-xemacs21-mule/pkg-plist (dead)
  1.7   +0 -44 ports/mail/mew2-xemacs21-mule/Makefile (dead)
  1.3   +0 -19 ports/mail/mew2-xemacs21-mule/pkg-descr (dead)
  1.3   +0 -13 ports/mail/mew2-xemacs21-mule/pkg-message (dead)
  1.4   +0 -186ports/mail/mew2-xemacs21-mule/pkg-plist (dead)
  1.9   +0 -47 ports/mail/mew3-xemacs21-mule/Makefile (dead)
  1.4   +0 -19 ports/mail/mew3-xemacs21-mule/pkg-descr (dead)
  1.5   +0 -211ports/mail/mew3-xemacs21-mule/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 08:25:54 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  remove a few xemacs21-mule ports
  
  Revision  ChangesPath
  1.13635   +0 -9  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese/migemo Makefile ports/japanese/migemo-xemacs21-mule Makefile

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 10:31:59 UTC

  FreeBSD ports repository

  Modified files:
japanese/migemo  Makefile 
japanese/migemo-xemacs21-mule Makefile 
  Log:
  - Fix dependency on removed port.
  - Bump PORTREVISION in master port
  
  Reported by:cperciva
  Pointy hat to:  me
  
  Revision  ChangesPath
  1.7   +2 -2  ports/japanese/migemo-xemacs21-mule/Makefile
  1.19  +1 -1  ports/japanese/migemo/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/lucidlife Makefile distinfo

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 12:20:55 UTC

  FreeBSD ports repository

  Modified files:
games/lucidlife  Makefile distinfo 
  Log:
  - Change maintainer e-mail
  - Add SHA256 checksum
  
  PR: ports/89185
  Submitted by:   Marcin Wisnicki (maintainer)
  
  Revision  ChangesPath
  1.3   +2 -2  ports/games/lucidlife/Makefile
  1.2   +2 -0  ports/games/lucidlife/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/mail/imapsync Makefile distinfo

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 12:46:27 UTC

  FreeBSD ports repository

  Modified files:
mail/imapsyncMakefile distinfo 
  Log:
  - Update to 1.142
  
  PR: ports/89186
  Submitted by:   Alex Deiter (maintainer)
  
  Revision  ChangesPath
  1.13  +1 -1  ports/mail/imapsync/Makefile
  1.11  +2 -2  ports/mail/imapsync/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports MOVED ports/editors Makefile ports/editors/flim Makefile ports/editors/flim-xemacs21-mule Makefile ports/editors/semi-xemacs21-mule Makefile

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 15:44:33 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
editors  Makefile 
editors/flim Makefile 
  Added files:
editors/flim-xemacs21-mule Makefile 
editors/semi-xemacs21-mule Makefile 
  Log:
  Fix INDEX build:
  - Get back editors/semi-xemacs21-mule and editors/flim-xemacs21-mule
untill a decision will be found.
  - editors/flim: fix dependency. bump PORTREVISION.
  
  Revision  ChangesPath
  1.824 +1 -3  ports/MOVED
  1.329 +2 -0  ports/editors/Makefile
  1.26  +56 -0 ports/editors/flim-xemacs21-mule/Makefile (new)
  1.31  +3 -2  ports/editors/flim/Makefile
  1.26  +62 -0 ports/editors/semi-xemacs21-mule/Makefile (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-17 15:49:06 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Readd flim-xemacs21-mule and semi-xemacs21-mule
  
  Revision  ChangesPath
  1.13648   +2 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/polish/kadu distinfo

2005-11-17 Thread Sergey Matveychuk
sem 2005-11-18 06:28:14 UTC

  FreeBSD ports repository

  Modified files:
polish/kadu  distinfo 
  Log:
  - Add SHA256
  
  PR: ports/89185
  Submitted by:   Marcin Wisnicki (maintainer)
  
  Revision  ChangesPath
  1.9   +1 -0  ports/polish/kadu/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/editors/flim Makefile ports/editors/flim-xemacs21-mule Makefile ports/editors/semi-xemacs21-mule Makefile

2005-11-18 Thread Sergey Matveychuk
sem 2005-11-18 21:19:21 UTC

  FreeBSD ports repository

  Modified files:
editors/flim Makefile 
editors/flim-xemacs21-mule Makefile 
editors/semi-xemacs21-mule Makefile 
  Log:
  - Fix dependency for flim-xemacs21-mule
  - Sync dependencies for flim and semi-xemacs21-mule
for one style.
  
  Reported by:kris via pointyhat
  Discussed with: Andrey Slusar
  
  Revision  ChangesPath
  1.27  +1 -1  ports/editors/flim-xemacs21-mule/Makefile
  1.32  +2 -2  ports/editors/flim/Makefile
  1.27  +1 -1  ports/editors/semi-xemacs21-mule/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases/mysql-administrator Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 14:35:05 UTC

  FreeBSD ports repository

  Modified files:
databases/mysql-administrator Makefile 
  Log:
  - Remove apostrophe from BROKEN macro. make(1) on 4.x dislikes it.
  
  PR: ports/89008
  Submitted by:   Andreas Schulz
  
  Revision  ChangesPath
  1.24  +1 -1  ports/databases/mysql-administrator/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/editors/xemacs21-mule Makefile ports/editors/xemacs-devel-mule Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 14:56:35 UTC

  FreeBSD ports repository

  Modified files:
editors/xemacs21-mule Makefile 
editors/xemacs-devel-mule Makefile 
  Log:
  - Fix depends when WITH_XAW3D defined.
  
  PR: ports/89251, ports/89254
  Submitted by:   Andrey Slusar (maintainer)
  
  Revision  ChangesPath
  1.39  +1 -0  ports/editors/xemacs-devel-mule/Makefile
  1.73  +1 -0  ports/editors/xemacs21-mule/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/editors/xemacs-devel Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 14:58:04 UTC

  FreeBSD ports repository

  Modified files:
editors/xemacs-devel Makefile 
  Log:
  - Fix configure args for WITH_XAW3D
  
  PR: ports/89253
  Submitted by:   Andrey Slusar
  
  Revision  ChangesPath
  1.99  +1 -0  ports/editors/xemacs-devel/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/editors/xemacs Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 15:13:16 UTC

  FreeBSD ports repository

  Modified files:
editors/xemacs   Makefile 
  Log:
  - Fix PLIST problem on amd64. Unbreak.
  
  PR: ports/89250
  Submitted by:   Andrey Slusar
  
  Revision  ChangesPath
  1.93  +1 -2  ports/editors/xemacs/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/deskutils/py-dosage distinfo ports/devel/libgii distinfo ports/devel/libgiigic distinfo ports/graphics/libggi distinfo ports/graphics/libggigcp distinfo ports/graphics/libggimisc dis

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 19:48:05 UTC

  FreeBSD ports repository

  Modified files:
deskutils/py-dosage  distinfo 
devel/libgii distinfo 
devel/libgiigic  distinfo 
graphics/libggi  distinfo 
graphics/libggigcp   distinfo 
graphics/libggimisc  distinfo 
graphics/libggiwmh   distinfo 
x11/ggiterm  Makefile distinfo pkg-plist 
  Added files:
x11/ggiterm/filespkg-message.in 
  Log:
  - Add SHA256
  
  ggiterm port:
  - Don't use gmake
  - Install ggitem.termcap and add message about it
  - Utilize DATADIR
  - Bump PORTREVISION
  
  PR: ports/89280
  Submitted by:   Antoine Brodin (maintainer)
  
  Revision  ChangesPath
  1.7   +1 -0  ports/deskutils/py-dosage/distinfo
  1.10  +1 -0  ports/devel/libgii/distinfo
  1.3   +1 -0  ports/devel/libgiigic/distinfo
  1.11  +1 -0  ports/graphics/libggi/distinfo
  1.4   +1 -0  ports/graphics/libggigcp/distinfo
  1.4   +1 -0  ports/graphics/libggimisc/distinfo
  1.4   +1 -0  ports/graphics/libggiwmh/distinfo
  1.8   +4 -2  ports/x11/ggiterm/Makefile
  1.5   +1 -0  ports/x11/ggiterm/distinfo
  1.1   +5 -0  ports/x11/ggiterm/files/pkg-message.in (new)
  1.3   +4 -3  ports/x11/ggiterm/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11-wm/ede Makefile ports/databases/mysql-administrator Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 19:54:29 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/ede   Makefile 
databases/mysql-administrator Makefile 
  Log:
  - Get back quotes in BROKEN. I was confused with IGNORE.
  
  Requested by:   kris
  
  Revision  ChangesPath
  1.25  +1 -1  ports/databases/mysql-administrator/Makefile
  1.8   +1 -1  ports/x11-wm/ede/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/aureal-kmod Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 20:14:51 UTC

  FreeBSD ports repository

  Modified files:
audio/aureal-kmodMakefile 
  Log:
  - Fix a master site URL
  - Remove EXPIRATION_DATE
  
  PR: ports/89255
  Submitted by:   Andrey Slusar
  Approved by:no maintainer reaction on broken port for three weeks
  
  Revision  ChangesPath
  1.27  +1 -4  ports/audio/aureal-kmod/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese/migemo-xemacs21-mule Makefile

2005-11-19 Thread Sergey Matveychuk
sem 2005-11-19 20:27:58 UTC

  FreeBSD ports repository

  Modified files:
japanese/migemo-xemacs21-mule Makefile 
  Log:
  - Fix apel dependency
  
  Reported by:kris via pointyhat
  
  Revision  ChangesPath
  1.8   +2 -2  ports/japanese/migemo-xemacs21-mule/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/lang/ruby18 Makefile

2005-11-21 Thread Sergey Matveychuk
sem 2005-11-21 22:58:21 UTC

  FreeBSD ports repository

  Modified files:
lang/ruby18  Makefile 
  Log:
  - Drop maintinership to ports@
  
  Reminded by:linimon
  
  Revision  ChangesPath
  1.90  +1 -1  ports/lang/ruby18/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net-mgmt/ipcad Makefile distinfo

2005-11-21 Thread Sergey Matveychuk
sem 2005-11-21 23:14:48 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/ipcad   Makefile distinfo 
  Log:
  - Update to 3.7
  - Add SHA256
  
  PR: ports/89347
  Submitted by:   Lev Walkin (maintainer)
  
  Revision  ChangesPath
  1.16  +2 -2  ports/net-mgmt/ipcad/Makefile
  1.14  +3 -2  ports/net-mgmt/ipcad/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/ipsec-tools Makefile distinfo

2005-11-21 Thread Sergey Matveychuk
sem 2005-11-21 23:29:18 UTC

  FreeBSD ports repository

  Modified files:
security/ipsec-tools Makefile distinfo 
  Log:
  - Update to 0.6.3. It fixes some crashes,
including potential DoS in aggressive mode.
  - Add SHA256
  
  PR: ports/89365
  Submitted by:   ANHULLEBUS Yvan (maintainer)
  
  Revision  ChangesPath
  1.5   +1 -1  ports/security/ipsec-tools/Makefile
  1.4   +3 -2  ports/security/ipsec-tools/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese/migemo-xemacs21-mule Makefile

2005-11-21 Thread Sergey Matveychuk
sem 2005-11-21 23:51:23 UTC

  FreeBSD ports repository

  Modified files:
japanese/migemo-xemacs21-mule Makefile 
  Log:
  - Fix install
  
  Reported by:kris via pointyhat
  
  Revision  ChangesPath
  1.9   +1 -0  ports/japanese/migemo-xemacs21-mule/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/astro/xearth/files freebsd.committers.markers

2005-11-22 Thread Sergey Matveychuk
sem 2005-11-23 07:01:04 UTC

  FreeBSD ports repository

  Modified files:
astro/xearth/files   freebsd.committers.markers 
  Log:
  - I've moved from a Moscow committers hostel to personal flat.
  
  Pushed by:  discussion in developers@
  
  Revision  ChangesPath
  1.249 +2 -1  ports/astro/xearth/files/freebsd.committers.markers
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/editors/xemacs-devel-mule Makefile ports/editors/xemacs-devel-mule/files patch-mule-coding.c patch-window.c

2005-11-24 Thread Sergey Matveychuk
sem 2005-11-24 12:40:34 UTC

  FreeBSD ports repository

  Modified files:
editors/xemacs-devel-mule Makefile 
  Added files:
editors/xemacs-devel-mule/files patch-mule-coding.c 
patch-window.c 
  Log:
  * Fix crashes printing ISO2022 coding systems.
  * Fix bugs and error messages with VM, BBDB.
  
  PR: ports/89478
  Submitted by:   Andrey Slusar (maintainer)
  
  Revision  ChangesPath
  1.40  +1 -0  ports/editors/xemacs-devel-mule/Makefile
  1.1   +23 -0 
ports/editors/xemacs-devel-mule/files/patch-mule-coding.c (new)
  1.1   +24 -0 ports/editors/xemacs-devel-mule/files/patch-window.c 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/astro/xearth/files freebsd.committers.markers

2005-11-24 Thread Sergey Matveychuk
sem 2005-11-24 13:01:54 UTC

  FreeBSD ports repository

  Modified files:
astro/xearth/files   freebsd.committers.markers 
  Log:
  - Fix my coordinates (again)
  
  Revision  ChangesPath
  1.250 +1 -1  ports/astro/xearth/files/freebsd.committers.markers
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/ace+tao/files patch-ace-POSIX_Proactor.cpp

2005-11-26 Thread Sergey Matveychuk
sem 2005-11-26 20:40:32 UTC

  FreeBSD ports repository

  Added files:
devel/ace+tao/files  patch-ace-POSIX_Proactor.cpp 
  Log:
  - Fix build on -CURRENT (sigval renamed to sival)
  
  Reported by:kris via pointyhat
  
  Revision  ChangesPath
  1.1   +22 -0 ports/devel/ace+tao/files/patch-ace-POSIX_Proactor.cpp 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases Makefile ports/databases/kmysqladmin Makefile distinfo pkg-descr pkg-plist

2005-11-26 Thread Sergey Matveychuk
sem 2005-11-26 20:43:46 UTC

  FreeBSD ports repository

  Modified files:
databasesMakefile 
  Added files:
databases/kmysqladmin Makefile distinfo pkg-descr pkg-plist 
  Log:
  Kmysqladmin is a graphical frontend for administration of mysql servers.
  
  WWW: http://www.alwins-world.de/programs/kmysqladmin/
  
  PR: ports/84775
  Submitted by:   Igor Leonenko 
  
  Revision  ChangesPath
  1.463 +1 -0  ports/databases/Makefile
  1.1   +30 -0 ports/databases/kmysqladmin/Makefile (new)
  1.1   +2 -0  ports/databases/kmysqladmin/distinfo (new)
  1.1   +16 -0 ports/databases/kmysqladmin/pkg-descr (new)
  1.1   +30 -0 ports/databases/kmysqladmin/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2005-11-26 Thread Sergey Matveychuk
sem 2005-11-26 20:43:59 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
kmysqladmin --> ports/databases/kmysqladmin
  
  Revision  ChangesPath
  1.13742   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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

2005-11-26 Thread Sergey Matveychuk
sem 2005-11-26 20:46:38 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  Add Igor Leonenko
  
  Revision  ChangesPath
  1.486 +5 -0  
doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/hdup Makefile distinfo

2005-11-26 Thread Sergey Matveychuk
sem 2005-11-27 07:14:37 UTC

  FreeBSD ports repository

  Modified files:
sysutils/hdupMakefile distinfo 
  Log:
  - Update to 2.0.13 (bugfix release)
  
  Nudged by:  edwin's script
  
  Revision  ChangesPath
  1.11  +1 -2  ports/sysutils/hdup/Makefile
  1.8   +3 -3  ports/sysutils/hdup/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/comms/ruby-serialport Makefile ports/comms/ruby-serialport/files patch-serialport.c

2005-11-26 Thread Sergey Matveychuk
sem 2005-11-27 07:40:51 UTC

  FreeBSD ports repository

  Modified files:
comms/ruby-serialport Makefile 
  Added files:
comms/ruby-serialport/files patch-serialport.c 
  Log:
  - Fix serial ports name for FreeBSD >= 6.0
  
  PR: ports/89282
  Reported by:Karsten Thygesen
  
  Revision  ChangesPath
  1.4   +1 -0  ports/comms/ruby-serialport/Makefile
  1.1   +27 -0 ports/comms/ruby-serialport/files/patch-serialport.c 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/kdar Makefile distinfo

2005-11-27 Thread Sergey Matveychuk
sem 2005-11-27 15:17:37 UTC

  FreeBSD ports repository

  Modified files:
sysutils/kdarMakefile distinfo 
  Log:
  - Update to 2.0.7
  
  PR: ports/88247
  Submitted by:   Kay Lehmann (maintainer)
  
  Revision  ChangesPath
  1.9   +1 -2  ports/sysutils/kdar/Makefile
  1.5   +2 -2  ports/sysutils/kdar/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/joomla Makefile distinfo pkg-plist

2005-11-27 Thread Sergey Matveychuk
sem 2005-11-28 07:30:34 UTC

  FreeBSD ports repository

  Modified files:
www/joomla   Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0.4
It fixes 6 Security Vunerabilities:
  
  Critical Level Threats
  Potentional XSS injection through GET and other variables
   - Affects all previous versions of Joomla! and Mambo 4.5.2.3
  Hardened SEF against XSS injection
   - Affects all previous versions of Joomla! and Mambo 4.5.2.3
  
  Low Level Threats
  Potential SQL injection in Polls modules through the Itemid variable
   - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
  Potential SQL injection in several methods in mosDBTable class
   - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
  Potential misuse of Media component file management functions
   - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
  Add search limit param (default of 50) to `Search` Mambots to prevent search 
flooding
   - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
  
  PR: ports/89596
  Submitted by:   Francisco Alves Cabrita (maintainer)
  
  Revision  ChangesPath
  1.2   +3 -3  ports/www/joomla/Makefile
  1.2   +3 -2  ports/www/joomla/distinfo
  1.2   +10 -8 ports/www/joomla/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/joomla dist

2005-11-28 Thread Sergey Matveychuk
sem 2005-11-28 10:50:33 UTC

  FreeBSD ports repository

  Removed files:
www/joomla   dist 
  Log:
  - Remove a junk file.
  
  Asked by:   maintainer
  
  Revision  ChangesPath
  1.2   +0 -83 ports/www/joomla/dist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/madman Makefile ports/audio/madman/files patch-designer_mainwin.ui

2005-11-28 Thread Sergey Matveychuk
sem 2005-11-28 11:09:22 UTC

  FreeBSD ports repository

  Modified files:
audio/madman Makefile 
  Added files:
audio/madman/files   patch-designer_mainwin.ui 
  Log:
  - Fix build. Unbreak.
  
  PR: ports/89641
  Submitted by:   Daniel Roethlisberger (maintainer)
  
  Revision  ChangesPath
  1.4   +0 -2  ports/audio/madman/Makefile
  1.1   +11 -0 ports/audio/madman/files/patch-designer_mainwin.ui (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/omniORB Makefile distinfo ports/devel/py-omniorb Makefile distinfo pkg-plist

2012-02-15 Thread Sergey Matveychuk
sem 2012-02-15 18:12:42 UTC

  FreeBSD ports repository

  Modified files:
devel/omniORBMakefile distinfo 
devel/py-omniorb Makefile distinfo pkg-plist 
  Log:
  - Update omniORB to 4.1.6 and py-omniorb to 3.6
  
  Revision  ChangesPath
  1.51  +2 -1  ports/devel/omniORB/Makefile
  1.24  +2 -2  ports/devel/omniORB/distinfo
  1.37  +2 -1  ports/devel/py-omniorb/Makefile
  1.19  +2 -2  ports/devel/py-omniorb/distinfo
  1.16  +0 -2  ports/devel/py-omniorb/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-mgmt/cacti Makefile distinfo pkg-plist

2012-02-22 Thread Sergey Matveychuk
sem 2012-02-23 00:10:09 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/cacti   Makefile distinfo pkg-plist 
  Log:
  - Update to 0.8.7i
  
  Revision  ChangesPath
  1.52  +1 -1  ports/net-mgmt/cacti/Makefile
  1.39  +2 -2  ports/net-mgmt/cacti/distinfo
  1.27  +1 -0  ports/net-mgmt/cacti/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/quagga-re Makefile

2012-03-05 Thread Sergey Matveychuk
sem 2012-03-05 13:01:17 UTC

  FreeBSD ports repository

  Modified files:
net/quagga-reMakefile 
  Log:
  - The project has moved to github
  
  Revision  ChangesPath
  1.3   +1 -2  ports/net/quagga-re/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/dhcprelya Makefile distinfo

2012-03-07 Thread Sergey Matveychuk
sem 2012-03-07 14:52:40 UTC

  FreeBSD ports repository

  Modified files:
net/dhcprelyaMakefile distinfo 
  Log:
  - Update to 4.2
  
  Revision  ChangesPath
  1.13  +2 -2  ports/net/dhcprelya/Makefile
  1.11  +2 -2  ports/net/dhcprelya/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/bird-devel Makefile distinfo

2012-03-14 Thread Sergey Matveychuk
sem 2012-03-14 16:08:08 UTC

  FreeBSD ports repository

  Modified files:
net/bird-devel   Makefile distinfo 
  Log:
  - Update 20120307
  
  Changelog:
  * Sync to post 1.3.6
  * Add 6PE support
  * Add some CLI commands
  * Several bugs fixed, some possibly added
  
  Submitted by:   maintainer
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.4   +1 -1  ports/net/bird-devel/Makefile
  1.4   +2 -2  ports/net/bird-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/net/irrd Makefile ports/net/irrd/files patch-config_file.c patch-database.c

2012-03-15 Thread Sergey Matveychuk
sem 2012-03-15 11:45:48 UTC

  FreeBSD ports repository

  Modified files:
net/irrd Makefile 
  Added files:
net/irrd/files   patch-config_file.c patch-database.c 
  Log:
  - Add patches to fix two crash dumps
  
  Submitted by:   Boris Lytochkin 
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.13  +1 -0  ports/net/irrd/Makefile
  1.1   +11 -0 ports/net/irrd/files/patch-config_file.c (new)
  1.3   +16 -0 ports/net/irrd/files/patch-database.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/net/bird Makefile distinfo ports/net/bird/files patch-136-post.diff ports/net/bird6 Makefile distinfo

2012-03-22 Thread Sergey Matveychuk
sem 2012-03-22 16:51:22 UTC

  FreeBSD ports repository

  Modified files:
net/bird Makefile distinfo 
net/bird6Makefile distinfo 
  Removed files:
net/bird/files   patch-136-post.diff 
  Log:
  - Update to 1.3.7
  
  Submitted by:   mainteiner
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.20  +9 -2  ports/net/bird/Makefile
  1.17  +2 -2  ports/net/bird/distinfo
  1.2   +0 -507ports/net/bird/files/patch-136-post.diff (dead)
  1.10  +1 -1  ports/net/bird6/Makefile
  1.10  +2 -2  ports/net/bird6/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/bird/files agg_support.patch

2012-03-22 Thread Sergey Matveychuk
sem 2012-03-22 16:52:51 UTC

  FreeBSD ports repository

  Added files:
net/bird/files   agg_support.patch 
  Log:
  - Missed a patch with the last commit
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.1   +4404 -0   ports/net/bird/files/agg_support.patch (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/bird-devel Makefile distinfo

2012-03-23 Thread Sergey Matveychuk
sem 2012-03-23 15:19:24 UTC

  FreeBSD ports repository

  Modified files:
net/bird-devel   Makefile distinfo 
  Log:
  - Update to 20120323 snapshot
* Fix 6Pe issue
* Improve remote MP capability handling
* Import 'show bgp summary [verbose]' command
  
  Submitted by:   maintainer
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.5   +1 -1  ports/net/bird-devel/Makefile
  1.5   +2 -2  ports/net/bird-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/net/dhcprelya Makefile distinfo

2012-03-24 Thread Sergey Matveychuk
sem 2012-03-24 16:01:41 UTC

  FreeBSD ports repository

  Modified files:
net/dhcprelyaMakefile distinfo 
  Log:
  - Update to 4.2.1
* fix options string parsing
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.14  +1 -1  ports/net/dhcprelya/Makefile
  1.12  +2 -2  ports/net/dhcprelya/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/dhcprelya Makefile distinfo

2012-03-26 Thread Sergey Matveychuk
sem 2012-03-26 11:47:27 UTC

  FreeBSD ports repository

  Modified files:
net/dhcprelyaMakefile distinfo 
  Log:
  - Update to 4.2.2
* minor fix in radius_plugin
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.15  +1 -1  ports/net/dhcprelya/Makefile
  1.13  +2 -2  ports/net/dhcprelya/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/vuxml vuln.xml

2012-03-26 Thread Sergey Matveychuk
sem 2012-03-26 11:56:55 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - quagga-re affected the last vulnerability too.
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.2647+6 -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/net/quagga-re Makefile distinfo pkg-plist

2012-03-26 Thread Sergey Matveychuk
sem 2012-03-26 12:01:59 UTC

  FreeBSD ports repository

  Modified files:
net/quagga-reMakefile distinfo pkg-plist 
  Log:
  - Update to 0.99.17.8
  
  Security:   42a2c82a-75b9-11e1-89b4-001ec9578670
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.4   +1 -1  ports/net/quagga-re/Makefile
  1.3   +2 -2  ports/net/quagga-re/distinfo
  1.2   +2 -0  ports/net/quagga-re/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/quagga-re Makefile distinfo

2012-04-16 Thread Sergey Matveychuk
sem 2012-04-16 15:18:08 UTC

  FreeBSD ports repository

  Modified files:
net/quagga-reMakefile distinfo 
  Log:
  - Update to 0.99.17.9
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.5   +1 -1  ports/net/quagga-re/Makefile
  1.4   +2 -2  ports/net/quagga-re/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/gsoap Makefile distinfo pkg-plist

2012-05-03 Thread Sergey Matveychuk
sem 2012-05-03 18:55:48 UTC

  FreeBSD ports repository

  Modified files:
devel/gsoap  Makefile distinfo pkg-plist 
  Log:
  - Update to 2.8.8
  
  PR: ports/165628
  Submitted by:   gahr
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.40  +24 -3 ports/devel/gsoap/Makefile
  1.25  +2 -2  ports/devel/gsoap/distinfo
  1.12  +16 -0 ports/devel/gsoap/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-mgmt/cacti Makefile distinfo pkg-plist

2012-05-03 Thread Sergey Matveychuk
sem 2012-05-03 19:11:26 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/cacti   Makefile distinfo pkg-plist 
  Log:
  - Update to 0.8.8a
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.53  +1 -1  ports/net-mgmt/cacti/Makefile
  1.40  +2 -2  ports/net-mgmt/cacti/distinfo
  1.28  +15 -0 ports/net-mgmt/cacti/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/dns/unbound Makefile distinfo ports/dns/unbound/files patch-configure

2012-05-24 Thread Sergey Matveychuk
sem 2012-05-24 15:02:38 UTC

  FreeBSD ports repository

  Modified files:
dns/unbound  Makefile distinfo 
dns/unbound/filespatch-configure 
  Log:
  - Update to 1.4.17
* Use ECDSA by default
* Add a hack to build ldns with ECDSA support if it's not installed
  
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.49  +12 -3 ports/dns/unbound/Makefile
  1.29  +2 -2  ports/dns/unbound/distinfo
  1.8   +5 -4  ports/dns/unbound/files/patch-configure
___
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-Net-DHCPClient Makefile

2012-06-03 Thread Sergey Matveychuk
sem 2012-06-03 18:58:50 UTC

  FreeBSD ports repository

  Modified files:
net/p5-Net-DHCPClient Makefile 
  Log:
  - Don't depend on path in RUN_DEPENDS.
  
  Requested by:   az
  Feature safe:   Yes
  
  Revision  ChangesPath
  1.3   +1 -1  ports/net/p5-Net-DHCPClient/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/quagga-re Makefile

2012-06-04 Thread Sergey Matveychuk
sem 2012-06-04 14:11:46 UTC

  FreeBSD ports repository

  Modified files:
net/quagga-reMakefile 
  Log:
  - Fix CONFLICTS line
  
  Submitted by:   FreeBSD Ports conflicts checker
  
  Revision  ChangesPath
  1.6   +1 -1  ports/net/quagga-re/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/quagga Makefile

2012-06-04 Thread Sergey Matveychuk
sem 2012-06-04 14:15:22 UTC

  FreeBSD ports repository

  Modified files:
net/quagga   Makefile 
  Log:
  - Fix CONFLICT line
  
  Submitted by:   FreeBSD Ports conflicts checker
  Approved by:maintainer (implicitly)
  
  Revision  ChangesPath
  1.118 +1 -1  ports/net/quagga/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"


Re: cvs commit: ports/net/p5-Net-DHCPClient Makefile

2012-06-04 Thread Sergey Matveychuk

04.06.2012 3:22, Alexey Dokuchaev написал:

On Sun, Jun 03, 2012 at 06:58:50PM +, Sergey Matveychuk wrote:

sem 2012-06-03 18:58:50 UTC
[...]

   Feature safe:   Yes


Are we're in a feature freeze or something?  (Also, traditionally we do not
capitalize tags' values, modulo names).

./danfe

P.S.  This is my second email about this since 24 May 2012.  Do you receive
@freebsd.org mail correctly?


Well, I should fix my sieve filter to get a copy in my box, not only 
port-committers folder. I'll do, thanks.


About Feature safe, it appears in commit message, so I filled it 
automaticaly. Before, this line disappeared after port thawed but not 
this time.

___
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-06-05 Thread Sergey Matveychuk
sem 2012-06-05 15:15:21 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document the last quagga vulnerability
  
  Revision  ChangesPath
  1.2727+37 -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/net/quagga-re Makefile distinfo

2012-06-05 Thread Sergey Matveychuk
sem 2012-06-05 15:23:46 UTC

  FreeBSD ports repository

  Modified files:
net/quagga-reMakefile distinfo 
  Log:
  - Update to 0.99.17.10
  
  Security:   1e14d46f-af1f-11e1-b242-00215af774f0
  
  Revision  ChangesPath
  1.7   +1 -1  ports/net/quagga-re/Makefile
  1.5   +2 -2  ports/net/quagga-re/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/net/quagga Makefile

2012-06-07 Thread Sergey Matveychuk

04.06.2012 19:45, Bryan Drewery wrote:

On 6/4/2012 9:15 AM, Sergey Matveychuk wrote:

sem 2012-06-04 14:15:22 UTC

   FreeBSD ports repository

   Modified files:
 net/quagga   Makefile
   Log:
   - Fix CONFLICT line

   Submitted by:   FreeBSD Ports conflicts checker
   Approved by:maintainer (implicitly)

   Revision  ChangesPath
   1.118 +1 -1  ports/net/quagga/Makefile
___
cvs-po...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-ports
To unsubscribe, send any mail to "cvs-ports-unsubscr...@freebsd.org"


I'm making an assumption here, so forgive me if wrong.

I'm assuming ketas sent you an email with the CONFLICTS suggestion. He's
been working on the script from scratch lately and notifying maintainers.

Should use him for Submitted By!



You're wrong. I have an agreement with quagga port maintainer (Boris). 
In compliance with it I can make trivial and security fixes without 
explicit his approval. I just make a notice him by email. A long story 
really.

___
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-mgmt/cacti/files pkg-install.in ports/net-mgmt/cacti Makefile distinfo

2012-06-15 Thread Sergey Matveychuk
sem 2012-06-15 13:53:28 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/cacti/files pkg-install.in 
net-mgmt/cacti   Makefile distinfo 
  Log:
  - Add an official patch: SNMPv3 Privilege Protocol None
  - chown recursively in pkg-install script [1]
  
  Requested by:   Paul Beard  [1]
  
  Revision  ChangesPath
  1.55  +2 -3  ports/net-mgmt/cacti/Makefile
  1.41  +2 -0  ports/net-mgmt/cacti/distinfo
  1.4   +1 -1  ports/net-mgmt/cacti/files/pkg-install.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/net-mgmt/cacti Makefile

2012-06-15 Thread Sergey Matveychuk
sem 2012-06-15 14:16:57 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/cacti   Makefile 
  Log:
  - Remove obsolated post-extract message
  
  Revision  ChangesPath
  1.56  +0 -9  ports/net-mgmt/cacti/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/hdup Makefile distinfo

2005-12-10 Thread Sergey Matveychuk
sem 2005-12-10 16:07:46 UTC

  FreeBSD ports repository

  Modified files:
sysutils/hdupMakefile distinfo 
  Log:
  - Update to 2.0.14 (bugfix release)
  
  Revision  ChangesPath
  1.12  +2 -2  ports/sysutils/hdup/Makefile
  1.9   +3 -3  ports/sysutils/hdup/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/szip Makefile pkg-plist ports/archivers/szip/files patch-makefile

2005-12-10 Thread Sergey Matveychuk
sem 2005-12-10 18:36:04 UTC

  FreeBSD ports repository

  Modified files:
archivers/szip   Makefile 
  Added files:
archivers/szip/files patch-makefile 
  Removed files:
archivers/szip   pkg-plist 
  Log:
  - Remove DEPRECATED. Mastersite is back again.
  - Get rid of pkg-plist.
  - While I'm here, remove harmful interactivity.
  
  PR: ports/90188
  Submitted by:   Igor Pokrovsky (maintainer)
  
  Revision  ChangesPath
  1.11  +5 -3  ports/archivers/szip/Makefile
  1.1   +11 -0 ports/archivers/szip/files/patch-makefile (new)
  1.3   +0 -5  ports/archivers/szip/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases Makefile ports/databases/pxlib Makefile distinfo pkg-descr pkg-plist ports/databases/pxlib/files patch-Makefile.in patch-src-px_io.c

2005-12-11 Thread Sergey Matveychuk
sem 2005-12-11 10:33:44 UTC

  FreeBSD ports repository

  Modified files:
databasesMakefile 
  Added files:
databases/pxlib  Makefile distinfo pkg-descr pkg-plist 
databases/pxlib/files patch-Makefile.in patch-src-px_io.c 
  Log:
  pxlib is shared C library to read various Paradox files.
  
  WWW: http://pxlib.sourceforge.net
  
  Revision  ChangesPath
  1.466 +1 -0  ports/databases/Makefile
  1.1   +61 -0 ports/databases/pxlib/Makefile (new)
  1.1   +3 -0  ports/databases/pxlib/distinfo (new)
  1.1   +11 -0 ports/databases/pxlib/files/patch-Makefile.in (new)
  1.1   +85 -0 ports/databases/pxlib/files/patch-src-px_io.c (new)
  1.1   +7 -0  ports/databases/pxlib/pkg-descr (new)
  1.1   +10 -0 ports/databases/pxlib/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2005-12-11 Thread Sergey Matveychuk
sem 2005-12-11 10:35:32 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
pxlib --> ports/databases/pxlib
  
  Revision  ChangesPath
  1.13825   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT access

2005-12-11 Thread Sergey Matveychuk
sem 2005-12-11 14:02:16 UTC

  FreeBSD ports repository

  Modified files:
.access 
  Log:
  Welcome Andrey Slusar (anray@) as a port committer.
  
  Account created by: simon
  
  Revision  ChangesPath
  1.677 +1 -0  CVSROOT/access
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases/mdbtools Makefile ports/databases/mdbtools/files patch-include_mdbsql.h patch-include_mdbtools.h

2005-12-11 Thread Sergey Matveychuk
sem 2005-12-11 15:39:01 UTC

  FreeBSD ports repository

  Modified files:
databases/mdbtools   Makefile 
  Added files:
databases/mdbtools/files patch-include_mdbsql.h 
 patch-include_mdbtools.h 
  Log:
  - Add `extern "C"' in headers files. It fixes linking with C++ applications.
  
  Discussed with: Alex Lyashkov (Umka #bsd-unix @rusnet)
  
  Revision  ChangesPath
  1.22  +1 -1  ports/databases/mdbtools/Makefile
  1.1   +21 -0 ports/databases/mdbtools/files/patch-include_mdbsql.h 
(new)
  1.1   +22 -0 ports/databases/mdbtools/files/patch-include_mdbtools.h 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases/hk_classes Makefile distinfo pkg-plist ports/databases/hk_classes/files patch-utilities::Makefile.in

2005-12-11 Thread Sergey Matveychuk
sem 2005-12-11 20:37:51 UTC

  FreeBSD ports repository

  Modified files:
databases/hk_classes Makefile distinfo pkg-plist 
databases/hk_classes/files patch-utilities::Makefile.in 
  Log:
  - Update to 0.8
  - Add Firebird and Paradox support
  
  Revision  ChangesPath
  1.26  +54 -9 ports/databases/hk_classes/Makefile
  1.11  +3 -3  ports/databases/hk_classes/distinfo
  1.3   +8 -5  
ports/databases/hk_classes/files/patch-utilities::Makefile.in
  1.13  +9 -1  ports/databases/hk_classes/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases/knoda Makefile distinfo pkg-plist

2005-12-11 Thread Sergey Matveychuk
sem 2005-12-11 20:39:13 UTC

  FreeBSD ports repository

  Modified files:
databases/knoda  Makefile distinfo pkg-plist 
  Log:
  - Update to 0.8
  
  Revision  ChangesPath
  1.24  +2 -3  ports/databases/knoda/Makefile
  1.10  +3 -3  ports/databases/knoda/distinfo
  1.10  +3 -0  ports/databases/knoda/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   3   4   5   6   7   8   9   10   >