Re: postgresql-16.4 error on initdb

2024-08-27 Thread David Hill
initdb from postgresql-previous (15.4) works with -current... Did the commit expose a bug or create a bug? :) On 8/22/24 9:31 PM, Philip Guenther wrote: Whee. Can someone send me or point me to a reproducer for this; e.g., does postgresql's own test suite hit this? Philip On Thu, Aug 22, 20

Re: [update] lang/go 1.11

2018-09-19 Thread David Hill
On Wed, Sep 19, 2018 at 03:45:39AM +1000, Joel Sing wrote: > The following updates lang/go to 1.11, along with updates for related > golang.org/x packages (devel/go-tools, devel/go-sys, net/go-net, > security/go-crypto, textproc/go-text) to revisions around the 1.11 release. > > This passes regres

Re: UPDATE: lang/go 1.9.2 -> 1.9.3

2018-02-04 Thread David Hill
Should probably just wait until 1.9.4.. https://groups.google.com/forum/#!topic/golang-announce/lGkem2e5WyQ On Sun, Feb 04, 2018 at 07:50:06PM +0100, Klemens Nanni wrote: > Straight forward update working fine with all tests passing on amd64: > > go1.9.3 (released 2018/01/22) includes fixe

Re: amd64-clang port build failures

2017-04-19 Thread David Hill
On Wed, Apr 19, 2017 at 04:44:06PM +0200, Jeremie Courreges-Anglas wrote: > David Hill writes: > > > This works for me. > > > > Drop the '-fomit-frame-pointer -fforce-addr -fno-omit-frame-pointer > > -fno-force-addr' dance and just drop both sides. >

Re: amd64-clang port build failures

2017-04-19 Thread David Hill
This works for me. Drop the '-fomit-frame-pointer -fforce-addr -fno-omit-frame-pointer -fno-force-addr' dance and just drop both sides. Does -O2 help speed up mutt? Index: Makefile === RCS file: /cvs/ports/databases/qdbm/Makefile,v

update fonts/gohufont

2016-08-02 Thread David Hill
Hello - Here is a diff for fonts/gohufont OK'd by maintainer. Index: Makefile === RCS file: /cvs/ports/fonts/gohufont/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile31 Mar 2015 09:45:10 - 1.5 +

Re: [patch] productivity/slideml

2016-03-11 Thread David Hill
On Thu, Mar 10, 2016 at 05:22:55PM -0800, Michael McConville wrote: > David Hill wrote: > > Hello - > > > > This moves productivity/slideml to github. > > It's strange that the old HOMEPAGE is still up and doesn't mention > GitHub at all. Do you know if

[patch] sysutils/diskrescue

2016-03-10 Thread David Hill
Hello - This updates sysutils/diskrescue to 0.4 and moves it to github. The change between 0.3 and 0.4 is the patch has been applied. :). Index: Makefile === RCS file: /cvs/ports/sysutils/diskrescue/Makefile,v retrieving revision 1.9

[patch] productivity/slideml

2016-03-10 Thread David Hill
Hello - This moves productivity/slideml to github. Index: Makefile === RCS file: /cvs/ports/productivity/slideml/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile25 Mar 2014 21:20:39 - 1.7 +++ Mak

[patch] net/adsuck

2016-03-10 Thread David Hill
Hello - This moves net/adsuck to github. Index: Makefile === RCS file: /cvs/ports/net/adsuck/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile15 Jul 2015 14:59:15 - 1.29 +++ Makefile10 Mar 2

Re: MariaDB default IP address binding

2016-02-11 Thread David Hill
On Thu, Feb 11, 2016 at 10:48:33PM +, Stuart Henderson wrote: > On 2016/02/11 16:46, David Hill wrote: > > On Thu, Feb 11, 2016 at 01:21:40PM -0800, Bryce Chidester wrote: > > > What about shipping with skip-networking instead? I use this on all (just > > > 2 >

Re: MariaDB default IP address binding

2016-02-11 Thread David Hill
On Thu, Feb 11, 2016 at 01:21:40PM -0800, Bryce Chidester wrote: > What about shipping with skip-networking instead? I use this on all (just 2 > - I'm a Postgres guy now) of my installs without issue. As memory serves, > libmysqlclient defaults to trying the socket first when connecting to > "local

[update] textproc/odt2txt

2016-01-20 Thread David Hill
Here is an update to textproc/odt2txt. Just used it to extract the text from a corrupted odt file. Index: Makefile === RCS file: /cvs/ports/textproc/odt2txt/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile

[patch] net/ldns/utils - Fix ECDSA signature generation

2016-01-15 Thread David Hill
Hello - While playing around with DNSSEC w/ ECDSA, I stumbled across a fix for ldns-signzone, where it was not properly creating RRSIG's, sometimes. Discussion: https://open.nlnetlabs.nl/pipermail/ldns-users/2015-August/000814.html Commit: http://git.nlnetlabs.nl/ldns/commit/?h=develop&id=1139fd

Re: [remove] net/p5-Net-IRC

2014-08-19 Thread David Hill
Thoughts? On Tue, Jul 22, 2014 at 10:47:26AM -0400, David Hill wrote: > p5-Net-IRC has been marked DEAD as of 2004. The latest version (0.79) > warns and prompts the user... > > *** > This module has been deprecated, abandoned, and is no longer supported. It has > not seen

[remove] net/p5-Net-IRC

2014-07-22 Thread David Hill
p5-Net-IRC has been marked DEAD as of 2004. The latest version (0.79) warns and prompts the user... *** This module has been deprecated, abandoned, and is no longer supported. It has not seen active development in five years, and its original author has moved on. We *STRONGLY* recommend you port

Re: UPDATE: textproc/p5-Text-CSV_XS to 1.02

2014-01-06 Thread David Hill
= Yes > > COMMENT= comma-separated values manipulation routines > > -DISTNAME=Text-CSV_XS-0.95 > +DISTNAME=Text-CSV_XS-1.02 > CATEGORIES= textproc > EXTRACT_SUFX=.tgz > > @@ -13,7 +13,7 @@ CPAN_AUTHOR=HMBRAND > > MAINTAINER=

[update] sysutils/cyphertite

2014-01-04 Thread David Hill
update sysutils/cyphertite to 2.0.0. Please review and commit. Thanks! David Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.36 diff -u -p -r1.36 Makefile --- Makefile13 Nov 2013 19:4

Re: [update] security/p5-Digest-HMAC

2013-12-17 Thread David Hill
On Sat, Dec 14, 2013 at 06:09:45PM -0500, David Hill wrote: > On Sat, Dec 14, 2013 at 05:04:22PM +0800, Kevin Lo wrote: > > David Hill wrote: > > > update security/p5-Digest-HMAC to 1.03. > > > > > > This version changed dependency to Digest::SHA, which i

Re: [update] security/p5-Digest-HMAC

2013-12-14 Thread David Hill
On Sat, Dec 14, 2013 at 05:04:22PM +0800, Kevin Lo wrote: > David Hill wrote: > > update security/p5-Digest-HMAC to 1.03. > > > > This version changed dependency to Digest::SHA, which is part of base, > > and documented blocksize. > > > > regress tests pass.

[update] security/p5-Digest-HMAC

2013-12-12 Thread David Hill
update security/p5-Digest-HMAC to 1.03. This version changed dependency to Digest::SHA, which is part of base, and documented blocksize. regress tests pass. Please review. Index: Makefile === RCS file: /cvs/ports/security/p5-Digest

[update] net/p5-Net-IP

2013-12-12 Thread David Hill
update net/p5-Net-IP to 1.26. Index: Makefile === RCS file: /cvs/ports/net/p5-Net-IP/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile11 Mar 2013 11:35:52 - 1.16 +++ Makefile12 Dec 2013 16:54

Re: [update] net/mtr

2013-11-19 Thread David Hill
AME= mtr-0.85 CATEGORIES=net -MAINTAINER= Jakob Schlyter +MAINTAINER=David Hill HOMEPAGE= http://www.bitwizard.nl/mtr/ @@ -34,7 +33,8 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gi WANTLIB += gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 WANTLIB += png p

Re: [update] net/mtr

2013-11-18 Thread David Hill
On Mon, Nov 18, 2013 at 10:31:54AM +, Stuart Henderson wrote: > On 2013/11/17 17:01, David Hill wrote: > > update net/mtr to 0.85. Add --without-glib to prevent picking it up. > > Add patch to use %lld for time_t. > > ah good, this works better than the previous update

[update] net/mtr

2013-11-17 Thread David Hill
update net/mtr to 0.85. Add --without-glib to prevent picking it up. Add patch to use %lld for time_t. - David Index: Makefile === RCS file: /cvs/ports/net/mtr/Makefile,v retrieving revision 1.55 diff -u -p -r1.55 Makefile --- Makef

[update] sysutils/cyphertite

2013-11-13 Thread David Hill
update sysutils/cyphertite to 1.6.7, which requires assl 1.5.0+ please review and commit along with assl update. Thanks Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.35 diff -u -p -r1.3

[update] security/assl

2013-11-13 Thread David Hill
update security/assl to 1.5.0. bump minor due to new function call. please review and commit. Index: Makefile === RCS file: /cvs/ports/security/assl/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile2 Ju

Re: UPDATE: devel/p5-Devel-Symdump'

2013-11-04 Thread David Hill
Same diff I had. On Sat, Nov 02, 2013 at 12:59:38PM +0100, Benoit Lecocq wrote: > Hi, > > This diff updates p5-Devel-Symdump to the latest release. > Regression ok. > > Comments ? OK ? > > Cheers, > benoit > Index: Makefile > ===

[update] devel/p5-Log-Any

2013-10-27 Thread David Hill
=David Hill Index: distinfo === RCS file: /cvs/ports/devel/p5-Log-Any/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo8 Jan 2013 19:37:31 - 1.3 +++ distinfo27 Oct 2013 20:54:22 -

Re: [fix] mail/dkim-milter

2013-10-23 Thread David Hill
On Tue, Oct 15, 2013 at 11:46:06PM +0200, J?r?mie Courr?ges-Anglas wrote: > David Hill writes: > > > mail/dkim-milter -- dkim-filter seg faults on strlen(key_data) when > > using malloc.conf option 'S'. So, I am unable to use it unless I > > remove mal

[update] sysutils/cyphertite

2013-10-18 Thread David Hill
update sysutils/cyphertite to 1.6.6 please review and commit Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.34 diff -u -p -r1.34 Makefile --- Makefile18 Sep 2013 07:52:18 -

[fix] mail/dkim-milter

2013-10-13 Thread David Hill
mail/dkim-milter -- dkim-filter seg faults on strlen(key_data) when using malloc.conf option 'S'. So, I am unable to use it unless I remove malloc options. This fixes it. Please review and commit. Index: Makefile === RCS file: /c

[patch] sysutils/syslog-ng

2013-09-24 Thread David Hill
Hello - This patch replaces rand() calls with arc4random(), which happens to fix a regress test. I also added --without-libnet to stop an ugly libnet-config not found on ./configure. Maybe we want to add it? Tested on amd64 and i386 with my libivykis update. Index: Makefile ===

[update] devel/libivykis

2013-09-24 Thread David Hill
update devel/libivykis to 0.39. Tested with syslog-ng. Index: Makefile === RCS file: /cvs/ports/devel/libivykis/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile2 Jun 2013 19:57:28 - 1.5 +++ Make

[update] sysutils/cyphertite

2013-09-17 Thread David Hill
update sysutils/cyphertite to 1.6.5 please review and commit. Thank you Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefile --- Makefile16 Sep 2013 06:23:39

[update] sysutils/cyphertite

2013-09-13 Thread David Hill
update sysutils/cyphertite to 1.6.4 please review and commit. thanks Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --- Makefile1 Sep 2013 16:24:03 -000

[update] sysutils/cyphertite

2013-08-28 Thread David Hill
update sysutils/cyphertite to 1.6.3. please review and commit. Thanks Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- Makefile2 Jul 2013 06:17:17 -0

Re: [update] sysutils/librelp

2013-07-16 Thread David Hill
newer diff to update sysutils/librelp to 1.2.0, which is needed for a newer rsyslog. Index: Makefile === RCS file: /cvs/ports/sysutils/librelp/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile21 Mar 2013 08

[update] sysutils/librelp

2013-07-09 Thread David Hill
update sysutils/librelp to 1.1.5, which is needed for newer rsyslog. Please review. Index: Makefile === RCS file: /cvs/ports/sysutils/librelp/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile21 Mar 2013 08

[update] security/pidgin-otr

2013-07-03 Thread David Hill
update security/pidgin-otr to 4.0.0. I've tested this and it seems to work fine. requires libotr update in previous email. Index: Makefile === RCS file: /cvs/ports/security/pidgin-otr/Makefile,v retrieving revision 1.19 diff -u -p -r

[update] security/libotr

2013-07-03 Thread David Hill
Hello - So here is an attempt to update libotr to 4.0.0. It wouldn't link on my i386 unless I used USE_LIBTOOL=gnu, but I am sure there is a better way... test with pidgin-otr 4.0.0 (separate email) Index: Makefile === RCS file: /c

[update] devel/libestr

2013-07-01 Thread David Hill
= devel @@ -11,8 +11,7 @@ MAINTAINER = David Hill http://libestr.adiscon.com/files/download/ CONFIGURE_STYLE= gnu Index: distinfo === RCS file: /cvs/ports/devel/libestr/distinfo,v retrieving revision 1.2 diff -u -p -r1.2

[update] sysutils/cyphertite

2013-07-01 Thread David Hill
update sysutils/cyphertite to 1.6.2 please review and commit. thanks Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile13 Jun 2013 10:46:06 -00

[update] security/assl

2013-07-01 Thread David Hill
update security/assl to 1.4.1 please review and commit thanks Index: Makefile === RCS file: /cvs/ports/security/assl/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile18 Apr 2013 18:47:15 - 1.27

[update] sysutils/cyphertite

2013-06-11 Thread David Hill
update sysutils/cyphertite to 1.6.1. please review and commit. Thanks Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile5 Jun 2013 07:45:26 -00

[update] sysutils/cyphertite

2013-06-03 Thread David Hill
update sysutils/cyphertite from 1.5.3 to 1.6.0 please review and commit. Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile19 Apr 2013 05:16:58

Re: Update: telephony/pjsua to 2.1

2013-05-15 Thread David Hill
Been running with this for a while.. works good.. except for the damn mutex warnings constantly :P On Wed, May 15, 2013 at 11:28:37AM +0200, Christopher Zimmermann wrote: > Hi, > > rather simple update telephony/pjsua to 2.1 tested on amd64. > OK? > > Christopher > > > Index: Makefile > =

Re: [update] textproc/py-docutils

2013-04-29 Thread David Hill
Ping. Anyone able to test? On Mon, Apr 22, 2013 at 11:57:11AM -0400, David Hill wrote: > update textproc/py-docutils to 0.10 > regress tests all pass. > > please review and commit. > > Index: Makefile > === &

[update] textproc/py-docutils

2013-04-22 Thread David Hill
update textproc/py-docutils to 0.10 regress tests all pass. please review and commit. Index: Makefile === RCS file: /cvs/ports/textproc/py-docutils/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile11 Mar

Re: [patch] www/webkit

2013-04-19 Thread David Hill
hmm, is this better? Index: Makefile === RCS file: /cvs/ports/www/webkit/Makefile,v retrieving revision 1.82 diff -u -p -r1.82 Makefile --- Makefile18 Apr 2013 11:31:37 - 1.82 +++ Makefile19 Apr 2013 23:25:42 - @@

[patch] www/webkit

2013-04-19 Thread David Hill
Uing webkit 2.0.1 with both xombrero and surf, I get: ** Message: console message: undefined @0: RangeError: Maximum call stack size exceeded. This causes at least JavaScript not to work. Webkit has: // FIXME: remove this! - this code unsafely guesses at stack sizes! #if OS(WINDOWS) || OS(SOLAR

Re: [update] security/assl

2013-04-18 Thread David Hill
/snapshots/assl/ MAINTAINER=David Hill Index: distinfo === RCS file: /cvs/ports/security/assl/distinfo,v retrieving revision 1.16 diff -u -p -r1.16 distinfo --- distinfo4 Jan 2013 18:19:57 - 1.16

[update] sysutils/cyphertite

2013-04-18 Thread David Hill
= sysutils archivers security HOMEPAGE = https://www.cyphertite.com/ @@ -11,7 +11,7 @@ MAINTAINER = David Hill =5 c clog crypto curl edit event_core expat \ +WANTLIB = assl>=6 c clog crypto curl edit event_core expat \ exude

[update] security/assl

2013-04-18 Thread David Hill
update security/assl to 1.3.0, which includes a major bump. please review and commit. thanks. Index: Makefile === RCS file: /cvs/ports/security/assl/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile11 Ma

Re: [update] databases/pgpool

2013-04-17 Thread David Hill
Anyone? On Fri, Apr 05, 2013 at 01:38:36PM -0400, David Hill wrote: > update databases/pgpool to 3.2.3 > > please review > > Index: Makefile > === > RCS file: /cvs/ports/databases/pgpool/Makefile,v > retrie

[update] databases/pgpool

2013-04-05 Thread David Hill
update databases/pgpool to 3.2.3 please review Index: Makefile === RCS file: /cvs/ports/databases/pgpool/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile11 Mar 2013 02:52:07 - 1.4 +++ Makefile

Re: [update] multimedia/p5-AMF-Connection

2013-03-21 Thread David Hill
On Wed, Mar 20, 2013 at 10:46:01PM +, ni...@cvs.openbsd.org wrote: >On 03/20/13 20:18, David Hill wrote: >> update multimedia/p5-AMF-Connection to 0.32 >> >> please review >> >> Index: Makefile >>

[update] math/p5-Statistics-Descriptive

2013-03-20 Thread David Hill
update math/p5-Statistics-Descriptive to 3.0604 please review and commit Index: Makefile === RCS file: /cvs/ports/math/p5-Statistics-Descriptive/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile11 Mar 2013

Re: update math/p5-Bit-Vector

2013-03-20 Thread David Hill
Was already committed. On Wed, Mar 20, 2013 at 10:29:47PM +, Stuart Henderson wrote: >this is needed for perl 5.16. works with 5.12 too. no problems in >tests of this, or a couple of the dep's which I also tested. > >OK? > > >Index: Makefile >==

[update] multimedia/p5-AMF-Connection

2013-03-20 Thread David Hill
update multimedia/p5-AMF-Connection to 0.32 please review Index: Makefile === RCS file: /cvs/ports/multimedia/p5-AMF-Connection/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile11 Mar 2013 11:35:44 -

[update] devel/p5-Tie-IxHash

2013-03-20 Thread David Hill
update devel/p5-Tie-IxHash to 1.23 please review and commit Index: Makefile === RCS file: /cvs/ports/devel/p5-Tie-IxHash/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile11 Mar 2013 10:50:23 - 1.6

[update] sysutils/p5-File-NFSLock

2013-03-18 Thread David Hill
update sysutils/p5-File-NFSLock to 1.21 please review and commit Index: Makefile === RCS file: /cvs/ports/sysutils/p5-File-NFSLock/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile11 Mar 2013 11:41:31 -000

[update] sysutils/p5-Capture-Tiny

2013-03-18 Thread David Hill
update sysutils/sysutils/p5-Capture-Tiny to 0.21 please review and commit Index: Makefile === RCS file: /cvs/ports/sysutils/p5-Capture-Tiny/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile11 Mar 2013 11

[update] mail/p5-Mail-Sender

2013-03-18 Thread David Hill
update mail/p5-Mail-Sender to 0.8.22 please review and commit. Index: Makefile === RCS file: /cvs/ports/mail/p5-Mail-Sender/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile11 Mar 2013 11:23:52 -

[update] math/p5-Math-Base36

2013-03-18 Thread David Hill
update math/p5-Math-Base36 to 0.11 please review. Index: Makefile === RCS file: /cvs/ports/math/p5-Math-Base36/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile11 Mar 2013 11:23:55 - 1.7 +++ Makef

[update] math/p5-Chart-Math-Axis

2013-03-18 Thread David Hill
update math/p5-Chart-Math-Axis to 1.06 please review Index: Makefile === RCS file: /cvs/ports/math/p5-Chart-Math-Axis/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile11 Mar 2013 11:23:55 - 1.6 ++

[update] math/p5-Bit-Vector

2013-03-18 Thread David Hill
update math/p5-Bit-Vector to 7.2 please review. Index: Makefile === RCS file: /cvs/ports/math/p5-Bit-Vector/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile11 Mar 2013 11:23:55 - 1.16 +++ Makef

[update] devel/p5-Acme-Damn

2013-03-18 Thread David Hill
update devel/p5-Acme-Damn to 0.05 please review and commit Index: Makefile === RCS file: /cvs/ports/devel/p5-Acme-Damn/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile11 Mar 2013 10:50:12 - 1.3 +

[update] devel/p5-Sub-Uplevel

2013-03-18 Thread David Hill
update devel/p5-Sub-Uplevel to 0.24 please review and commit. Index: Makefile === RCS file: /cvs/ports/devel/p5-Sub-Uplevel/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile11 Mar 2013 10:50:21 -

[update] print/p5-PostScript-MailLabels

2013-03-18 Thread David Hill
update print/p5-PostScript-MailLabels to 2.32 please review and commit. Index: Makefile === RCS file: /cvs/ports/print/p5-PostScript-MailLabels/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile11 Mar 2013

[update] converters/p5-MARC-Record

2013-03-18 Thread David Hill
update converters/p5-MARC-Record to 2.0.5 please review and commit Index: Makefile === RCS file: /cvs/ports/converters/p5-MARC-Record/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile11 Mar 2013 01:30:28 -

[update] devel/p5-File-Slurp

2013-03-18 Thread David Hill
update devel/p5-File-Slurp to .19 please review and commit. Index: Makefile === RCS file: /cvs/ports/devel/p5-File-Slurp/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile11 Mar 2013 10:50:17 -

[update] www/p5-HTML-Parser

2013-03-18 Thread David Hill
update www/p5-HTML-Parser to 3.69 please review Index: Makefile === RCS file: /cvs/ports/www/p5-HTML-Parser/Makefile,v retrieving revision 1.45 diff -u -p -r1.45 Makefile --- Makefile11 Mar 2013 11:44:45 - 1.45 +++ Makef

[update] misc/p5-CreditCard

2013-03-18 Thread David Hill
update misc/p5-CreditCard (Business::CreditCard) to 0.32. please review and commit. Index: Makefile === RCS file: /cvs/ports/misc/p5-CreditCard/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile11 Mar 201

Re: [update] mail/p5-Email-Address

2013-03-09 Thread David Hill
Actually, I do have an OK from the MAINTAINER. Please commit. On Sat, Mar 09, 2013 at 10:19:56AM -0500, David Hill wrote: >No response from MAINTAINER. > >Anyone want to review and commit? > >On Sat, Mar 02, 2013 at 07:51:50PM -0500, David Hill wrote: >>update mail/p5-E

Re: [update] www/p5-HTML-Scrubber

2013-03-09 Thread David Hill
This was OK'd by MAINTAINER. Can someone commit this? On Sat, Mar 02, 2013 at 07:58:38PM -0500, David Hill wrote: >update www/p5-HTML-Scrubber to 0.09 > >please review > >Index: Makefile >=== >RCS fi

Re: [update] net/p5-Net-CIDR

2013-03-09 Thread David Hill
No response from MAINTAINER. Can someone review and commit? On Sat, Mar 02, 2013 at 07:56:12PM -0500, David Hill wrote: >update net/p5-Net-CIDR to 0.17 > >please review > >Index: Makefile >=== >RCS file: /cvs/

Re: [update] mail/p5-Email-Address

2013-03-09 Thread David Hill
No response from MAINTAINER. Anyone want to review and commit? On Sat, Mar 02, 2013 at 07:51:50PM -0500, David Hill wrote: >update mail/p5-Email-Address to 1.898 > >please review > >Index: Makefile >=== >RCS fil

Re: [update] devel/p5-FreezeThaw

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 07:40:33PM -0500, David Hill wrote: >update devel/p5-FreezeThaw to 0.5001 > >please review and commit. > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-FreezeThaw/Makefile,v

Re: [update] www/p5-HTML-Mason

2013-03-09 Thread David Hill
Can someone review and commit this? On Sat, Mar 02, 2013 at 07:22:22PM -0500, David Hill wrote: >update www/p5-HTML-Mason to 1.50 > >please review > >Index: Makefile >=== >RCS file: /cvs/ports/www/p5-HTML-Mason/M

Re: [update] devel/p5-MLDBM

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 07:42:03PM -0500, David Hill wrote: >update devel/p5-MLDBM to 2.05 > >please review and commit > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-MLDBM/Makefile,v >retrievin

Re: [update] devel/p5-Test-Fatal

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 05:32:33PM -0500, David Hill wrote: >update devel/p5-Test-Fatal to 0.010 > >please review and commit > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-Test-Fatal/Makefile,v

Re: [update] devel/p5-Module-Runtime

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 05:40:07PM -0500, David Hill wrote: >update devel/p5-Module-Runtime to 0.013 > >please review and commit > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-Module-Runtime/M

Re: [update] devel/p5-PadWalker

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 07:20:15PM -0500, David Hill wrote: >update devel/p5-PadWalker to 1.96 > >please review and commit. > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-PadWalker/Makefile,v >

Re: [update] devel/p5-Test-Taint

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 05:21:05PM -0500, David Hill wrote: >update devel/p5-Test-Taint to 1.06 > >please review and commit > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-Test-Taint/Makefile,v

Re: [update] devel/p5-Devel-Symdump

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 05:19:09PM -0500, David Hill wrote: >update devel/p5-Devel-Symdump to 2.08 > >please review and commit > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-Devel-Symdump/M

Re: [update] devel/p5-Test-Pod

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 05:15:29PM -0500, David Hill wrote: >update devel/p5-Test-Pod to 1.46 > >please review and commit > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-Test-Pod/Makefile,v >

Re: [update] devel/p5-Exception-Class

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 05:08:27PM -0500, David Hill wrote: >update devel/p5-Exception-Class to 1.37 > >please review and commit. > >Index: Makefile >=== >RCS file: /cvs/ports/devel/p5-Exception-Class/M

Re: [update] textproc/p5-Text-CSV_XS

2013-03-09 Thread David Hill
Anyone? On Sat, Mar 02, 2013 at 04:55:29PM -0500, David Hill wrote: >update textproc/p5-Text-CSV_XS > >please review and commit. > >Index: Makefile >=== >RCS file: /cvs/ports/textproc/p5-Text-CSV_XS/Makefile,v

Re: [update] sysutils/rsyslog

2013-03-09 Thread David Hill
Thanks for testing. Anyone want to OK and commit? On Fri, Feb 08, 2013 at 09:19:56AM -0500, dan (ddp) wrote: >On Thu, Feb 7, 2013 at 10:32 PM, David Hill wrote: >> Does anyone use rsyslog? >> > >I haven't done any extensive testing or anything, but this update is >w

[update] sysutils/p5-Proc-Wait3

2013-03-02 Thread David Hill
update sysutils/p5-Proc-Wait3 to 0.04 please review Index: Makefile === RCS file: /cvs/ports/sysutils/p5-Proc-Wait3/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile23 Aug 2012 15:52:47 - 1.2 +++

[update] www/p5-HTML-Scrubber

2013-03-02 Thread David Hill
update www/p5-HTML-Scrubber to 0.09 please review Index: Makefile === RCS file: /cvs/ports/www/p5-HTML-Scrubber/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile3 Dec 2010 11:46:52 - 1.6 +++ Make

[update] net/p5-Net-CIDR

2013-03-02 Thread David Hill
update net/p5-Net-CIDR to 0.17 please review Index: Makefile === RCS file: /cvs/ports/net/p5-Net-CIDR/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile14 May 2012 11:25:59 - 1.9 +++ Makefile3

[update] mail/p5-Email-Address

2013-03-02 Thread David Hill
update mail/p5-Email-Address to 1.898 please review Index: Makefile === RCS file: /cvs/ports/mail/p5-Email-Address/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile15 Mar 2011 02:15:06 - 1.8 +++ M

[update] devel/p5-MLDBM

2013-03-02 Thread David Hill
update devel/p5-MLDBM to 2.05 please review and commit Index: Makefile === RCS file: /cvs/ports/devel/p5-MLDBM/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile13 Jun 2011 16:30:12 - 1.18 +++ Ma

[update] devel/p5-FreezeThaw

2013-03-02 Thread David Hill
update devel/p5-FreezeThaw to 0.5001 please review and commit. Index: Makefile === RCS file: /cvs/ports/devel/p5-FreezeThaw/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile3 Dec 2010 11:44:31 -

[update] databases/p5-SQL-Statement

2013-03-02 Thread David Hill
update databases/p5-SQL-Statement to 1.402 please review Index: Makefile === RCS file: /cvs/ports/databases/p5-SQL-Statement/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile13 Jun 2011 16:34:49 -

[update] devel/p5-Params-Util

2013-03-02 Thread David Hill
update devel/p5-Params-Util to 1.07 please review. Index: Makefile === RCS file: /cvs/ports/devel/p5-Params-Util/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile23 Aug 2012 15:08:05 - 1.12 +++

[update] devel/p5-Clone

2013-03-02 Thread David Hill
update devel/p5-Clone to 0.34 please review Index: Makefile === RCS file: /cvs/ports/devel/p5-Clone/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile23 Aug 2012 15:05:15 - 1.18 +++ Makefile3

[update] www/p5-HTML-Mason

2013-03-02 Thread David Hill
=David Hill +MAINTAINER=David Hill # Artistic License PERMIT_PACKAGE_CDROM= Yes @@ -31,8 +30,5 @@ MAKE_ENV= TEST_POD=Yes REGRESS_DEPENDS=devel/p5-Test-Memory-Cycle \ devel/p5-PadWalker - -CONFIGURE_STYLE= modbuild -CONFIGURE_ARGS+= --no-prompts .include

  1   2   3   >