From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 17 17:01:56 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E2616A416; Sun, 17 Sep 2006 17:01:56 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC9C543D80; Sun, 17 Sep 2006 17:01:48 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 839D924F; Mon, 18 Sep 2006 01:01:43 +0800 (CST) Date: Mon, 18 Sep 2006 01:01:43 +0800 From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20060917170143.GA16780@gslin.org> References: <20060917165636.AA67C24F@netnews.NCTU.edu.tw> <200609171700.k8HH0dLV040442@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <200609171700.k8HH0dLV040442@freefall.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: gslin@gslin.org Subject: Re: ports/103330: [PATCH] net/p5-OurNet-BBS: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 17:01:56 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=big5 Content-Disposition: inline Please use the following patch: On Sun, Sep 17, 2006 at 05:00:39PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/103330'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=103330 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] net/p5-OurNet-BBS: Fix build > >Arrival-Date: Sun Sep 17 17:00:39 GMT 2006 ===> Generating patch ===> Viewing diff with less diff -ruN --exclude=CVS /usr/ports/net/p5-OurNet-BBS/Makefile /home/staff/gslin/work/p5-OurNet-BBS/Makefile --- /usr/ports/net/p5-OurNet-BBS/Makefile Thu Jul 20 22:30:27 2006 +++ /home/staff/gslin/work/p5-OurNet-BBS/Makefile Mon Sep 18 01:01:01 2006 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= OurNet PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Component Object Model for BBS systems BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ @@ -29,8 +29,8 @@ ${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP \ ${SITE_PERL}/Crypt/DES_PP.pm:${PORTSDIR}/security/p5-Crypt-DES_PP \ ${SITE_PERL}/Crypt/Rijndael_PP.pm:${PORTSDIR}/security/p5-Crypt-Rijndael_PP \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ===> Done -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename="p5-OurNet-BBS.diff" ===> Generating patch ===> Viewing diff with less diff -ruN --exclude=CVS /usr/ports/net/p5-OurNet-BBS/Makefile /home/staff/gslin/work/p5-OurNet-BBS/Makefile --- /usr/ports/net/p5-OurNet-BBS/Makefile Thu Jul 20 22:30:27 2006 +++ /home/staff/gslin/work/p5-OurNet-BBS/Makefile Mon Sep 18 01:01:01 2006 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= OurNet PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Component Object Model for BBS systems BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ @@ -29,8 +29,8 @@ ${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP \ ${SITE_PERL}/Crypt/DES_PP.pm:${PORTSDIR}/security/p5-Crypt-DES_PP \ ${SITE_PERL}/Crypt/Rijndael_PP.pm:${PORTSDIR}/security/p5-Crypt-Rijndael_PP \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ===> Done --qMm9M+Fa2AknHoGS--