Bug 86419 - ports/science/vmd dependency fix & maintainer email address update
Summary: ports/science/vmd dependency fix & maintainer email address update
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 17:20 UTC by Sangwoo Shim
Modified: 2005-09-21 20:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sangwoo Shim 2005-09-21 17:20:19 UTC
      Building vmd requires makedepend. So add imake as its dependency.
And my previous email address became unavailable. Update to another one.

Fix: patches attached:

%%%


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
%%%--pEtCvjgrz8fupFvHeuAsBo4bOQf3u9bMFcMrt3tre9aeTIfX
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 @@
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-09-21 20:51:48 UTC
State Changed
From-To: open->closed

Committed, thanks. 
(PORTREVISION bump not necessary IMHO)