Ticket #42860: Portfile.diff
File Portfile.diff, 847 bytes (added by mtiberti (Matteo Tiberti), 11 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id$3 2 4 3 PortSystem 1.0 5 4 PortGroup python 1.0 6 5 PortGroup active_variants 1.1 7 6 8 7 name pymol 9 version 1. 6.08 version 1.7.1.0 10 9 categories science chemistry 11 10 license GPL 12 11 maintainers bromo.med.uc.edu:howarth … … 22 21 master_sites sourceforge 23 22 fetch.type svn 24 23 svn.url https://svn.code.sf.net/p/pymol/code/trunk/pymol 25 svn.revision 40 3924 svn.revision 4073 26 25 worksrcdir pymol 27 26 28 27 python.default_version 27