cvs commit: src/lib/libc/stdio freopen.c

2006-10-15 Thread Andrey A. Chernov
ache2006-10-15 16:24:31 UTC FreeBSD src repository Modified files: lib/libc/stdio freopen.c Log: Do real seek Catch ftruncate errors PR: 104295 Submitted by: ru (seek) Revision ChangesPath 1.14 +11 -3 src/lib/libc/stdio/freope

cvs commit: src/lib/libc/stdio freopen.c

2006-10-16 Thread Andrey A. Chernov
ache2006-10-16 09:39:16 UTC FreeBSD src repository Modified files: lib/libc/stdio freopen.c Log: Back out ftruncate error handling. There can some file tipes f.e. sockets when ftruncate normally fail. Revision ChangesPath 1.15 +2 -9 src/lib/libc/

cvs commit: src/lib/libc/stdio freopen.c

2006-10-16 Thread Andrey A. Chernov
ache2006-10-16 09:57:16 UTC FreeBSD src repository Modified files: lib/libc/stdio freopen.c Log: Honor errno obtained from __sflags Move errno restoring after FUNLOCKFILE in one case Revision ChangesPath 1.16 +3 -1 src/lib/libc/stdio/freopen.c __

cvs commit: src/lib/libc/stdio freopen.c

2006-10-16 Thread Andrey A. Chernov
ache2006-10-16 14:31:56 UTC FreeBSD src repository Modified files: lib/libc/stdio freopen.c Log: file == NULL: Issue __sflush() before possible setting O_APPEND mode or ftruncate(), write to wrong place may occurse oserwise. Use simplified _sseek() to the start, i

cvs commit: ports/mail/dk-milter Makefile ports/mail/dk-milter/files milter-dk.sh.in

2006-10-30 Thread Andrey A. Chernov
ache2006-10-31 00:27:08 UTC FreeBSD ports repository Modified files: mail/dk-milter Makefile mail/dk-milter/files milter-dk.sh.in Log: Use right default socket name in startup script Revision ChangesPath 1.14 +1 -1 ports/mail/dk-milter/Makefil

cvs commit: ports/www/ljsm Makefile distinfo ports/www/ljsm/files patch-ljsm.pl

2006-10-30 Thread Andrey A. Chernov
ache2006-10-31 00:28:20 UTC FreeBSD ports repository Modified files: www/ljsm Makefile distinfo Added files: www/ljsm/files patch-ljsm.pl Log: Upgrade to 2.8 Revision ChangesPath 1.8 +2 -2 ports/www/ljsm/Makefile 1.3 +3

cvs commit: ports/www/lynx-current Makefile distinfo ports/www/lynx-current/files patch-aa

2006-06-13 Thread Andrey A. Chernov
ache2006-06-14 01:27:21 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo www/lynx-current/files patch-aa Log: Upgrade to 2.8.6dev.18 Revision ChangesPath 1.170 +2 -2 ports/www/lynx-current/Makefile 1.181 +3 -3

cvs commit: ports/archivers/zip Makefile distinfo ports/archivers/zip/files patch-ab

2006-07-06 Thread Andrey A. Chernov
ache2006-07-07 01:25:00 UTC FreeBSD ports repository Modified files: archivers/zipMakefile distinfo archivers/zip/files patch-ab Log: Upgrade to 2.32 Revision ChangesPath 1.32 +2 -3 ports/archivers/zip/Makefile 1.9 +3 -3 ports/

cvs commit: ports/archivers/unrar Makefile distinfo

2006-07-12 Thread Andrey A. Chernov
ache2006-07-12 17:38:22 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Update to 3.60 beta 6 Revision ChangesPath 1.43 +2 -2 ports/archivers/unrar/Makefile 1.23 +3 -3 ports/archivers/unrar/distinfo __

cvs commit: ports/graphics/png Makefile distinfo ports/graphics/png/files patch-ab patch-ac

2006-07-23 Thread Andrey A. Chernov
ache2006-07-23 07:05:41 UTC FreeBSD ports repository Modified files: graphics/png Makefile distinfo graphics/png/files patch-ab patch-ac Log: Upgrade to 1.2.12 Revision ChangesPath 1.77 +1 -2 ports/graphics/png/Makefile 1.32 +3 -3

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2006-07-25 Thread Andrey A. Chernov
ache2006-07-26 03:45:43 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update to the latest variant from the project CVS Revision ChangesPath 1.64 +1 -1 ports/www/WebMagick/Makefile 1.

cvs commit: src/sys/boot/forth loader.conf

2006-07-26 Thread Andrey A. Chernov
ache2006-07-26 12:59:42 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Add snd_emu10kx_load Revision ChangesPath 1.108 +1 -0 src/sys/boot/forth/loader.conf ___ cvs-all@freebsd.o

cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist

2006-07-26 Thread Andrey A. Chernov
ache2006-07-26 15:44:04 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Log: Upgrade to 6.2.8-5 Submitted by: maintainer Revision ChangesPath 1.222 +3 -3 ports/graphics/ImageMagick/Makefile 1.105

cvs commit: ports/www/apache13 Makefile ports/www/apache13/files patch-CVE-2006-3747

2006-07-27 Thread Andrey A. Chernov
ache2006-07-27 15:28:21 UTC FreeBSD ports repository Modified files: www/apache13 Makefile Added files: www/apache13/files patch-CVE-2006-3747 Log: Security fix: off-by-one error in mod_rewrite Submitted by: simon Revision ChangesPath 1.171

cvs commit: ports/graphics/png Makefile ports/graphics/png/files patch-aa patch-ad

2006-07-27 Thread Andrey A. Chernov
ache2006-07-27 18:21:10 UTC FreeBSD ports repository Modified files: graphics/png Makefile graphics/png/files patch-aa Added files: graphics/png/files patch-ad Log: Use another method to turn off assembler code on non-i386 It should produce correct p

cvs commit: ports/www/apache13 Makefile distinfo ports/www/apache13/files patch-CVE-2006-3747

2006-07-28 Thread Andrey A. Chernov
ache2006-07-28 23:49:23 UTC FreeBSD ports repository Modified files: www/apache13 Makefile distinfo Removed files: www/apache13/files patch-CVE-2006-3747 Log: Upgrade to 1.3.37 Revision ChangesPath 1.172 +2 -3 ports/www/apache13/Makefile

cvs commit: ports/www/apache13 Makefile ports/www/apache13/files apache.sh

2006-08-10 Thread Andrey A. Chernov
ache2006-08-10 11:51:43 UTC FreeBSD ports repository Modified files: www/apache13 Makefile www/apache13/files apache.sh Log: Use more rcNG compatible method for limits(1) PR: 101746 Revision ChangesPath 1.173 +1 -0 ports/ww

cvs commit: ports/archivers/unrar Makefile pkg-plist

2006-08-10 Thread Andrey A. Chernov
ache2006-08-11 05:53:51 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile Removed files: archivers/unrar pkg-plist Log: Respect DESTDIR, remove plist PR: 101786 Submitted by: gabor Revision ChangesPath 1.44

cvs commit: ports/archivers/unarj Makefile pkg-plist

2006-08-10 Thread Andrey A. Chernov
ache2006-08-11 06:12:52 UTC FreeBSD ports repository Modified files: archivers/unarj Makefile Removed files: archivers/unarj pkg-plist Log: - Respect DESTDIR - Respect NOPORTDOCS - Bump PORTREVISION - Eliminate plist PR: 101788 Submit

cvs commit: ports/archivers/arc Makefile pkg-plist

2006-08-10 Thread Andrey A. Chernov
ache2006-08-11 06:23:06 UTC FreeBSD ports repository Modified files: archivers/arcMakefile Removed files: archivers/arcpkg-plist Log: - Respect DESTDIR - Respect NOPORTDOCS - Bump PORTREVISION - Eliminate pkg-plist PR: 101771 Su

cvs commit: ports/archivers/unrar Makefile distinfo

2006-08-10 Thread Andrey A. Chernov
ache2006-08-11 06:54:26 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Upgrade to 3.60 beta 7 Revision ChangesPath 1.45 +2 -2 ports/archivers/unrar/Makefile 1.24 +3 -3 ports/archivers/unrar/distinfo _

cvs commit: ports/mail/procmail Makefile

2006-08-12 Thread Andrey A. Chernov
ache2006-08-12 13:02:31 UTC FreeBSD ports repository Modified files: mail/procmailMakefile Log: Comment out COURIER_MAILDIR_KLUDGE support waiting new patch location appearse (perhaps) PR: 101829 Revision ChangesPath 1.55 +5 -5

cvs commit: ports/archivers/unzip Makefile pkg-plist

2006-08-12 Thread Andrey A. Chernov
ache2006-08-12 13:11:23 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Removed files: archivers/unzip pkg-plist Log: - Respect DESTDIR - Eliminate plist PR: 101816 Submitted by: gabor Revision ChangesPat

cvs commit: ports/archivers/ha Makefile ports/archivers/ha/files patch-ab

2006-08-12 Thread Andrey A. Chernov
ache2006-08-12 13:46:06 UTC FreeBSD ports repository Modified files: archivers/ha Makefile Removed files: archivers/ha/files patch-ab Log: - Respect DESTDIR - Eliminate a patch - Use INSTALL_PROGRAM to install the binary PR: 101918 Subm

cvs commit: ports/archivers/unrar Makefile

2006-08-16 Thread Andrey A. Chernov
ache2006-08-17 01:46:32 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile Log: Upgrade to 3.60 final Revision ChangesPath 1.46 +4 -4 ports/archivers/unrar/Makefile ___ cvs-all@freebsd.o

cvs commit: ports/archivers/unrar distinfo

2006-08-16 Thread Andrey A. Chernov
ache2006-08-17 01:47:07 UTC FreeBSD ports repository Modified files: archivers/unrar distinfo Log: Upgrade to 3.60 final Revision ChangesPath 1.25 +3 -3 ports/archivers/unrar/distinfo ___ cvs-all@freebsd.o

cvs commit: ports/www/lynx-current Makefile distinfo pkg-plist

2010-12-17 Thread Andrey A. Chernov
ache2010-12-18 06:10:18 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo pkg-plist Log: Upgrade to 2.8.8dev.7 Revision ChangesPath 1.192 +2 -2 ports/www/lynx-current/Makefile 1.194 +2 -3 ports/www/lynx-current

cvs commit: doc/share/pgpkeys ache.key

2010-12-22 Thread Andrey A. Chernov
ache2010-12-23 07:53:44 UTC FreeBSD doc repository (src,ports committer) Modified files: share/pgpkeysache.key Log: Update my key Revision ChangesPath 1.8 +114 -112 doc/share/pgpkeys/ache.key ___ cvs-all@f

cvs commit: doc/share/pgpkeys ache.key

2010-12-24 Thread Andrey A. Chernov
ache2010-12-24 08:23:14 UTC FreeBSD doc repository (src,ports committer) Modified files: share/pgpkeysache.key Log: refresh Revision ChangesPath 1.9 +110 -110 doc/share/pgpkeys/ache.key ___ cvs-all@freebsd

cvs commit: ports/archivers/unrar Makefile distinfo

2011-01-18 Thread Andrey A. Chernov
ache2011-01-18 18:42:27 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Upgrade to 4.00 beta 4 Feature safe: yes PR: 154103 Revision ChangesPath 1.67 +2 -2 ports/archivers/unrar/Makefile

cvs commit: ports/chinese/unrar Makefile

2011-01-19 Thread Andrey A. Chernov
ache2011-01-19 22:09:17 UTC FreeBSD ports repository Modified files: chinese/unrarMakefile Log: BROKEN=Obsoleted. Feature safe: yes Revision ChangesPath 1.9 +2 -0 ports/chinese/unrar/Makefile ___

cvs commit: ports/chinese/unrar Makefile

2011-01-20 Thread Andrey A. Chernov
ache2011-01-20 08:30:26 UTC FreeBSD ports repository Modified files: chinese/unrarMakefile Log: Set DEPRECATED and EXPIRATION_DATE Feature safe: yes Revision ChangesPath 1.10 +3 -1 ports/chinese/unrar/Makefile ___

cvs commit: ports/chinese/unrar Makefile

2011-01-20 Thread Andrey A. Chernov
ache2011-01-20 09:54:22 UTC FreeBSD ports repository Modified files: chinese/unrarMakefile Log: Fix a typo in exp date Feature safe: yes Revision ChangesPath 1.11 +1 -1 ports/chinese/unrar/Makefile ___

cvs commit: ports/archivers/unrar Makefile distinfo

2011-02-09 Thread Andrey A. Chernov
ache2011-02-10 06:16:09 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Upgrade to 4.00 beta 6 PR: 154585 Submitted by: Sunpoet Po-Chuan Hsieh Revision ChangesPath 1.68 +2 -2 ports/archivers/

cvs commit: ports/archivers/ha Makefile

2011-02-27 Thread Andrey A. Chernov
ache2011-02-28 03:04:20 UTC FreeBSD ports repository Modified files: archivers/ha Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.21 +1 -1 ports/archivers/ha/Makefile ___ cvs-all@free

cvs commit: ports/www/lynx-current Makefile distinfo

2011-03-01 Thread Andrey A. Chernov
ache2011-03-02 06:46:57 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo Log: Upgrade to 2.8.8dev.8 Revision ChangesPath 1.193 +2 -2 ports/www/lynx-current/Makefile 1.195 +2 -2 ports/www/lynx-current/distinfo

cvs commit: ports/archivers/unrar Makefile distinfo

2011-03-10 Thread Andrey A. Chernov
ache2011-03-10 09:26:23 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Upgrade to 4.00 Submitted by: naddy Revision ChangesPath 1.69 +3 -6 ports/archivers/unrar/Makefile 1.41 +2 -2 ports/archiv

cvs commit: ports/archivers/unzip Makefile

2011-03-25 Thread Andrey A. Chernov
ache2011-03-25 18:47:23 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Log: - add LICENSE_FILE - whitespace cleanup - add CONFLICTS PR: 155926 Submitted by: Takefu Revision ChangesPath 1.69 +13 -6 port

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa patch-ab

2011-04-03 Thread Andrey A. Chernov
ache2011-04-04 03:48:54 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa patch-ab Log: Sync with latest project cvs Revision ChangesPath 1.82 +1 -1 ports/www/WebMagick/Makefile 1.63 +143

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2011-04-05 Thread Andrey A. Chernov
ache2011-04-05 14:47:17 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update to latest version from the project cvs Revision ChangesPath 1.83 +1 -1 ports/www/WebMagick/Makefile 1.64

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2011-04-06 Thread Andrey A. Chernov
ache2011-04-06 08:02:58 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update to latest variant from the project cvs Revision ChangesPath 1.84 +1 -1 ports/www/WebMagick/Makefile 1.65

cvs commit: ports/mail/milter-greylist Makefile distinfo

2011-04-16 Thread Andrey A. Chernov
ache2011-04-16 12:39:05 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile distinfo Log: Update to 4.2.7 Revision ChangesPath 1.42 +1 -1 ports/mail/milter-greylist/Makefile 1.17 +2 -3 ports/mail/milter-greylist/distinf

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2011-04-25 Thread Andrey A. Chernov
ache2011-04-25 18:30:53 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update to the latest version from the project cvs Revision ChangesPath 1.85 +1 -1 ports/www/WebMagick/Makefile 1.

cvs commit: ports/misc/astrolog Makefile ports/misc/astrolog/files patch-ab patch-placalc.c

2011-05-12 Thread Andrey A. Chernov
ache2011-05-12 14:38:12 UTC FreeBSD ports repository Modified files: misc/astrologMakefile misc/astrolog/files patch-ab Added files: misc/astrolog/files patch-placalc.c Log: amd64 fixes (types sizes) Submitted by: Christian Gusenbauer Revisi

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2011-12-11 Thread Andrey A. Chernov
ache2011-12-11 22:54:03 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Fix new perl warning "defined(%hash) is deprecated" (from the project CVS) Feature safe: yes Revision ChangesPath 1.

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2011-12-14 Thread Andrey A. Chernov
ache2011-12-14 19:06:48 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update to the latest from the project CVS Feature safe: yes Revision ChangesPath 1.91 +1 -1 ports/www/WebMagi

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa patch-ab

2012-01-22 Thread Andrey A. Chernov
ache2012-01-22 18:25:56 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa patch-ab Log: Update to the latest version from the project CVS (--prepend added) Revision ChangesPath 1.92 +1 -1 port

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2010-09-14 Thread Andrey A. Chernov
ache2010-09-15 05:26:17 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update from project cvs Revision ChangesPath 1.80 +1 -1 ports/www/WebMagick/Makefile 1.62 +40 -41ports/w

cvs commit: ports/archivers/unzip Makefile distinfo

2010-09-19 Thread Andrey A. Chernov
ache2010-09-20 06:14:25 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile distinfo Log: Add optional (WITH_ICONV) patch to convert between local and OEM charsets. PR: 150699 Submitted by: KOMATSU Shinichiro Revision Changes

cvs commit: ports/mail/procmail Makefile ports/mail/procmail/files patch-src:mailfold.c

2010-12-06 Thread Andrey A. Chernov
ache2010-12-06 10:14:59 UTC FreeBSD ports repository Modified files: mail/procmailMakefile Added files: mail/procmail/files patch-src:mailfold.c Log: Fix a segfault problem with header only filter. Revision ChangesPath 1.58 +1 -1 ports/ma

cvs commit: ports/mail/milter-greylist Makefile pkg-plist ports/mail/milter-greylist/files milter-greylist.in patch-greylist.conf

2010-05-02 Thread Andrey A. Chernov
ache2010-05-02 11:41:07 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile pkg-plist mail/milter-greylist/files milter-greylist.in patch-greylist.conf Log: Run as group mailnull to assist postfix Revision Chan

cvs commit: ports/mail/milter-greylist Makefile distinfo

2010-05-02 Thread Andrey A. Chernov
ache2010-05-02 13:38:16 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile distinfo Log: Upgrade to 4.2.5 Revision ChangesPath 1.40 +6 -1 ports/mail/milter-greylist/Makefile 1.15 +3 -3 ports/mail/milter-greylist/distin

cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files patch-aa

2010-05-26 Thread Andrey A. Chernov
ache2010-05-26 21:40:02 UTC FreeBSD ports repository Modified files: ftp/wu-ftpd Makefile ftp/wu-ftpd/filespatch-aa Log: Fix padding of internal ls Submitted by: bug_rep...@arcor.de Revision ChangesPath 1.60 +1 -1 ports/ftp/wu-ft

cvs commit: ports/www/lynx-current Makefile distinfo

2010-06-03 Thread Andrey A. Chernov
ache2010-06-03 11:19:28 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo Log: Upgrade to 2.8.8dev.3 Revision ChangesPath 1.191 +2 -3 ports/www/lynx-current/Makefile 1.193 +3 -3 ports/www/lynx-current/distinfo

cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files patch-aa

2010-06-29 Thread Andrey A. Chernov
ache2010-06-29 12:20:30 UTC FreeBSD ports repository Modified files: ftp/wu-ftpd Makefile ftp/wu-ftpd/filespatch-aa Log: Uncomment dologout(-1) on SIGHUP and the like signals, stale wtmp entries appears otherwise. Feature safe: yes Revision Ch

cvs commit: ports/ftp/wu-ftpd/files patch-aa

2010-06-29 Thread Andrey A. Chernov
ache2010-06-29 12:28:54 UTC FreeBSD ports repository Modified files: ftp/wu-ftpd/filespatch-aa Log: Add SIGTERM to the list, needs wtmp cleanup too Feature safe: yes Revision ChangesPath 1.21 +25 -12ports/ftp/wu-ftpd/files/patch-aa

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2010-07-10 Thread Andrey A. Chernov
ache2010-07-10 21:42:10 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Quote COORDS value and add ALT="" to pass HTML validators. Feature safe: yes Revision ChangesPath 1.76 +1 -1

cvs commit: ports/ftp/wu-ftpd Makefile

2010-07-10 Thread Andrey A. Chernov
ache2010-07-10 22:44:34 UTC FreeBSD ports repository Modified files: ftp/wu-ftpd Makefile Log: Remove myself from MAINTAINER Feature safe: yes Revision ChangesPath 1.62 +1 -1 ports/ftp/wu-ftpd/Makefile __

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2010-07-18 Thread Andrey A. Chernov
ache2010-07-18 09:56:16 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Sync with project's cvs Revision ChangesPath 1.77 +1 -1 ports/www/WebMagick/Makefile 1.60 +91 -85ports/w

cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa

2010-07-24 Thread Andrey A. Chernov
ache2010-07-24 14:16:23 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile www/WebMagick/files patch-aa Log: Update from project CVS Revision ChangesPath 1.78 +1 -1 ports/www/WebMagick/Makefile 1.61 +5 -5 ports/w

cvs commit: ports/mail/milter-greylist Makefile distinfo ports/mail/milter-greylist/files patch-configure

2010-08-04 Thread Andrey A. Chernov
ache2010-08-05 01:28:12 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile distinfo mail/milter-greylist/files patch-configure Log: Upgrade to 4.2.6 Revision ChangesPath 1.41 +1 -1 ports/mail/milter-greylist/Makefile 1.16

cvs commit: ports/textproc/p5-Text-CSV_XS Makefile distinfo

2009-03-30 Thread Andrey A. Chernov
ache2009-03-30 19:25:25 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV_XS Makefile distinfo Log: Upgrade to 0.63 PR: 132973 Submitted by: Edmondas Girkantas Revision ChangesPath 1.15 +1 -1 ports/textproc/p5-Text-C

cvs commit: ports/mail/milter-greylist Makefile

2009-03-30 Thread Andrey A. Chernov
ache2009-03-30 19:30:33 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile Log: --with-curl -> --with-libcurl Submitted by: Roberto Grassi Revision ChangesPath 1.31 +1 -1 ports/mail/milter-greylist/Makefile ___

cvs commit: ports/graphics/png Makefile

2009-03-30 Thread Andrey A. Chernov
ache2009-03-30 19:33:54 UTC FreeBSD ports repository Modified files: graphics/png Makefile Log: Add MAKE_JOBS_SAFE PR: 132998 Submitted by: Martin Matuska Revision ChangesPath 1.96 +1 -0 ports/graphics/png/Makefile _

cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/files patch-lib-LWP-Parallel-UserAgent.pm

2009-03-30 Thread Andrey A. Chernov
ache2009-03-30 19:41:09 UTC FreeBSD ports repository Modified files: www/p5-ParallelUAMakefile Added files: www/p5-ParallelUA/files patch-lib-LWP-Parallel-UserAgent.pm Log: Fix functionality with latest p5-libwww PR: 132298 Submitted by: Gea-Su

cvs commit: ports/www/p5-ParallelUA Makefile

2009-03-30 Thread Andrey A. Chernov
ache2009-03-30 21:08:24 UTC FreeBSD ports repository Modified files: www/p5-ParallelUAMakefile Log: Remove file after patch Revision ChangesPath 1.31 +3 -0 ports/www/p5-ParallelUA/Makefile ___ cvs-all@freeb

cvs commit: ports/mail/milter-greylist Makefile distinfo ports/mail/milter-greylist/files patch-greylist.conf

2009-04-21 Thread Andrey A. Chernov
ache2009-04-22 06:05:33 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile distinfo mail/milter-greylist/files patch-greylist.conf Log: Upgrade to 4.2.2 Revision ChangesPath 1.32 +1 -2 ports/mail/milter-greylist/Makefile 1.

cvs commit: ports/mail/milter-greylist Makefile

2009-04-22 Thread Andrey A. Chernov
ache2009-04-22 10:32:02 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile Log: Use OPTIONS add --with-postfix there PR: 133783 Submitted by: John Baldwin Revision ChangesPath 1.33 +14 -3 ports/mail/milter-g

cvs commit: ports/mail/milter-greylist Makefile

2009-04-22 Thread Andrey A. Chernov
ache2009-04-22 21:41:30 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile Log: Use on/off instead of YES/NO for OPTIONS Revision ChangesPath 1.34 +5 -5 ports/mail/milter-greylist/Makefile _

cvs commit: ports/graphics/png Makefile distinfo ports/graphics/png/files patch-ab

2008-11-13 Thread Andrey A. Chernov
ache2008-11-13 10:19:40 UTC FreeBSD ports repository Modified files: graphics/png Makefile distinfo graphics/png/files patch-ab Log: Upgrade to 1.2.33 PR: 128718 Submitted by: bf <[EMAIL PROTECTED]> Revision ChangesPath 1.93

cvs commit: ports/graphics/png Makefile distinfo ports/graphics/png/files patch-ab

2009-01-04 Thread Andrey A. Chernov
ache2009-01-04 18:01:21 UTC FreeBSD ports repository Modified files: graphics/png Makefile distinfo graphics/png/files patch-ab Log: Upgrade to 1.2.34 Revision ChangesPath 1.94 +1 -1 ports/graphics/png/Makefile 1.45 +3 -3 ports

cvs commit: ports/archivers/unzip Makefile

2009-02-07 Thread Andrey A. Chernov
ache2009-02-07 18:39:12 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Log: Fix missing quote in prev change PR: 131283 Submitted by: Dmitry Revision ChangesPath 1.63 +1 -1 ports/archivers/unzip/Makefile

cvs commit: ports/www/lynx-current Makefile distinfo pkg-plist

2009-02-12 Thread Andrey A. Chernov
ache2009-02-12 21:49:04 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo pkg-plist Log: Upgrade to 2.8.7dev.13 Revision ChangesPath 1.186 +2 -3 ports/www/lynx-current/Makefile 1.190 +3 -3 ports/www/lynx-curren

cvs commit: ports/textproc/p5-Text-CSV_XS Makefile distinfo

2009-02-12 Thread Andrey A. Chernov
ache2009-02-12 21:57:44 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV_XS Makefile distinfo Log: Upgrade to 0.60 Revision ChangesPath 1.14 +1 -1 ports/textproc/p5-Text-CSV_XS/Makefile 1.9 +3 -3 ports/textproc/p5-Text-CSV_X

cvs commit: ports/www/lynx-current pkg-plist

2009-02-12 Thread Andrey A. Chernov
ache2009-02-12 23:26:57 UTC FreeBSD ports repository Modified files: www/lynx-current pkg-plist Log: Add missing file Revision ChangesPath 1.50 +1 -0 ports/www/lynx-current/pkg-plist ___ cvs-all@freebsd.org

cvs commit: ports/www/lynx-current pkg-plist

2009-02-12 Thread Andrey A. Chernov
ache2009-02-12 23:29:56 UTC FreeBSD ports repository Modified files: www/lynx-current pkg-plist Log: Remove locale dir too Revision ChangesPath 1.51 +2 -0 ports/www/lynx-current/pkg-plist ___ cvs-all@freebs

cvs commit: ports/www/lynx-current pkg-plist

2009-02-12 Thread Andrey A. Chernov
ache2009-02-12 23:31:50 UTC FreeBSD ports repository Modified files: www/lynx-current pkg-plist Log: Don't remove id locale since it in the mtree Revision ChangesPath 1.52 +0 -2 ports/www/lynx-current/pkg-plist ___

cvs commit: ports/mail/dkim-milter Makefile distinfo ports/mail/dkim-milter/files site.config.m4

2009-02-18 Thread Andrey A. Chernov
ache2009-02-19 01:35:36 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo mail/dkim-milter/files site.config.m4 Log: Upgrade to 2.8.2 PR: 131819 Submitted by: Hirohisa Yamaguchi (maintainer) Revision Changes

cvs commit: ports/graphics/png Makefile distinfo ports/graphics/png/files patch-ab

2009-02-23 Thread Andrey A. Chernov
ache2009-02-24 04:01:48 UTC FreeBSD ports repository Modified files: graphics/png Makefile distinfo graphics/png/files patch-ab Log: Upgrade to 1.2.35 (fix for CVE-2009-0040) Revision ChangesPath 1.95 +1 -1 ports/graphics/png/Makefile

cvs commit: ports/graphics/png Makefile

2010-01-10 Thread Andrey A. Chernov
ache2010-01-10 09:12:04 UTC FreeBSD ports repository Modified files: graphics/png Makefile Log: Remove my maintainership Revision ChangesPath 1.101 +1 -1 ports/graphics/png/Makefile ___ cvs-all@freebsd.o

cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files logwtmp.c

2010-01-21 Thread Andrey A. Chernov
ache2010-01-21 14:35:14 UTC FreeBSD ports repository Modified files: ftp/wu-ftpd Makefile Added files: ftp/wu-ftpd/fileslogwtmp.c Log: Add -current utmpx support Submitted by: ed Revision ChangesPath 1.59 +9 -2 ports/ftp/wu-ftp

cvs commit: ports/archivers/unrar Makefile distinfo

2010-01-28 Thread Andrey A. Chernov
ache2010-01-28 13:45:13 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Update to 3.91 Make portlint happier PR: 143178 Submitted by: Sunpoet Po-Chuan Hsieh Revision ChangesPath 1.65 +3 -3

cvs commit: ports/archivers/unrar Makefile distinfo

2010-03-22 Thread Andrey A. Chernov
ache2010-03-23 04:27:59 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Update to 3.93 PR: 144953 Submitted by: Sunpoet Po-Chuan Hsieh Revision ChangesPath 1.66 +2 -2 ports/archivers/unrar/Ma

cvs commit: ports/misc/astrolog Makefile pkg-plist ports/misc/astrolog/files patch-astrolog.dat

2010-03-23 Thread Andrey A. Chernov
ache2010-03-23 13:20:05 UTC FreeBSD ports repository Modified files: misc/astrologMakefile pkg-plist Added files: misc/astrolog/files patch-astrolog.dat Log: 1) Do not remove config file on package upgrading 2) Supply more useful config file Revision C

cvs commit: ports/misc/astrolog pkg-plist

2010-03-25 Thread Andrey A. Chernov
ache2010-03-25 12:36:02 UTC FreeBSD ports repository Modified files: misc/astrologpkg-plist Log: Use @dirrmtry since old config may present Revision ChangesPath 1.12 +1 -1 ports/misc/astrolog/pkg-plist

cvs commit: ports/www/lynx-current Makefile distinfo pkg-plist ports/www/lynx-current/files patch-aa

2010-03-26 Thread Andrey A. Chernov
ache2010-03-26 08:52:50 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo pkg-plist www/lynx-current/files patch-aa Log: Upgrade to 2.8.8dev.2 Revision ChangesPath 1.189 +12 -9 ports/www/lynx-current/Makefile 1.192

cvs commit: ports/www/lynx-current Makefile distinfo pkg-plist

2011-08-25 Thread Andrey A. Chernov
ache2011-08-25 15:20:18 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo pkg-plist Log: Upgrade to 2.8.8dev.9 Revision ChangesPath 1.195 +2 -2 ports/www/lynx-current/Makefile 1.196 +2 -2 ports/www/lynx-current

cvs commit: ports/www/lynx-current Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:13:45 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.196 +1 -1 ports/www/lynx-current/Makefile ___ cvs-all@

cvs commit: ports/archivers/unzip Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:14:58 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.71 +1 -1 ports/archivers/unzip/Makefile ___ cvs-all@f

cvs commit: ports/mail/milter-greylist Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:21:35 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.43 +1 -1 ports/mail/milter-greylist/Makefile ___ cvs-

cvs commit: ports/archivers/arc Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:26:02 UTC FreeBSD ports repository Modified files: archivers/arcMakefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.23 +1 -1 ports/archivers/arc/Makefile ___ cvs-all@fre

cvs commit: ports/archivers/unarj Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:27:00 UTC FreeBSD ports repository Modified files: archivers/unarj Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.23 +1 -1 ports/archivers/unarj/Makefile ___ cvs-all@f

cvs commit: ports/archivers/unrar Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:27:53 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.70 +1 -1 ports/archivers/unrar/Makefile ___ cvs-all@f

cvs commit: ports/archivers/zip Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:29:48 UTC FreeBSD ports repository Modified files: archivers/zipMakefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.40 +1 -1 ports/archivers/zip/Makefile ___ cvs-all@fre

cvs commit: ports/misc/astrolog Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:31:24 UTC FreeBSD ports repository Modified files: misc/astrologMakefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.46 +1 -1 ports/misc/astrolog/Makefile ___ cvs-all@fre

cvs commit: ports/russian/rus-ispell Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:34:07 UTC FreeBSD ports repository Modified files: russian/rus-ispell Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.27 +1 -1 ports/russian/rus-ispell/Makefile ___ cvs-al

cvs commit: ports/russian/d1489 Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:36:10 UTC FreeBSD ports repository Modified files: russian/d1489Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.20 +1 -1 ports/russian/d1489/Makefile ___ cvs-all@fre

cvs commit: ports/textproc/sarep Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:37:11 UTC FreeBSD ports repository Modified files: textproc/sarep Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.20 +1 -1 ports/textproc/sarep/Makefile ___ cvs-all@fr

cvs commit: ports/x11-fonts/getbdf Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:38:32 UTC FreeBSD ports repository Modified files: x11-fonts/getbdf Makefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.20 +1 -1 ports/x11-fonts/getbdf/Makefile ___ cvs-all@

cvs commit: ports/www/WebMagick Makefile

2011-08-30 Thread Andrey A. Chernov
ache2011-08-30 07:39:47 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile Log: Remove myself from MAINTAINER Revision ChangesPath 1.86 +1 -1 ports/www/WebMagick/Makefile ___ cvs-all@fre

<    1   2   3   4   5   6   >