Bug 98100

Summary: [Changing MAINTAINER] Taking ownership of 4 ports
Product: Ports & Packages Reporter: Stephen J. Roznowski <sjr>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Stephen J. Roznowski 2006-05-29 17:50:15 UTC
	Taking ownership of 4 ports (copytape, display, tkrat2, xmail).
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-30 21:35:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-30 23:19:18 UTC
State Changed
From-To: open->feedback

Could you please run portlint -A (devel/portlint) over those ports and 
eliminate some warnings.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2006-06-12 22:40:08 UTC
Responsible Changed
From-To: ehaupt->freebsd-ports-bugs

Release.
Comment 4 Stephen J. Roznowski 2006-07-08 21:00:37 UTC
Additional change after "portlint -A":

--- tkrat2/Makefile.orig	Sat Jul  8 15:56:09 2006
+++ tkrat2/Makefile	Sat Jul  8 15:56:16 2006
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "sparc64"
-BROKEN=		"Build fails on sparc64"
+BROKEN=		Build fails on sparc64
 .endif
 
 post-install:

-- 
Stephen J. Roznowski    (sjr@comcast.net)
Comment 5 Stephen J. Roznowski 2006-07-08 21:12:23 UTC
Additional change after "portlint -A":

--- tkrat2/Makefile.orig	Sat Jul  8 15:56:09 2006
+++ tkrat2/Makefile	Sat Jul  8 15:56:16 2006
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "sparc64"
-BROKEN=		"Build fails on sparc64"
+BROKEN=		Build fails on sparc64
 .endif
 
 post-install:

-- 
Stephen J. Roznowski    (sjr@comcast.net)
Comment 6 Renato Botelho freebsd_committer freebsd_triage 2006-07-11 11:32:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!