From nobody@FreeBSD.org  Wed Sep 21 16:10:42 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B67C16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Sep 2005 16:10:42 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D456043D45
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Sep 2005 16:10:40 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j8LGAeOd058171
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Sep 2005 16:10:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j8LGAeiJ058170;
	Wed, 21 Sep 2005 16:10:40 GMT
	(envelope-from nobody)
Message-Id: <200509211610.j8LGAeiJ058170@www.freebsd.org>
Date: Wed, 21 Sep 2005 16:10:40 GMT
From: Sangwoo Shim <sangwoos@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/science/vmd dependency fix & maintainer email address update
X-Send-Pr-Version: www-2.3

>Number:         86419
>Category:       ports
>Synopsis:       ports/science/vmd dependency fix & maintainer email address update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 16:20:19 GMT 2005
>Closed-Date:    Wed Sep 21 19:52:06 GMT 2005
>Last-Modified:  Wed Sep 21 19:52:06 GMT 2005
>Originator:     Sangwoo Shim
>Release:        7-CURRENT
>Organization:
Seoul Natl' Univ.
>Environment:
FreeBSD ssw.dyndns.org 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Mon Sep 19 11:42:24 KST 2005     root@ssw.dyndns.org:/usr/obj/usr/src/sys/SSW-SMP  i386
>Description:
      Building vmd requires makedepend. So add imake as its dependency.
And my previous email address became unavailable. Update to another one.
>How-To-Repeat:
      
>Fix:
      patches attached:

%%%
diff -urN /usr/ports/science/vmd/Makefile vmd/Makefile
--- /usr/ports/science/vmd/Makefile     Sat May  7 02:26:47 2005
+++ vmd/Makefile        Wed Sep 21 01:35:47 2005
@@ -7,16 +7,17 @@

 PORTNAME=              vmd
 PORTVERSION=           1.8.3
-PORTREVISION=          0
+PORTREVISION=          1
 CATEGORIES=            science graphics python tcl84 tk84
 MASTER_SITES=          http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/ \
                        ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/
 DISTFILES=             ${VMD_DIST} ${TACHYON_DIST} ${STRIDE_DIST}

-MAINTAINER=            ssw@neo.redjade.org
+MAINTAINER=            sangwoos@gmail.com
 COMMENT=               A molecular visualization program

-BUILD_DEPENDS=         ${PYNUMERIC}
+BUILD_DEPENDS=         makedepend:${X_IMAKE_PORT} \
+                       ${PYNUMERIC} 
 LIB_DEPENDS=           tcl84:${PORTSDIR}/lang/tcl84 \
                        tk84:${PORTSDIR}/x11-toolkits/tk84 \
                        fltk:${PORTSDIR}/x11-toolkits/fltk
%%%
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Wed Sep 21 19:51:48 GMT 2005 
State-Changed-Why:  
Committed, thanks. 
(PORTREVISION bump not necessary IMHO) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86419 
>Unformatted:
