Bug 103330 - [PATCH] net/p5-OurNet-BBS: Fix build
Summary: [PATCH] net/p5-OurNet-BBS: Fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-17 18:00 UTC by gslin
Modified: 2006-09-19 04:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-OurNet-BBS-1.66.patch (1.64 KB, patch)
2006-09-17 18:00 UTC, gslin
no flags Details | Diff
p5-OurNet-BBS.diff (1.27 KB, patch)
2006-09-17 18:01 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-17 18:00:39 UTC
- Fix build
- Transfer maintainership to perl@FreeBSD.org

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-17 18:00:47 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-17 18:00:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 3 gslin 2006-09-17 18:01:43 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-09-19 04:49:13 UTC
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"
Comment 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-19 04:49:14 UTC
State Changed
From-To: open->closed

Committed. Thank You.