public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
science/wview:
Maintainer update to version 3.9.0, closes #15092


git-svn-id: http://svn.macports.org/repository/macports/trunk@36298 
d073be05-634f-4543-b044-5fe20cf6d1d6
Rainer Müller (author)
Fri Apr 25 20:54:16 -0700 2008
commit  98db606c81b1000d34559d5c05cf2ed7d55d9046
tree    70d9ae178f4bcd2d88e222c83b1ef6c56e0e5515
parent  42f66df7504105327c566d011d54f7e7aa80484f
...
1
 
2
3
4
5
6
7
 
8
9
10
...
30
31
32
33
34
35
 
 
 
36
37
38
...
61
62
63
 
 
 
 
64
65
66
...
 
1
2
3
4
5
6
 
7
8
9
10
...
30
31
32
 
 
 
33
34
35
36
37
38
...
61
62
63
64
65
66
67
68
69
70
0
@@ -1,10 +1,10 @@
0
-# $Id$
0
+# $Id&
0
 
0
 PortSystem 1.0
0
 
0
 name wview
0
 
0
-version 3.7.3
0
+version 3.9.0
0
 
0
 revision 1
0
 
0
@@ -30,9 +30,9 @@
0
 
0
 depends_lib port:gd2 port:radlib
0
 
0
-checksums md5 d534d8fd77df3b3dceaed53591e415cf \
0
- sha1 90f94b86447e78e152108b153b5f66c8c88a8aed \
0
- rmd160 483edc0f089ddf28a3d86cd8806231f1ccbcf3f2
0
+checksums md5 193ecb4b853340494897dc15609d995a \
0
+ sha1 f7a1565b839725c3a796d963baf3ae61a89769b7 \
0
+ rmd160 b62bfa853ec60cfea9a1e5d778267d32bd28ff1a
0
 
0
 configure.args --exec-prefix=${prefix}
0
 
0
@@ -61,6 +61,10 @@
0
 
0
 variant ws2300 description { Support for the La Crosse WS-2300 series stations } {
0
   configure.args-append --enable-station-ws2300
0
+}
0
+
0
+variant wmr918 description { Support for the for the Oregon Scientific WMR918/968 WX Station} {
0
+ configure.args-append --enable-station-wmr918
0
 }
0
 
0
 variant sim description { Support for the Simulated WX Station } {

Comments

    No one has commented yet.