ports/86419: ports/science/vmd dependency fix & maintainer email address update

Sangwoo Shim sangwoos at gmail.com
Wed Sep 21 16:20:20 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 16:20:19 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at neo.redjade.org
+MAINTAINER=            sangwoos at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list