[owc] Weekly ports changes ending 2007-07-29

OWC auto at squish.net
Mon Jul 30 07:00:09 BST 2007


OpenBSD ports changes summary for 2007-07-22 to 2007-07-29 inclusive
====================================================================

INDEX                                   Makefile
archivers/p5-Compress-Raw-Zlib          archivers/p5-IO-Compress-Base
archivers/p5-IO-Compress-Zlib           astro/celestia
audio                                   audio/p5-MPEG-Audio-Frame
audio/sonata                            audio/speex
audio/vorbis-tools                      chinese/arphicttf
comms/gmfsk                             converters/p5-Convert-UUlib
databases                               databases/p5-Class-DBI
databases/p5-Class-DBI-AsForm           databases/p5-Ima-DBI
databases/p5-SQL-Abstract               databases/ruby-bdb
databases/ruby-ldap                     databases/tdb
devel                                   devel/cpphs
devel/git                               devel/glib2
devel/happy                             devel/jdk
devel/p5-Class-Accessor                 devel/p5-Class-Generate
devel/p5-Class-Trigger                  devel/p5-Data-Structure-Util
devel/p5-Devel-Size                     devel/p5-Event-Lib
devel/p5-ExtUtils-XSBuilder             devel/p5-IO-KQueue
devel/p5-Locale-US                      devel/p5-POE
devel/p5-POE-Component-IKC              devel/p5-Params-CallbackRequest
devel/p5-Parse-PlainConfig              devel/p5-Test-Class
devel/p5-Tie-RegexpHash                 devel/p5-Want
devel/p5-version                        devel/py-openbsd
devel/qgit                              devel/ruby-gettext
devel/ruby-ncurses                      devel/ruby-tzinfo
devel/subversion                        editors/emacs21
editors/vim                             editors/xemacs21
emulators/simh                          games
games/quake2                            games/sudoku-solver
games/warzone2100                       graphics
graphics/cairo                          graphics/ocrad
graphics/p5-Color-Calc                  graphics/p5-Graphics-ColorNames
graphics/p5-Graphics-ColorNames-WWW     graphics/ruby-gdk-imlib
graphics/ruby-gdk-pixbuf                graphics/xzgv
infrastructure/db                       infrastructure/mk
japanese/mplus-ttf                      japanese/sazanami-ttf
lang/STk                                lang/ghc
lang/librep                             lang/ruby
lang/swi-prolog                         mail
mail/claws-mail-vcalendar               mail/courier-authlib
mail/dovecot                            mail/enigmail
mail/imapproxy                          mail/mimedefang
mail/mozilla-thunderbird                mail/mutt
mail/p5-Email-Address                   mail/p5-Email-MIME-Modifier
mail/p5-Email-MessageID                 mail/p5-Email-Simple
mail/p5-Mail-SpamAssassin               mail/thunderbird-i18n
math                                    math/octave
math/p5-Math-Calc-Units                 math/plplot
multimedia                              multimedia/ffmpeg2theora
multimedia/lsdvd                        multimedia/subtitleripper
net                                     net/ezstream
net/honeyd                              net/mldonkey
net/nagios                              net/openvpn
net/p5-Net-Amazon                       net/p5-Net-DNS
net/p5-Net-Radius                       net/p5-Net-Subnets
net/p5-Net-UPnP                         net/p5-Nmap-Scanner
net/p5-POE-Component-Client-HTTP        net/p5-POE-Component-Client-Keepalive
net/p5-SNMP-BridgeQuery                 net/ruby-pcap
net/tor                                 security
security/cyrus-sasl2                    security/p5-Digest-SHA
security/p5-GSSAPI                      security/ruby-ezcrypto
sysutils/bacula                         sysutils/p5-Proc-Queue
sysutils/p5-Unix-Statgrab               telephony/asterisk
textproc                                textproc/eruby
textproc/gonzui                         textproc/p5-Text-Aspell
textproc/p5-XML-RSSLite                 textproc/p5-XML-XSPF
textproc/ruby-hyperestraier             www
www/firefox-i18n                        www/lighttpd
www/llgal                               www/mod_scgi
www/mozilla-firefox                     www/mozplugger
www/opera                               www/p5-HTML-Highlight
www/p5-HTML-TagFilter                   www/p5-HTTP-Async
www/p5-MasonX-Interp-WithCallbacks      www/p5-SCGI
www/p5-Weather-Com                      www/p5-libapreq2
www/seamonkey                           www/webgui
www/xcache                              x11
x11/artwiz-aleczapka                    x11/bbdate
x11/dwm                                 x11/ecoliercourt-fonts
x11/gmrun                               x11/gnustep
x11/kde                                 x11/liberation-fonts
x11/msttcorefonts                       x11/obconf
x11/openbox                             x11/rep-gtk
x11/ruby-gtk                            x11/sawfish
x11/terminus-font                       

== INDEX ============================================================= 01/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/INDEX

INDEX


  > sync, 4538 unzels (pvalchev@)

== Makefile ========================================================== 02/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/Makefile

Makefile


  > make mirror-maker sturdier:
  > - pass an argument for the file into which we want to save the result, to
  > avoid getting it polluted with error messages (defaults to /dev/stdout for
  > debug).
  > - create the makefile fragment as a temp file and only copy it when
  > complete.
  > - copy it in one chunk, so that one can read a partial mirror-maker file
  > and have it be usable.
  > This does allow for people to start a make mirror-maker in one shell, and
  > start fetching stuff right away, before mirror-maker is finished.
  > This also produces usable mirror-maker Makefiles even if the ports tree
  > contains bogus entries. (espie@)

== archivers ========================================================= 03/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/archivers

p5-Compress-Raw-Zlib

  ~ Makefile                              ~ distinfo

  > update versions to 2.005
  > confirmed by Giovanni Bechis (MAINTAINER) (simon@)

p5-IO-Compress-Base

  ~ Makefile                              ~ distinfo

  > update versions to 2.005
  > confirmed by Giovanni Bechis (MAINTAINER) (simon@)

p5-IO-Compress-Zlib

  ~ Makefile                              ~ distinfo

  > update versions to 2.005
  > confirmed by Giovanni Bechis (MAINTAINER) (simon@)

== astro ============================================================= 04/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/astro

celestia

  ~ Makefile                              

  > fix typo in comment; ok ajacoutot (steven@)

== audio ============================================================= 05/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/audio

audio

  ~ Makefile                              

  > +p5-MPEG-Audio-Frame (steven@)

p5-MPEG-Audio-Frame

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	class for weeding out MPEG audio frames out of a file handle

sonata

  ~ Makefile                              ~ distinfo

  > update to 1.2.2
  > from Vlad Glagolev <stelzy at gmail.com>, ok maintainer (steven@)

speex

  ~ Makefile                              + patches/patch-configure_ac
  + patches/patch-libspeex_stack_alloc_h
  + patches/patch-libspeex_testecho_c     

  > fix building on gcc2 archs; from Moritz Grimm (naddy@)

vorbis-tools

  ~ Makefile                              

  > grab the current Makefile.in.in template so we'll build with newer gettext
  > (naddy@)

== chinese =========================================================== 06/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/chinese

arphicttf

  ~ Makefile                              ~ pkg/PLIST

  > - remove USE_X11
  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - remove quotes around COMMENT while here
  > - bump PKGNAME (ajacoutot@)

== comms ============================================================= 07/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/comms

gmfsk

  ~ Makefile                              ~ pkg/PLIST
  + patches/patch-Makefile_in             

  > - this needs scrollkeeper to build
  > - add gconf/schema and scrollkeeper handling
  > - while here, do some cleaning: remove quotes around COMMENT and add
  > license information
  > thanks to Charles Longeau" <chl at tuxfamily dot org> for noticing it
  > didn't build without scrollkeeper
  > MAINTAINER timeout (ajacoutot@)

== converters ======================================================== 08/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/converters

p5-Convert-UUlib

  ~ Makefile                              ~ distinfo

  > update to version 1.09 and remove quotes around COMMENT while there
  > confirmed by Ibrahim Khalifa (MAINTAINER) (simon@)

== databases ========================================================= 09/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/databases

databases

  ~ Makefile                              

  > add tdb (jasper@)

p5-Class-DBI

  ~ Makefile                              ~ distinfo

  > update to version 3.0.16, remove MAINTAINER per his request
  > and the quotes around COMMENT
  > confirmed by former maintainer Sam Smith (simon@)

p5-Class-DBI-AsForm

  ~ pkg/DESCR                             

  > add a description where there was none.
  > ``sounds reasonnable'' simon@ (pyr@)

  ~ Makefile                              

  > please bump PKGNAME after changing DESCR (steven@)

p5-Ima-DBI

  ~ Makefile                              ~ distinfo

  > update to version 0.35, remove MAINTAINER per his request,
  > a disappeared dependency and the quotes around COMMENT
  > confirmed by former maintainer Sam Smith (simon@)

p5-SQL-Abstract

  ~ Makefile                              ~ distinfo

  > update to version 1.22, remove MAINTAINER per his request
  > and the quotes around COMMENT
  > confirmed by former maintainer Sam Smith (simon@)

ruby-bdb

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

ruby-ldap

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

tdb

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST
  + pkg/PFRAG.shared                      + patches/patch-configure_in
  + patches/patch-Makefile_in             

  > New import:
  >	import tdb 1.0.6

== devel ============================================================= 10/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/devel

devel

  ~ Makefile                              

  > import warzone2100
  > Warzone 2100 was an innovative 3D real-time strategy game back in 1999,
  > and most will agree it didn't enjoy the commercial success it could
  > have had.  The game's source code was liberated on December 6th,
  > 2004, under a GPL license.	Soon after that, the Warzone 2100 ReDev
  > project was formed to take care of its future.
  > feedback, help & ok ajacoutot@ (simon@)

  ~ Makefile                              

  > +qgit (espie@)

  ~ Makefile                              

  > descend into devel/ruby-gettext, devel/ruby-tzinfo, and
  > security/ruby-ezcrypto.
  > "now hook 'em up" robert@ (dlg@)

  ~ Makefile                              

  > +p5-Tie-RegexpHash (steven@)

  ~ Makefile                              

  > add p5-Class-Generate (simon@)

cpphs

  ~ Makefile                              ~ distinfo

  > Update to 1.5 (bug fixes). (kili@)

git

  ~ Makefile                              ~ distinfo
  ~ patches/patch-git-cvsimport_perl      ~ pkg/PLIST-main

  > Update to git-1.5.2.4. Tested by Daniel Dickman , thanks! (bernd@)

glib2

  ~ Makefile                              

  > fix a configure bug on m68k by always linking with libintl and libiconv
  > help aanriot@
  > ok xsa@ aanriot@ (martin@)

  ~ Makefile                              

  > backout
  > needs more discussion and wider testing, and i missed the bump anyway :(
  > (martin@)

happy

  ~ Makefile                              

  > Fix HOMEPAGE (and this MASTER_SITES).
  > Noticed by sturm at .
  > No pkgbump, since it was initially broken. Sorry. (kili@)

jdk

  - 1.5/patches/patch-deploy_make_common_Defs_gmk
  - 1.5/patches/patch-hotspot_build_bsd_makefiles_jvmg_make
  - 1.5/patches/patch-hotspot_build_bsd_makefiles_product_make
  - 1.5/patches/patch-hotspot_build_bsd_makefiles_vm_make
  - 1.5/patches/patch-j2se_make_mkdemo_jvmti_Demo_gmk
  ~ 1.5/Makefile                          ~ 1.5/distinfo
  ~ 1.5/pkg/PFRAG.no-no_web-jre           ~ 1.5/pkg/PFRAG.no-no_web-main
  ~ 1.5/pkg/PLIST-jre                     ~ 1.5/pkg/PLIST-main

  > - upgrade to Update 12 srcs which fixes the following bugs:
  > http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_12
  > - remove patches I committed into patchset 6 (kurt@)

p5-Class-Accessor

  ~ Makefile                              ~ distinfo

  > update to version 0.31, remove MAINTAINER per his request
  > and quotes around COMMENT
  > confirmed by former maintainer Sam Smith (simon@)

p5-Class-Generate

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Class-Generate

p5-Class-Trigger

  ~ Makefile                              ~ distinfo

  > update to version 0.11 and remove MAINTAINER per his request
  > confirmed by former maintainer Sam Smith (simon@)

p5-Data-Structure-Util

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Data-Structure-Util

p5-Devel-Size

  ~ Makefile                              ~ distinfo

  > update to version 0.68, remove quotes around COMMENT and
  > the redundant category provided by cpan.port.mk already
  > ok jasper@ (MAINTAINER) (simon@)

p5-Event-Lib

  ~ Makefile                              ~ distinfo

  > update to version 1.02 and remove quotes around COMMENT
  > confirmed by Okan Demirmen (MAINTAINER) (simon@)

p5-ExtUtils-XSBuilder

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	import p5-ExtUtils-XSBuilder

p5-IO-KQueue

  ~ Makefile                              ~ distinfo

  > update to version 0.32 and remove quotes around COMMENT where there
  > confirmed by Srebrenko Sehic (MAINTAINER) (simon@)

p5-Locale-US

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Locale-US

p5-POE

  ~ Makefile                              ~ distinfo

  > update to version 0.9999 and remove quotes around COMMENT
  > ok jasper@ (MAINTAINER) (simon@)

p5-POE-Component-IKC

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-POE-Component-IKC

p5-Params-CallbackRequest

  ~ Makefile                              ~ distinfo

  > update to version 1.17, remove MAINTAINER as requested by himself
  > and the quotes around COMMENT
  > ok sturm@ (former maintainer) (simon@)

p5-Parse-PlainConfig

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Parse-PlainConfig

p5-Test-Class

  ~ Makefile                              ~ distinfo

  > update to version 0.24, remove MAINTAINER as requested by himself
  > and the quotes around COMMENT
  > ok sturm@ (former maintainer) (simon@)

p5-Tie-RegexpHash

  + distinfo                              + Makefile
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	use regular expressions as hash keys

p5-Want

  ~ Makefile                              ~ distinfo

  > update to version 0.15
  > ok jasper@ (MAINTAINER) (simon@)

p5-version

  ~ Makefile                              ~ distinfo

  > update to version 0.7203
  > ok steven@ (MAINTAINER) (simon@)

py-openbsd

  ~ Makefile                              ~ patches/patch-openbsd__netstat_c

  > - fix building after ipx removal (from mbalmer@)
  > - don't use substitution for PKGNAME
  > - remove quotes around COMMENT while here
  > ok mbalmer@ (ajacoutot@)

qgit

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	graphical interface to git, easier to read than tkgit.

  ~ Makefile                              

  > Move QT_MOC and QT_UIC from MAKE_FLAGS to CONFIGURE_ENV.
  > No PKGNAME bump required, didn't build before.
  > "go ahead" espie@ (bernd@)

ruby-gettext

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	import of ruby-gettext-0.14.6

ruby-ncurses

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

ruby-tzinfo

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	import of ruby-tzinfo-0.3.3

subversion

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

== editors =========================================================== 11/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/editors

emacs21

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

vim

  ~ Makefile                              ~ distinfo

  > update 7.1.2 to 7.1.33
  > ok robert (ckuethe@)

xemacs21

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

== emulators ========================================================= 12/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/emulators

simh

  ~ Makefile                              ~ distinfo
  ~ patches/patch-PDP11_pdp11_vh_c        ~ patches/patch-VAX_vax_sysdev_c
  ~ patches/patch-makefile                ~ patches/patch-scp_c
  ~ patches/patch-sim_ether_c             ~ pkg/PLIST

  > Update to 3.7.2.
  > ok, fgsch (maintainer), kurt@ (kili@)

== games ============================================================= 13/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/games

games

  ~ Makefile                              

  > import warzone2100
  > Warzone 2100 was an innovative 3D real-time strategy game back in 1999,
  > and most will agree it didn't enjoy the commercial success it could
  > have had.  The game's source code was liberated on December 6th,
  > 2004, under a GPL license.	Soon after that, the Warzone 2100 ReDev
  > project was formed to take care of its future.
  > feedback, help & ok ajacoutot@ (simon@)

quake2

  ~ Makefile                              ~ pkg/MESSAGE

  > Fix path in MESSAGE where data and music files should be put and
  > bump PKGNAME. Found by Markus Schatzl. (claudio@)

sudoku-solver

  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR                             ~ pkg/PLIST

  > sudoku-solver now comes with a command line interface (sudoku-solver),
  > a web ui using Neotonic ClearSilver and fastCGI (sudoku-handler), and an
  > X11/Motif graphical user interface. (mbalmer@)

warzone2100

  + Makefile                              + distinfo
  + patches/patch-configure               + patches/patch-Makefile_in
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import warzone2100

== graphics ========================================================== 14/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/graphics

graphics

  ~ Makefile                              

  > add p5-Color-Calc and p5-Graphics-ColorNames-WWW (simon@)

cairo

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               
  ~ patches/patch-src_cairo-xlib-surface-private_h
  ~ patches/patch-src_cairo-xlib-surface_c
  ~ pkg/PLIST                             

  > update to cairo 1.4.10
  > "looks ok" maintainer Eric Faurot, also tested by brad and simon, ok simon
  > (steven@)

ocrad

  ~ Makefile                              ~ distinfo

  > update to 0.17
  > from maintainer (steven@)

  ~ Makefile                              

  > GPL v3 (steven@)

p5-Color-Calc

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Color-Calc

p5-Graphics-ColorNames

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to version 2.0.04 and remove quotes around COMMENT while there
  > ok jasper@ (MAINTAINER) (simon@)

p5-Graphics-ColorNames-WWW

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Graphics-ColorNames-WWW

ruby-gdk-imlib

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

ruby-gdk-pixbuf

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

xzgv

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_0
  > MFC
  > - add one patch to fix a heap overflow
  > ok sturm@ (ajacoutot@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_1
  > MFC
  > - add one patch to fix a heap overflow
  > ok sturm@ (ajacoutot@)

== infrastructure ==================================================== 15/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure

db

  ~ user.list                             

  > add _imapproxy user and use it, rather than "nobody"
  > ok naddy (ckuethe@)

mk

  ~ bsd.port.mk                           

  > make mirror-maker sturdier:
  > - pass an argument for the file into which we want to save the result, to
  > avoid getting it polluted with error messages (defaults to /dev/stdout for
  > debug).
  > - create the makefile fragment as a temp file and only copy it when
  > complete.
  > - copy it in one chunk, so that one can read a partial mirror-maker file
  > and have it be usable.
  > This does allow for people to start a make mirror-maker in one shell, and
  > start fetching stuff right away, before mirror-maker is finished.
  > This also produces usable mirror-maker Makefiles even if the ports tree
  > contains bogus entries. (espie@)

== japanese ========================================================== 16/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/japanese

mplus-ttf

  ~ Makefile                              ~ pkg/PLIST

  > - remove USE_X11
  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - remove quotes around COMMENT while here
  > - bump PKGNAME (ajacoutot@)

sazanami-ttf

  ~ Makefile                              ~ pkg/PLIST

  > - remove USE_X11
  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - remove quotes around COMMENT while here
  > - bump PKGNAME (ajacoutot@)

== lang ============================================================== 17/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/lang

STk

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

ghc

  ~ Makefile                              
  + patch-libraries_Cabal_Distribution_PreProcess_hs

  > Let the Cabal libraries pass the complete LDFLAGS to hsc2hs. (kili@)

librep

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

ruby

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

swi-prolog

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

== mail ============================================================== 18/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/mail

mail

  ~ Makefile                              

  > +claws-mail-vcalendar (ajacoutot@)

claws-mail-vcalendar

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR
  + patches/patch-libical_libical_Makefile_in
  + patches/patch-configure               

  > New import:
  >	Import claws-mail-vcalendar-1.96

courier-authlib

  ~ Makefile                              

  > RUN_DEPENDS -> RUN_DEPENDS-main, and bump the subpackages
  > go ahead aanriot@ (steven@)

dovecot

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-configure
  ~ patches/patch-dovecot-example_conf    ~ pkg/PLIST

  TAGGED OPENBSD_4_0
  > MFC:
  > - upgrade to version 1.0.2 ; fix several bugs
  > ok sturm@ (ajacoutot@)

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-configure
  ~ patches/patch-dovecot-example_conf    ~ pkg/PLIST-server

  TAGGED OPENBSD_4_1
  > MFC:
  > - upgrade dovecot-server to version 1.0.2 and dovecot-sieve to version
  > 1.0.1 ;
  > fix several bugs
  > ok sturm@ (ajacoutot@)

enigmail

  ~ Makefile                              

  > - update LIB_DEPENDS to match 2.0.0.5 thunderbird (kurt@)

imapproxy

  ~ Makefile                              ~ pkg/PLIST
  + patches/patch-scripts_imapproxy_conf

  > add _imapproxy user and use it, rather than "nobody"
  > ok naddy (ckuethe@)

mimedefang

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to 2.62;  makes it work with sendmail 8.14
  > from and tested by Stuart Henderson
  > depend on p5-HTML-Parser (suggested by Eric Olsen) (steven@)

mozilla-thunderbird

  ~ Makefile                              ~ distinfo
  ~ patch-directory_c-sdk_config_OpenBSD_mk
  ~ patch-directory_c-sdk_configure_in    

  > SECURITY update to 2.0.0.5.
  > Fixes a rash of security vulnerabilities and bugs.	ok kurt@ (naddy@)

mutt

  ~ Makefile                              

  > different snapshot flavors to be built, to match actual usages
  > general concensus (todd@)

p5-Email-Address

  ~ Makefile                              ~ distinfo

  > update to version 1.888 and remove quotes around COMMENT
  > confirmed by MAINTAINER Sam Smith (simon@)

p5-Email-MIME-Modifier

  ~ Makefile                              ~ distinfo

  > update to version 1.442 and remove quotes around COMMENT
  > confirmed by MAINTAINER Sam Smith (simon@)

p5-Email-MessageID

  ~ Makefile                              ~ distinfo

  > update to version 1.351 and remove quotes around COMMENT
  > confirmed by MAINTAINER Sam Smith (simon@)

p5-Email-Simple

  ~ Makefile                              ~ distinfo

  > update to version 2.003 and remove quotes around COMMENT while there
  > confirmed by MAINTAINER Sam Smith (simon@)

p5-Mail-SpamAssassin

  ~ Makefile                              ~ distinfo

  > Minor bugfix update to SpamAssassin 3.2.2. (mbalmer@)

thunderbird-i18n

  ~ Makefile                              ~ distinfo

  > SECURITY update to 2.0.0.5.
  > Fixes a rash of security vulnerabilities and bugs.	ok kurt@ (naddy@)

== math ============================================================== 19/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/math

math

  ~ Makefile                              

  > import p5-Math-Calc-Units
  > Math::Calc::Units is a simple calculator that keeps track of units.  It
  > currently handles combinations of byte sizes and duration only, although
  > adding any other multiplicative types is easy.  Any unknown type is
  > treated as a unique user type (with some effort to map English plurals
  > to their singular forms).
  > ok bernd@ (simon@)

octave

  - patches/patch-src_pt-loop_cc          ~ Makefile
  ~ distinfo                              ~ patches/patch-configure_in
  ~ patches/patch-doc_interpreter_Makefile_in
  ~ patches/patch-doc_liboctave_Makefile_in
  ~ patches/patch-liboctave_Makefile_in   ~ patches/patch-octMakefile_in
  ~ patches/patch-src_Makefile_in         ~ pkg/PLIST

  > update to octave 2.9.13
  > add a few missing LIB_DEPENDS (steven@)

p5-Math-Calc-Units

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Math-Calc-Units

plplot

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

== multimedia ======================================================== 20/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/multimedia

multimedia

  ~ Makefile                              

  > +subtitleripper (ajacoutot@)

ffmpeg2theora

  ~ Makefile                              ~ distinfo

  > update to 0.19
  > from maintainer Moritz Grimm (steven@)

lsdvd

  - patches/patch-Makefile_in             ~ Makefile
  ~ distinfo                              ~ patches/patch-configure
  ~ patches/patch-lsdvd_c                 ~ pkg/PLIST

  > - update to lsdvd-0.16
  > - fix HOMEPAGE (ajacoutot@)

subtitleripper

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST
  + patches/patch-Makefile                

  > New import:
  >	Import subtitleripper-0.3.4

== net =============================================================== 21/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/net

net

  ~ Makefile                              

  > add p5-Net-Subnets, p5-POE-Component-Client-HTTP and
  > p5-POE-Component-Client-Keepalive (simon@)

  ~ Makefile                              

  > +p5-Net-UPnP (steven@)

ezstream

  ~ Makefile                              ~ distinfo

  > - trivial update to ezstream-0.4.3
  > from Moritz Grimm <mlist at scapa.dnsalias dot net> (MAINTAINER)
  > (ajacoutot@)

honeyd

  - patches/patch-configure               - patches/patch-pool_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-honeyd_8
  ~ patches/patch-honeyd_c                ~ patches/patch-nmap_prints
  ~ pkg/PLIST                             + patches/align-pool_c

  > update honeyd to 1.5c
  > - fix run under macppc
  > help and ok aanriot@ (rui@)

mldonkey

  ~ stable/Makefile                       ~ stable/distinfo
  ~ stable/patches/patch-config_Makefile_in
  ~ stable/patches/patch-config_configure_in
  ~ stable/pkg/PLIST                      

  > update mldonkey to 2.9.0.diff and fix MLDonkey Network Modules IP Blocking
  > Weakness
  > Reference: http://secunia.com/advisories/26230/
  > ok kili@ (rui@)

nagios

  ~ p5-Nagios-Plugin/Makefile             ~ p5-Nagios-Plugin/distinfo
  ~ p5-Nagios-Plugin/pkg/PLIST            

  > update to 0.17, cpanify and remove quotes around COMMENT while here
  > ok bernd@ (simon@)

openvpn

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > - maintenance update to 2.0.9 (bugfixes on the documentation/scripts) ;
  > - while there, remove quotes from COMMENT ;
  > ok Thomas Delaet (maintainer). (aanriot@)

p5-Net-Amazon

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to version 0.43 and remove quotes around COMMENT while there
  > confirmed by MAINTAINER Sam Smith (simon@)

p5-Net-DNS

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to version 0.60 and remove quotes around COMMENT
  > feedback & ok wilfried@ (MAINTAINER) (simon@)

p5-Net-Radius

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to version 1.56, remove comments around quotes
  > and update maintainers email address where there
  > feedback & ok bluhm@ (MAINTAINER) (simon@)

p5-Net-Subnets

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Net-Subnets

p5-Net-UPnP

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	perl extension for UPnP

p5-Nmap-Scanner

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to version 1.0, remove quotes around COMMENT,
  > add p5-Class-Generate to RUN_DEPENDS and regenerate plist
  > ok jasper@ (MAINTAINER) (simon@)

p5-POE-Component-Client-HTTP

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-POE-Component-Client-HTTP

p5-POE-Component-Client-Keepalive

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-POE-Component-Client-Keepalive

p5-SNMP-BridgeQuery

  ~ Makefile                              ~ distinfo

  > update to version 0.61, remove MAINTAINER as requested by himself
  > and the quotes around COMMENT
  > ok sturm@ (former maintainer) (simon@)

ruby-pcap

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

tor

  - patches/patch-src_or_config_c         ~ Makefile
  ~ distinfo                              ~ patches/patch-configure
  ~ patches/patch-src_config_torrc_sample_in

  > update tor to 0.1.2.15
  > - fixes several crash bugs
  > - fixes some anonymity-related problems
  > - fixes compilation on BSD
  > - fixes a variety of other bugs
  > ok jcs@ (rui@)

== security ========================================================== 22/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/security

security

  ~ Makefile                              

  > descend into devel/ruby-gettext, devel/ruby-tzinfo, and
  > security/ruby-ezcrypto.
  > "now hook 'em up" robert@ (dlg@)

cyrus-sasl2

  ~ Makefile                              ~ pkg/PFRAG.sql
  + files/Sendmail.conf-sql               

  > - add a sample Sendmail.conf-sql for Sendmail authentication (*sql FLAVORS
  > only)
  > based on a bigger diff by Mike Erdely <mike at erdelynet dot com>
  > (ajacoutot@)

p5-Digest-SHA

  ~ Makefile                              ~ distinfo

  > update to version 5.45 and remove quotes around COMMENT while there
  > ok jasper@ (MAINTAINER) (simon@)

p5-GSSAPI

  ~ Makefile                              ~ distinfo

  > update to version 0.24 and remove quotes around COMMENT
  > ok jasper@ (MAINTAINER) (simon@)

ruby-ezcrypto

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	import of ruby-ezcrypto-0.7

== sysutils ========================================================== 23/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils

bacula

  ~ Makefile                              

  > bacula does not have regression tests
  > from MAINTAINER (robert@)

p5-Proc-Queue

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to version 1.21 and remove quotes around COMMENT
  > from Okan Demirmen (MAINTAINER) (simon@)

p5-Unix-Statgrab

  ~ Makefile                              

  > move WANTLIB to LIB_DEPENDS and avoid RUN/BUILD_DEPENDS, use TEST_POD
  > (steven@)

== telephony ========================================================= 24/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/telephony

asterisk

  - patches/patch-contrib_scripts_safe_asterisk

  > remove empty patch; noticed by Stuart Henderson <stu at spacehopper.org>
  > (robert@)

== textproc ========================================================== 25/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc

textproc

  ~ Makefile                              

  > add p5-Text-Aspell and p5-XML-RSSLite (simon@)

  ~ Makefile                              

  > +p5-XML-XSPF (steven@)

eruby

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

gonzui

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

p5-Text-Aspell

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Text-Aspell

p5-XML-RSSLite

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-XML-RSSLite

p5-XML-XSPF

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	parser and generator for XSPF playlists

ruby-hyperestraier

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

== www =============================================================== 26/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/www

www

  ~ Makefile                              

  > add p5-HTML-Highlight, p5-HTML-TagFilter and p5-Weather-Com
  > p5-libapreq2 and webgui not linked because of unlinked dependencies
  > (simon@)

  ~ Makefile                              

  > add p5-HTTP-Async (simon@)

  ~ Makefile                              

  > +xcache (robert@)

  ~ Makefile                              

  > add mod_scgi and p5-SCGI (simon@)

  ~ Makefile                              

  > +llgal (steven@)

firefox-i18n

  ~ Makefile                              ~ distinfo

  > SECURITY update to 2.0.0.5.
  > Fixes a rash of security vulnerabilities and bugs.	ok kurt@ (naddy@)

lighttpd

  ~ Makefile                              + patches/patch-src_connections_c
  + patches/patch-src_http_auth_c         + patches/patch-src_mod_access_c
  + patches/patch-src_mod_fastcgi_c       + patches/patch-src_mod_scgi_c
  + patches/patch-src_mod_webdav_c        + patches/patch-src_request_c
  + patches/patch-src_server_c            + patches/patch-tests_core-request_t
  + patches/patch-tests_docroot_www_Makefile_am
  + patches/patch-tests_mod-access_t      + patches/patch-tests_mod-auth_t
  + patches/patch-tests_prepare_sh        

  > roll in some distribution patches which fix multiple vulnerabilities.
  > Reference: http://secunia.com/advisories/26130/
  > ok kili@, simon@ (rui@)

  - patches/patch-src_connections_c       - patches/patch-src_http_auth_c
  - patches/patch-src_mod_access_c        - patches/patch-src_mod_fastcgi_c
  - patches/patch-src_mod_scgi_c          - patches/patch-src_mod_webdav_c
  - patches/patch-src_request_c           - patches/patch-src_server_c
  - patches/patch-tests_core-request_t    
  - patches/patch-tests_docroot_www_Makefile_am
  - patches/patch-tests_mod-access_t      - patches/patch-tests_mod-auth_t
  - patches/patch-tests_prepare_sh        ~ Makefile
  ~ distinfo                              ~ patches/patch-doc_lighttpd_conf

  > update lighttpd to 1.4.16
  > ok brad (maintainer), simon@ (rui@)

  ~ Makefile                              

  > target:: -> target: typo cleanup; no functional change, no pkg bump
  > from brad (todd@)

  - patches/patch-src_connections_c       ~ Makefile
  ~ distinfo                              ~ pkg/DESCR
  ~ pkg/PFRAG.mysql                       ~ pkg/PLIST

  TAGGED OPENBSD_4_1
  > security update to 1.4.16, fixes multiple vulnerabilities
  > Reference: http://secunia.com/advisories/26130/
  > from brad (sturm@)

  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR                             ~ pkg/PFRAG.mysql
  ~ pkg/PLIST                             

  TAGGED OPENBSD_4_0
  > security update to 1.4.16, fixes multiple vulnerabilities
  > Reference: http://secunia.com/advisories/26130/
  > from brad (sturm@)

llgal

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST
  + patches/patch-Makefile                

  > New import:
  >	llgal is an easy and fast on-line gallery generator based on iGal.

mod_scgi

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/MESSAGE
  + pkg/PLIST                             + pkg/UNMESSAGE

  > New import:
  >	import mod_scgi

mozilla-firefox

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-devel                       

  > SECURITY update to 2.0.0.5.
  > Fixes a rash of security vulnerabilities and bugs.	ok kurt@ (naddy@)

mozplugger

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                ~ patches/patch-mozpluggerrc

  > update to 1.8.1
  > from maintainer Tobias Ulmer (steven@)

opera

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_1
  > MFC:
  > security update to opera 9.22 (sturm@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_0
  > MFC:
  > security update to opera 9.22 (sturm@)

p5-HTML-Highlight

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-HTML-Highlight

p5-HTML-TagFilter

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-HTML-TagFilter

p5-HTTP-Async

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-HTTP-Async

p5-MasonX-Interp-WithCallbacks

  ~ Makefile                              

  > explicitly choose apache1 for regression tests, remove MAINTAINER as
  > requested by himself and bump PKGNAME
  > ok sturm@ (former maintainer) (simon@)

p5-SCGI

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-SCGI

p5-Weather-Com

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import p5-Weather-Com

p5-libapreq2

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/MESSAGE
  + pkg/DESCR                             

  > New import:
  >	import p5-libapreq2

seamonkey

  ~ Makefile                              ~ distinfo
  ~ patches/patch-directory_c-sdk_config_OpenBSD_mk
  ~ patches/patch-directory_c-sdk_configure_in
  ~ pkg/PLIST-devel                       ~ pkg/PLIST-main

  > SECURITY update to 1.1.3.
  > Fixes a rash of security vulnerabilities and bugs.	ok kurt@ (naddy@)

webgui

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import webgui

xcache

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST
  + pkg/MESSAGE                           + pkg/UNMESSAGE
  + pkg/PFRAG.coverager                   

  > New import:
  >	import of xache-1.2.1;

== x11 =============================================================== 27/27 ==

  http://www.openbsd.org/cgi-bin/cvsweb/ports/x11

x11

  ~ Makefile                              

  > +ecoliercourt-fonts (ajacoutot@)

  ~ Makefile                              

  > - enable gnustep (-make, -base, -gui, -back, -examples)
  > (note that you *need* a very current system with threaded libobjc before
  > compiling/using gnustep-*)
  > no objection from jasper@ and robert@ (ajacoutot@)

  ~ Makefile                              

  > +gmrun (kili@)

artwiz-aleczapka

  ~ Makefile                              ~ pkg/PLIST-main

  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - create fonts.alias in ${WRKSRC} so that fonts.dir does not get
  > installed
  > - remove quotes around COMMENT while here
  > - bump PKGNAME (ajacoutot@)

bbdate

  ~ Makefile                              

  > - better HOMEPAGE
  > - add MASTER_SITE_SOURCEFORGE to MASTER_SITES
  > based on a diff from William Yodlowsky <bsd at openbsd.rutgers.edu>
  > (MAINTAINER) (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > - minor update to bbdate-0.2.4 (from MAINTAINER William Yodlowsky <bsd at
  > openbsd.rutgers dot edu>)
  > - remove RUN_DEPENDS on blackbox (ajacoutot@)

dwm

  ~ Makefile                              ~ distinfo

  > Update to 4.3, add dmenu to RUN_DEPENDS, and pass maintainership
  > to Jim Razmus, who actually uses this WM for real. From new maintainer.
  > While here, remove quotes from COMMENT. (kili@)

ecoliercourt-fonts

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >	Import ecoliercourt-fonts-0.1

gmrun

  + Makefile                              + distinfo
  + patches/patch-src_gtkcompletionline_cc
  + patches/patch-config_gmrunrc          + pkg/PLIST
  + pkg/DESCR                             

  > New import:
  >	This tool is a simple "run-program" window, something like "xrun"

gnustep

  ~ Makefile.inc                          ~ back/Makefile
  ~ base/Makefile                         ~ gui/Makefile
  ~ make/Makefile                         

  > - unbreak, now that threaded libobjc is enabled
  > - set CONFIGURE_STYLE=gnu
  > - remove quotes around COMMENT while here (ajacoutot@)

  ~ Makefile                              

  > +addresses (ajacoutot@)

  + addresses/Makefile                    + addresses/distinfo
  + addresses/pkg/DESCR                   + addresses/pkg/PLIST
  + addresses/patches/patch-AddressManager_GNUmakefile
  + addresses/patches/patch-Frameworks_Addresses_GNUmakefile

  > New import:
  >	Import addresses-0.4.7

  ~ addresses/distinfo                    

  > - fix checksum
  > spotted by sturm@ (ajacoutot@)

  + pantomime/Makefile                    + pantomime/distinfo
  + pantomime/pkg/DESCR                   + pantomime/pkg/PLIST
  + pantomime/patches/patch-Framework_Pantomime_GNUmakefile
  + pantomime/patches/patch-Framework_Pantomime_CWParser_m

  > New import:
  >	Import pantomime-1.2.0pre3

  ~ Makefile                              

  > +pantomime (ajacoutot@)

  ~ Makefile                              

  > +gnumail (ajacoutot@)

  + gnumail/Makefile                      + gnumail/distinfo
  + gnumail/pkg/DESCR                     + gnumail/pkg/PLIST
  + gnumail/patches/patch-GNUmakefile     
  + gnumail/patches/patch-Framework_GNUMail_GNUmakefile
  + gnumail/patches/patch-Framework_GNUMail_MailWindowController_m
  + gnumail/patches/patch-Framework_GNUMail_GNUMail_m
  + gnumail/patches/patch-Framework_GNUMail_NSBundle+Extensions_m

  > New import:
  >	Import gnumail-1.2.0pre3

kde

  ~ bindings3/Makefile                    

  > bump package name due to OSREV increment (naddy@)

liberation-fonts

  ~ Makefile                              ~ pkg/PLIST

  > - remove USE_X11
  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - remove quotes around COMMENT while here
  > - bump PKGNAME (ajacoutot@)

  ~ Makefile                              

  > - using ${PKGNAME} in ${WRKDIST} is plain stupid (yes, my fault) ; unbreak
  > - no bump since it did no package
  > problem found by Moritz Grimm <mdgrimm at gmx dot net> (ajacoutot@)

msttcorefonts

  ~ Makefile                              ~ pkg/PLIST

  > - remove USE_X11
  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - remove quotes around COMMENT while here
  > - bump PKGNAME
  > "looks good" to MAINTAINER Steve Shockley <steve.shockley at shockley dot
  > net> (ajacoutot@)

obconf

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             + patches/patch-configure
  + patches/patch-po_Makefile_in_in       

  > - update to obconf-2.0.2 (ajacoutot@)

openbox

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ pkg/PLIST
  + patches/patch-configure               + patches/patch-po_Makefile_in_in

  > - update to openbox-3.4.3 (ajacoutot@)

rep-gtk

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

ruby-gtk

  ~ Makefile                              

  > bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH
  > (naddy@)

sawfish

  ~ Makefile                              

  > bump package name due to OSREV increment (naddy@)

terminus-font

  ~ Makefile                              ~ pkg/PLIST

  > - don't manually run mkfontscale and mkfontdir ; pkg tools now take care
  > of this (you need a recent current for this)
  > - create fonts.alias in ${WRKSRC} so that fonts.dir does not get
  > installed
  > - remove quotes around COMMENT while here
  > - bump PKGNAME (ajacoutot@)

===============================================================================


More information about the owc mailing list