- Fix build - Transfer maintainership to perl@FreeBSD.org Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer)
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
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
clsung 2006-09-19 03:49:07 UTC FreeBSD ports repository Modified files: net/p5-OurNet-BBS Makefile Log: - Fix build - Transfer maintainership to perl@FreeBSD.org PR: ports/103330 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Revision Changes Path 1.2 +3 -3 ports/net/p5-OurNet-BBS/Makefile _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thank You.