From gslin@colo-p.gslin.org  Mon Dec  7 23:48:04 2009
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4F8841065676
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Dec 2009 23:48:04 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145])
	by mx1.freebsd.org (Postfix) with ESMTP id 236AD8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Dec 2009 23:48:04 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id 141607E81B; Tue,  8 Dec 2009 07:48:29 +0800 (CST)
Message-Id: <20091207234829.141607E81B@colo-p.gslin.org>
Date: Tue,  8 Dec 2009 07:48:29 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [MAINTAINER] security/p5-Net-Radius-Server: update to 1.116
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141262
>Category:       ports
>Synopsis:       [MAINTAINER] security/p5-Net-Radius-Server: update to 1.116
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 07 23:50:03 UTC 2009
>Closed-Date:    Mon Dec 14 08:14:39 UTC 2009
>Last-Modified:  Mon Dec 14 08:20:02 UTC 2009
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct  2 12:21:39 UTC
>Description:
- Update to 1.116

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Net-Radius-Server-1.116.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-Radius-Server/Makefile /home/staff/gslin/work/ports/p5-Net-Radius-Server/Makefile
--- /usr/ports/security/p5-Net-Radius-Server/Makefile	2009-09-17 23:55:53.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Net-Radius-Server/Makefile	2009-12-08 07:47:41.000000000 +0800
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	Net-Radius-Server
-PORTVERSION=	1.004
+PORTVERSION=	1.116
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Net
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	gslin@gslin.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Framework for RADIUS Servers
 
 RUN_DEPENDS=	p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM \
@@ -26,10 +26,14 @@
 PERL_CONFIGURE=	yes
 
 MAN1=		nrsd.1 \
+		nrsdbtoyaml.1 \
 		pam-client.1 \
+		rad-bulk-make.1 \
+		rad-bulk.1 \
 		rad-client.1
 MAN3=		Net::Radius::Server.3 \
 		Net::Radius::Server::Base.3 \
+		Net::Radius::Server::DBStore.3 \
 		Net::Radius::Server::Dump.3 \
 		Net::Radius::Server::Match.3 \
 		Net::Radius::Server::Match::LDAP.3 \
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-Radius-Server/distinfo /home/staff/gslin/work/ports/p5-Net-Radius-Server/distinfo
--- /usr/ports/security/p5-Net-Radius-Server/distinfo	2009-09-17 23:55:53.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Net-Radius-Server/distinfo	2009-12-08 07:46:08.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (Net-Radius-Server-1.004.tar.gz) = 632feb1b814a69760536ca6b6611fdf4
-SHA256 (Net-Radius-Server-1.004.tar.gz) = b3bc2a0277df4c7e820c762fa1ecde339099da0d5983cd6c1b257cd9baf6ffa4
-SIZE (Net-Radius-Server-1.004.tar.gz) = 39869
+MD5 (Net-Radius-Server-1.116.tar.gz) = df88a7819d902f455494f59756fea3ec
+SHA256 (Net-Radius-Server-1.116.tar.gz) = 752eb6579240392076fcde2f7426f288cdb1ad7252c8cc75aa2b5e299ad4b264
+SIZE (Net-Radius-Server-1.116.tar.gz) = 60710
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-Radius-Server/pkg-plist /home/staff/gslin/work/ports/p5-Net-Radius-Server/pkg-plist
--- /usr/ports/security/p5-Net-Radius-Server/pkg-plist	2009-09-17 23:55:53.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Net-Radius-Server/pkg-plist	2009-12-08 07:47:33.000000000 +0800
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius/Server/.packlist
 %%SITE_PERL%%/Net/Radius/Server.pm
 %%SITE_PERL%%/Net/Radius/Server/Base.pm
+%%SITE_PERL%%/Net/Radius/Server/DBStore.pm
 %%SITE_PERL%%/Net/Radius/Server/Dump.pm
 %%SITE_PERL%%/Net/Radius/Server/Match.pm
 %%SITE_PERL%%/Net/Radius/Server/Match/LDAP.pm
@@ -14,7 +15,10 @@
 %%SITE_PERL%%/Net/Radius/Server/Set/Replace.pm
 %%SITE_PERL%%/Net/Radius/Server/Set/Simple.pm
 bin/nrsd
+bin/nrsdbtoyaml
 bin/pam-client
+bin/rad-bulk
+bin/rad-bulk-make
 bin/rad-client
 @dirrmtry %%SITE_PERL%%/Net/Radius/Server/Set
 @dirrmtry %%SITE_PERL%%/Net/Radius/Server/Match
--- p5-Net-Radius-Server-1.116.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Tue Dec 8 00:46:22 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141262 

From: wen heping <wenheping@gmail.com>
To: bug-followup@FreeBSD.org, gslin@gslin.org
Cc:  
Subject: Re: ports/141262: [MAINTAINER] security/p5-Net-Radius-Server: update 
	to 1.116
Date: Wed, 9 Dec 2009 19:13:45 +0800

 --00504502cb22b1e16d047a49c8e3
 Content-Type: text/plain; charset=ISO-8859-1
 
 Hi,
 
   The patch failed build on my tinderbox.Below is the build log.
   Would you fix it ?
 
 wen
 
 
 
 
 
 building p5-Net-Radius-Server-1.116 in directory
 /usr/local/tinderbox/9.0-FreeBSD
 build started at Wed Dec  9 08:44:33 UTC 2009
 port directory: /usr/ports/security/p5-Net-Radius-Server
 building for:  9.0-CURRENT i386
 maintained by: perl@FreeBSD.org
 Makefile ident: $FreeBSD:
 ports/security/p5-Net-Radius-Server/Makefile,v 1.1 2009/09/17 15:55:53
 pav Exp $
 prefixes: LOCALBASE=usr/local X11BASE=usr/local PREFIX=/usr/local
 Begin Configuration:
 ---Begin Environment---
 ARCH=i386
 PACKAGE_BUILDING=1
 USER=root
 CCACHE_DIR=
 BRANCH=CURRENT
 CCACHE_NOLINK=1
 HOST_WORKDIR=
 X11BASE=/usr/local
 BATCH=1
 OLDPWD=/
 HOME=/root
 SRCBASE=/usr/local/tinderbox/jails/9.0/src
 PKGZIPCMD=bzip2
 HAVE_MOTIF=1
 FTP_TIMEOUT=900
 HTTP_TIMEOUT=900
 defaultUpdateHost=cvsup.FreeBSDChina.org
 pb=/usr/local/tinderbox
 DISTFILE_CACHE=/usr/ports/distfiles
 OSREL=9.0
 defaultUpdateType=CSUP
 TINDERD_LOGFILE=/dev/null
 PORTOBJFORMAT=elf
 WRKDIRPREFIX=/work
 DISTDIR=/tmp/distfiles
 DISTCACHE=/distcache
 CCACHE_LOGFILE=
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/bin
 PACKAGES=/tmp/packages
 TIMEOUT=7200
 PKGSUFFIX=.tbz
 OSVERSION=900002
 OPTIONS_ENABLED=0
 __DSVERSION__=3.2
 TINDERD_SLEEPTIME=120
 UNAME_n=tinderbox.host
 __MKLVL__=1
 CCACHE_JAIL=0
 LOCALBASE=/usr/local
 CCACHE_MAX_SIZE=1G
 DISTFILE_URI=
 X_WINDOW_SYSTEM=xorg
 MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/
 OPTIONS_DIR=
 UNAME_r=9.0-CURRENT
 USA_RESIDENT=YES
 UNAME_s=FreeBSD
 PARALLEL_PACKAGE_BUILD=1
 PWD=/usr/ports/security/p5-Net-Radius-Server
 UNAME_v=FreeBSD 9.0-CURRENT #0: Wed Dec  9 16:28:18 CST 2009
 root@tinderbox.host:/usr/src/sys/magic/kernel/path
 FTP_PASSIVE_MODE=yes
 CCACHE_ENABLED=0
 INDEXFILE=INDEX-9
 ---End Environment---
 
 ---Begin OPTIONS List---
 ---End OPTIONS List---
 
 End Configuration.
 FETCH_DEPENDS=
 PATCH_DEPENDS=perl-5.8.9_3.tbz
 EXTRACT_DEPENDS=perl-5.8.9_3.tbz
 BUILD_DEPENDS=perl-5.8.9_3.tbz
 RUN_DEPENDS=perl-5.8.9_3.tbz p5-Authen-PAM-0.16_1.tbz
 p5-Class-Accessor-0.34.tbz p5-version-0.78.tbz
 p5-Term-ReadKey-2.30.tbz p5-Want-0.18.tbz p5-IO-Prompt-0.99.4_1.tbz
 p5-Net-Radius-1.56.tbz p5-IO-Multiplex-1.10.tbz p5-Net-Server-0.97.tbz
 p5-NetAddr-IP-4.02.7.tbz p5-Convert-ASN1-0.22.tbz p5-URI-1.51.tbz
 p5-IO-Socket-SSL-1.31.tbz p5-Authen-SASL-2.13.tbz
 p5-XML-SAX-Writer-0.52.tbz p5-Net-SSLeay-1.35_2.tbz
 p5-Digest-HMAC-1.01.tbz p5-GSSAPI-0.26.tbz p5-XML-SAX-0.96.tbz
 p5-XML-NamespaceSupport-1.10.tbz p5-Text-Iconv-1.7.tbz
 p5-XML-Filter-BufferText-1.01.tbz p5-Digest-SHA1-2.12.tbz
 libiconv-1.13.1.tbz p5-perl-ldap-0.39.tbz
 add_pkg
 ================================================================
 ====================<phase 1: make checksum>====================
 => Net-Radius-Server-1.116.tar.gz doesn't seem to exist in /tmp/distfiles/.
 => Attempting to fetch from file:///distcache//.
 Net-Radius-Server-1.116.tar.gz                          59 kB 5691 kBps
 => MD5 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 => SHA256 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 ================================================================
 ====================<phase 2: make extract>====================
 add_pkg perl-5.8.9_3.tbz
 adding dependencies
 pkg_add perl-5.8.9_3.tbz
 Removing stale symlinks from /usr/bin...
     Skipping /usr/bin/perl
     Skipping /usr/bin/perl5
 Done.
 Creating various symlinks in /usr/bin...
     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Spamming /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 Spamming /etc/manpath.config... Done.
 ===>  Extracting for p5-Net-Radius-Server-1.116
 => MD5 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 => SHA256 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 ===>   p5-Net-Radius-Server-1.116 depends on file:
 /usr/local/bin/perl5.8.9 - found
 Deleting perl-5.8.9_3
 Removing stale symlinks from /usr/bin...
     Removing /usr/bin/perl
     Removing /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 ================================================================
 ====================<phase 3: make patch>====================
 add_pkg perl-5.8.9_3.tbz
 adding dependencies
 pkg_add perl-5.8.9_3.tbz
 Removing stale symlinks from /usr/bin...
     Skipping /usr/bin/perl
     Skipping /usr/bin/perl5
 Done.
 Creating various symlinks in /usr/bin...
     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Spamming /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 Spamming /etc/manpath.config... Done.
 ===>  Patching for p5-Net-Radius-Server-1.116
 ===>   p5-Net-Radius-Server-1.116 depends on file:
 /usr/local/bin/perl5.8.9 - found
 Deleting perl-5.8.9_3
 Removing stale symlinks from /usr/bin...
     Removing /usr/bin/perl
     Removing /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 ================================================================
 ====================<phase 4: make build>====================
 add_pkg perl-5.8.9_3.tbz
 adding dependencies
 pkg_add perl-5.8.9_3.tbz
 Removing stale symlinks from /usr/bin...
     Skipping /usr/bin/perl
     Skipping /usr/bin/perl5
 Done.
 Creating various symlinks in /usr/bin...
     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Spamming /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 Spamming /etc/manpath.config... Done.
 ===>   p5-Net-Radius-Server-1.116 depends on file:
 /usr/local/bin/perl5.8.9 - found
 ===>  Configuring for p5-Net-Radius-Server-1.116
 Perl v5.10.0 required--this is only v5.8.9, stopped at ./Makefile.PL line 1.
 BEGIN failed--compilation aborted at ./Makefile.PL line 1.
 *** Error code 255
 
 Stop in /a/ports/security/p5-Net-Radius-Server.
 ================================================================
 build of /usr/ports/security/p5-Net-Radius-Server ended at Wed Dec  9
 08:45:56 UTC 2009
 
 --00504502cb22b1e16d047a49c8e3
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 <pre>Hi,<br><br>  The patch failed build on my tinderbox.Below is the build=
  log.<br>  Would you fix it ?<br><br>wen<br><br><br><br><br><br>building p5=
 -Net-Radius-Server-1.116 in directory /usr/local/tinderbox/9.0-FreeBSD<br>
 build started at Wed Dec  9 08:44:33 UTC 2009<br>port directory: /usr/ports=
 /security/p5-Net-Radius-Server<br>building for:  9.0-CURRENT i386<br>mainta=
 ined by: perl@FreeBSD.org<br>Makefile ident: $FreeBSD: ports/security/p5-Ne=
 t-Radius-Server/Makefile,v 1.1 2009/09/17 15:55:53 pav Exp $<br>
 prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/local PREFIX=3D/usr/local<br>=
 Begin Configuration:<br>---Begin Environment---<br>ARCH=3Di386<br>PACKAGE_B=
 UILDING=3D1<br>USER=3Droot<br>CCACHE_DIR=3D<br>BRANCH=3DCURRENT<br>CCACHE_N=
 OLINK=3D1<br>HOST_WORKDIR=3D<br>
 X11BASE=3D/usr/local<br>BATCH=3D1<br>OLDPWD=3D/<br>HOME=3D/root<br>SRCBASE=
 =3D/usr/local/tinderbox/jails/9.0/src<br>PKGZIPCMD=3Dbzip2<br>HAVE_MOTIF=3D=
 1<br>FTP_TIMEOUT=3D900<br>HTTP_TIMEOUT=3D900<br>defaultUpdateHost=3D<a href=
 =3D"http://cvsup.FreeBSDChina.org">cvsup.FreeBSDChina.org</a><br>
 pb=3D/usr/local/tinderbox<br>DISTFILE_CACHE=3D/usr/ports/distfiles<br>OSREL=
 =3D9.0<br>defaultUpdateType=3DCSUP<br>TINDERD_LOGFILE=3D/dev/null<br>PORTOB=
 JFORMAT=3Delf<br>WRKDIRPREFIX=3D/work<br>DISTDIR=3D/tmp/distfiles<br>DISTCA=
 CHE=3D/distcache<br>
 CCACHE_LOGFILE=3D<br>PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/=
 usr/local/bin:/usr/local/bin<br>PACKAGES=3D/tmp/packages<br>TIMEOUT=3D7200<=
 br>PKGSUFFIX=3D.tbz<br>OSVERSION=3D900002<br>OPTIONS_ENABLED=3D0<br>__DSVER=
 SION__=3D3.2<br>
 TINDERD_SLEEPTIME=3D120<br>UNAME_n=3Dtinderbox.host<br>__MKLVL__=3D1<br>CCA=
 CHE_JAIL=3D0<br>LOCALBASE=3D/usr/local<br>CCACHE_MAX_SIZE=3D1G<br>DISTFILE_=
 URI=3D<br>X_WINDOW_SYSTEM=3Dxorg<br>MASTER_SITE_OVERRIDE=3Dfile:///distcach=
 e/${DIST_SUBDIR}/ <br>
 OPTIONS_DIR=3D<br>UNAME_r=3D9.0-CURRENT<br>USA_RESIDENT=3DYES<br>UNAME_s=3D=
 FreeBSD<br>PARALLEL_PACKAGE_BUILD=3D1<br>PWD=3D/usr/ports/security/p5-Net-R=
 adius-Server<br>UNAME_v=3DFreeBSD 9.0-CURRENT #0: Wed Dec  9 16:28:18 CST 2=
 009    root@tinderbox.host:/usr/src/sys/magic/kernel/path<br>
 FTP_PASSIVE_MODE=3Dyes<br>CCACHE_ENABLED=3D0<br>INDEXFILE=3DINDEX-9<br>---E=
 nd Environment---<br><br>---Begin OPTIONS List---<br>---End OPTIONS List---=
 <br><br>End Configuration.<br>FETCH_DEPENDS=3D<br>PATCH_DEPENDS=3Dperl-5.8.=
 9_3.tbz<br>
 EXTRACT_DEPENDS=3Dperl-5.8.9_3.tbz<br>BUILD_DEPENDS=3Dperl-5.8.9_3.tbz<br>R=
 UN_DEPENDS=3Dperl-5.8.9_3.tbz p5-Authen-PAM-0.16_1.tbz p5-Class-Accessor-0.=
 34.tbz p5-version-0.78.tbz p5-Term-ReadKey-2.30.tbz p5-Want-0.18.tbz p5-IO-=
 Prompt-0.99.4_1.tbz p5-Net-Radius-1.56.tbz p5-IO-Multiplex-1.10.tbz p5-Net-=
 Server-0.97.tbz p5-NetAddr-IP-4.02.7.tbz p5-Convert-ASN1-0.22.tbz p5-URI-1.=
 51.tbz p5-IO-Socket-SSL-1.31.tbz p5-Authen-SASL-2.13.tbz p5-XML-SAX-Writer-=
 0.52.tbz p5-Net-SSLeay-1.35_2.tbz p5-Digest-HMAC-1.01.tbz p5-GSSAPI-0.26.tb=
 z p5-XML-SAX-0.96.tbz p5-XML-NamespaceSupport-1.10.tbz p5-Text-Iconv-1.7.tb=
 z p5-XML-Filter-BufferText-1.01.tbz p5-Digest-SHA1-2.12.tbz libiconv-1.13.1=
 .tbz p5-perl-ldap-0.39.tbz<br>
 add_pkg<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D&lt;phase 1: make checksum&gt;=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=3D&gt; Net=
 -Radius-Server-1.116.tar.gz doesn&#39;t seem to exist in /tmp/distfiles/.<b=
 r>
 =3D&gt; Attempting to fetch from file:///distcache//.<br>Net-Radius-Server-=
 1.116.tar.gz                          59 kB 5691 kBps<br>=3D&gt; MD5 Checks=
 um OK for Net-Radius-Server-1.116.tar.gz.<br>=3D&gt; SHA256 Checksum OK for=
  Net-Radius-Server-1.116.tar.gz.<br>
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D&lt;phase 2: make extract&gt;=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>add_pkg perl-5.8.9_3.tb=
 z<br>adding dependencies<br>pkg_add perl-5.8.9_3.tbz<br>Removing stale syml=
 inks from /usr/bin...<br>
     Skipping /usr/bin/perl<br>    Skipping /usr/bin/perl5<br>Done.<br>Creat=
 ing various symlinks in /usr/bin...<br>    Symlinking /usr/local/bin/perl5.=
 8.9 to /usr/bin/perl<br>    Symlinking /usr/local/bin/perl5.8.9 to /usr/bin=
 /perl5<br>
 Done.<br>Cleaning up /etc/make.conf... Done.<br>Spamming /etc/make.conf... =
 Done.<br>Cleaning up /etc/manpath.config... Done.<br>Spamming /etc/manpath.=
 config... Done.<br>=3D=3D=3D&gt;  Extracting for p5-Net-Radius-Server-1.116=
 <br>
 =3D&gt; MD5 Checksum OK for Net-Radius-Server-1.116.tar.gz.<br>=3D&gt; SHA2=
 56 Checksum OK for Net-Radius-Server-1.116.tar.gz.<br>=3D=3D=3D&gt;   p5-Ne=
 t-Radius-Server-1.116 depends on file: /usr/local/bin/perl5.8.9 - found<br>=
 Deleting perl-5.8.9_3<br>
 Removing stale symlinks from /usr/bin...<br>    Removing /usr/bin/perl<br> =
    Removing /usr/bin/perl5<br>Done.<br>Cleaning up /etc/make.conf... Done.<=
 br>Cleaning up /etc/manpath.config... Done.<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D<br>
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D&lt;phase 3: ma=
 ke patch&gt;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br=
 >add_pkg perl-5.8.9_3.tbz<br>adding dependencies<br>pkg_add perl-5.8.9_3.tb=
 z<br>Removing stale symlinks from /usr/bin...<br>    Skipping /usr/bin/perl=
 <br>
     Skipping /usr/bin/perl5<br>Done.<br>Creating various symlinks in /usr/b=
 in...<br>    Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl<br>    Sy=
 mlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5<br>Done.<br>Cleaning up=
  /etc/make.conf... Done.<br>
 Spamming /etc/make.conf... Done.<br>Cleaning up /etc/manpath.config... Done=
 .<br>Spamming /etc/manpath.config... Done.<br>=3D=3D=3D&gt;  Patching for p=
 5-Net-Radius-Server-1.116<br>=3D=3D=3D&gt;   p5-Net-Radius-Server-1.116 dep=
 ends on file: /usr/local/bin/perl5.8.9 - found<br>
 Deleting perl-5.8.9_3<br>Removing stale symlinks from /usr/bin...<br>    Re=
 moving /usr/bin/perl<br>    Removing /usr/bin/perl5<br>Done.<br>Cleaning up=
  /etc/make.conf... Done.<br>Cleaning up /etc/manpath.config... Done.<br>
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D&lt;phase 4: make build&gt;=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>add_pkg perl-5.8.9_3.tbz<b=
 r>adding dependencies<br>pkg_add perl-5.8.9_3.tbz<br>Removing stale symlink=
 s from /usr/bin...<br>
     Skipping /usr/bin/perl<br>    Skipping /usr/bin/perl5<br>Done.<br>Creat=
 ing various symlinks in /usr/bin...<br>    Symlinking /usr/local/bin/perl5.=
 8.9 to /usr/bin/perl<br>    Symlinking /usr/local/bin/perl5.8.9 to /usr/bin=
 /perl5<br>
 Done.<br>Cleaning up /etc/make.conf... Done.<br>Spamming /etc/make.conf... =
 Done.<br>Cleaning up /etc/manpath.config... Done.<br>Spamming /etc/manpath.=
 config... Done.<br>=3D=3D=3D&gt;   p5-Net-Radius-Server-1.116 depends on fi=
 le: /usr/local/bin/perl5.8.9 - found<br>
 =3D=3D=3D&gt;  Configuring for p5-Net-Radius-Server-1.116<br>Perl v5.10.0 r=
 equired--this is only v5.8.9, stopped at ./Makefile.PL line 1.<br>BEGIN fai=
 led--compilation aborted at ./Makefile.PL line 1.<br>*** Error code 255<br>=
 <br>
 Stop in /a/ports/security/p5-Net-Radius-Server.<br>=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D<br>build of /usr/ports/security/p5-Net-Radius-Server end=
 ed at Wed Dec  9 08:45:56 UTC 2009<br></pre>
 
 --00504502cb22b1e16d047a49c8e3--

From: Gea-Suan Lin <gslin@gslin.org>
To: wen heping <wenheping@gmail.com>
Cc: bug-followup@FreeBSD.org, gslin@gslin.org
Subject: Re: ports/141262: [MAINTAINER] security/p5-Net-Radius-Server:
 update to 1.116
Date: Wed, 9 Dec 2009 20:50:37 +0800

 Hello,
 
 Please use http://colo-p.gslin.org/~gslin/tmp/p5-Net-Radius-Server.shar
 this new attachment.
 
 On Wed, Dec 09, 2009 at 07:13:45PM +0800, wen heping wrote:
 > Hi,
 > 
 >   The patch failed build on my tinderbox.Below is the build log.
 >   Would you fix it ?
 > 
 > wen
 > 
 > 
 > 
 > 
 > 
 > building p5-Net-Radius-Server-1.116 in directory
 > /usr/local/tinderbox/9.0-FreeBSD
 > build started at Wed Dec  9 08:44:33 UTC 2009
 > port directory: /usr/ports/security/p5-Net-Radius-Server
 > building for:  9.0-CURRENT i386
 > maintained by: perl@FreeBSD.org
 > Makefile ident: $FreeBSD:
 > ports/security/p5-Net-Radius-Server/Makefile,v 1.1 2009/09/17 15:55:53
 > pav Exp $
 > prefixes: LOCALBASE=usr/local X11BASE=usr/local PREFIX=/usr/local
 > Begin Configuration:
 > ---Begin Environment---
 > ARCH=i386
 > PACKAGE_BUILDING=1
 > USER=root
 > CCACHE_DIR=
 > BRANCH=CURRENT
 > CCACHE_NOLINK=1
 > HOST_WORKDIR=
 > X11BASE=/usr/local
 > BATCH=1
 > OLDPWD=/
 > HOME=/root
 > SRCBASE=/usr/local/tinderbox/jails/9.0/src
 > PKGZIPCMD=bzip2
 > HAVE_MOTIF=1
 > FTP_TIMEOUT=900
 > HTTP_TIMEOUT=900
 > defaultUpdateHost=cvsup.FreeBSDChina.org
 > pb=/usr/local/tinderbox
 > DISTFILE_CACHE=/usr/ports/distfiles
 > OSREL=9.0
 > defaultUpdateType=CSUP
 > TINDERD_LOGFILE=/dev/null
 > PORTOBJFORMAT=elf
 > WRKDIRPREFIX=/work
 > DISTDIR=/tmp/distfiles
 > DISTCACHE=/distcache
 > CCACHE_LOGFILE=
 > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/bin
 > PACKAGES=/tmp/packages
 > TIMEOUT=7200
 > PKGSUFFIX=.tbz
 > OSVERSION=900002
 > OPTIONS_ENABLED=0
 > __DSVERSION__=3.2
 > TINDERD_SLEEPTIME=120
 > UNAME_n=tinderbox.host
 > __MKLVL__=1
 > CCACHE_JAIL=0
 > LOCALBASE=/usr/local
 > CCACHE_MAX_SIZE=1G
 > DISTFILE_URI=
 > X_WINDOW_SYSTEM=xorg
 > MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/
 > OPTIONS_DIR=
 > UNAME_r=9.0-CURRENT
 > USA_RESIDENT=YES
 > UNAME_s=FreeBSD
 > PARALLEL_PACKAGE_BUILD=1
 > PWD=/usr/ports/security/p5-Net-Radius-Server
 > UNAME_v=FreeBSD 9.0-CURRENT #0: Wed Dec  9 16:28:18 CST 2009
 > root@tinderbox.host:/usr/src/sys/magic/kernel/path
 > FTP_PASSIVE_MODE=yes
 > CCACHE_ENABLED=0
 > INDEXFILE=INDEX-9
 > ---End Environment---
 > 
 > ---Begin OPTIONS List---
 > ---End OPTIONS List---
 > 
 > End Configuration.
 > FETCH_DEPENDS=
 > PATCH_DEPENDS=perl-5.8.9_3.tbz
 > EXTRACT_DEPENDS=perl-5.8.9_3.tbz
 > BUILD_DEPENDS=perl-5.8.9_3.tbz
 > RUN_DEPENDS=perl-5.8.9_3.tbz p5-Authen-PAM-0.16_1.tbz
 > p5-Class-Accessor-0.34.tbz p5-version-0.78.tbz
 > p5-Term-ReadKey-2.30.tbz p5-Want-0.18.tbz p5-IO-Prompt-0.99.4_1.tbz
 > p5-Net-Radius-1.56.tbz p5-IO-Multiplex-1.10.tbz p5-Net-Server-0.97.tbz
 > p5-NetAddr-IP-4.02.7.tbz p5-Convert-ASN1-0.22.tbz p5-URI-1.51.tbz
 > p5-IO-Socket-SSL-1.31.tbz p5-Authen-SASL-2.13.tbz
 > p5-XML-SAX-Writer-0.52.tbz p5-Net-SSLeay-1.35_2.tbz
 > p5-Digest-HMAC-1.01.tbz p5-GSSAPI-0.26.tbz p5-XML-SAX-0.96.tbz
 > p5-XML-NamespaceSupport-1.10.tbz p5-Text-Iconv-1.7.tbz
 > p5-XML-Filter-BufferText-1.01.tbz p5-Digest-SHA1-2.12.tbz
 > libiconv-1.13.1.tbz p5-perl-ldap-0.39.tbz
 > add_pkg
 > ================================================================
 > ====================<phase 1: make checksum>====================
 > => Net-Radius-Server-1.116.tar.gz doesn't seem to exist in /tmp/distfiles/.
 > => Attempting to fetch from file:///distcache//.
 > Net-Radius-Server-1.116.tar.gz                          59 kB 5691 kBps
 > => MD5 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 > => SHA256 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 > ================================================================
 > ====================<phase 2: make extract>====================
 > add_pkg perl-5.8.9_3.tbz
 > adding dependencies
 > pkg_add perl-5.8.9_3.tbz
 > Removing stale symlinks from /usr/bin...
 >     Skipping /usr/bin/perl
 >     Skipping /usr/bin/perl5
 > Done.
 > Creating various symlinks in /usr/bin...
 >     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
 >     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
 > Done.
 > Cleaning up /etc/make.conf... Done.
 > Spamming /etc/make.conf... Done.
 > Cleaning up /etc/manpath.config... Done.
 > Spamming /etc/manpath.config... Done.
 > ===>  Extracting for p5-Net-Radius-Server-1.116
 > => MD5 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 > => SHA256 Checksum OK for Net-Radius-Server-1.116.tar.gz.
 > ===>   p5-Net-Radius-Server-1.116 depends on file:
 > /usr/local/bin/perl5.8.9 - found
 > Deleting perl-5.8.9_3
 > Removing stale symlinks from /usr/bin...
 >     Removing /usr/bin/perl
 >     Removing /usr/bin/perl5
 > Done.
 > Cleaning up /etc/make.conf... Done.
 > Cleaning up /etc/manpath.config... Done.
 > ================================================================
 > ====================<phase 3: make patch>====================
 > add_pkg perl-5.8.9_3.tbz
 > adding dependencies
 > pkg_add perl-5.8.9_3.tbz
 > Removing stale symlinks from /usr/bin...
 >     Skipping /usr/bin/perl
 >     Skipping /usr/bin/perl5
 > Done.
 > Creating various symlinks in /usr/bin...
 >     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
 >     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
 > Done.
 > Cleaning up /etc/make.conf... Done.
 > Spamming /etc/make.conf... Done.
 > Cleaning up /etc/manpath.config... Done.
 > Spamming /etc/manpath.config... Done.
 > ===>  Patching for p5-Net-Radius-Server-1.116
 > ===>   p5-Net-Radius-Server-1.116 depends on file:
 > /usr/local/bin/perl5.8.9 - found
 > Deleting perl-5.8.9_3
 > Removing stale symlinks from /usr/bin...
 >     Removing /usr/bin/perl
 >     Removing /usr/bin/perl5
 > Done.
 > Cleaning up /etc/make.conf... Done.
 > Cleaning up /etc/manpath.config... Done.
 > ================================================================
 > ====================<phase 4: make build>====================
 > add_pkg perl-5.8.9_3.tbz
 > adding dependencies
 > pkg_add perl-5.8.9_3.tbz
 > Removing stale symlinks from /usr/bin...
 >     Skipping /usr/bin/perl
 >     Skipping /usr/bin/perl5
 > Done.
 > Creating various symlinks in /usr/bin...
 >     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
 >     Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
 > Done.
 > Cleaning up /etc/make.conf... Done.
 > Spamming /etc/make.conf... Done.
 > Cleaning up /etc/manpath.config... Done.
 > Spamming /etc/manpath.config... Done.
 > ===>   p5-Net-Radius-Server-1.116 depends on file:
 > /usr/local/bin/perl5.8.9 - found
 > ===>  Configuring for p5-Net-Radius-Server-1.116
 > Perl v5.10.0 required--this is only v5.8.9, stopped at ./Makefile.PL line 1.
 > BEGIN failed--compilation aborted at ./Makefile.PL line 1.
 > *** Error code 255
 > 
 > Stop in /a/ports/security/p5-Net-Radius-Server.
 > ================================================================
 > build of /usr/ports/security/p5-Net-Radius-Server ended at Wed Dec  9
 > 08:45:56 UTC 2009
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Mon Dec 14 08:14:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141262 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141262: commit references a PR
Date: Mon, 14 Dec 2009 08:13:57 +0000 (UTC)

 wen         2009-12-14 08:13:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/p5-Net-Radius-Server Makefile distinfo pkg-plist 
   Log:
   - Update to 1.116
   - Reset maintainer to perl@
   
   PR:             ports/141262
   Submitted by:   Gea-Suan Lin <gslin@gslin.org> (previous maintainer)
   
   Revision  Changes    Path
   1.2       +7 -2      ports/security/p5-Net-Radius-Server/Makefile
   1.2       +3 -3      ports/security/p5-Net-Radius-Server/distinfo
   1.2       +5 -1      ports/security/p5-Net-Radius-Server/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
