Diff
Modified: trunk/dports/devel/opendx-java40/Portfile (140798 => 140799)
--- trunk/dports/devel/opendx-java40/Portfile 2015-10-03 03:25:01 UTC (rev 140798)
+++ trunk/dports/devel/opendx-java40/Portfile 2015-10-03 04:05:01 UTC (rev 140799)
@@ -1,3 +1,4 @@
+# -*- 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
# $Id$
PortSystem 1.0
@@ -4,6 +5,8 @@
name opendx-java40
version 1999.11.15
categories devel
+license Permissive
+# "IBM PUBLIC LICENSE", http://opendx.org/dlSource.html
maintainers nomaintainer
platforms darwin
supported_archs noarch
@@ -27,4 +30,3 @@
file mkdir ${java_share_dir}
file copy ${worksrcpath}/java40.jar ${java_share_dir}
}
-
Modified: trunk/dports/science/opendx/Portfile (140798 => 140799)
--- trunk/dports/science/opendx/Portfile 2015-10-03 03:25:01 UTC (rev 140798)
+++ trunk/dports/science/opendx/Portfile 2015-10-03 04:05:01 UTC (rev 140799)
@@ -1,3 +1,4 @@
+# -*- 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
# $Id$
PortSystem 1.0
@@ -6,6 +7,8 @@
version 4.4.4
revision 3
categories science
+license Permissive
+# "IBM PUBLIC LICENSE", http://opendx.org/dlSource.html
maintainers nomaintainer
platforms darwin
@@ -19,7 +22,8 @@
great flexibility in creating visualizations.
homepage http://opendx.org/
-master_sites http://opendx.informatics.jax.org/source/
+#master_sites http://opendx.informatics.jax.org/source/
+master_sites macports_distfiles
checksums md5 6da0c4cd21d3c08f97b7662e3aee5b7b
@@ -39,7 +43,8 @@
patchfiles configure.ac.diff \
patch-src-exec-dpexec-packet.c.diff \
patch-src-exec-dxmods-local.mk.in.diff \
- main.diff
+ main.diff \
+ patch-src-uipp-java-Makefile.am.diff
use_autoreconf yes
autoreconf.args -fvi
@@ -78,3 +83,6 @@
}
}
+livecheck.type regex
+livecheck.url http://opendx.org/download.html
+livecheck.regex The latest released version is (\[0-9.\]*)\. Check
Added: trunk/dports/science/opendx/files/patch-src-uipp-java-Makefile.am.diff (0 => 140799)
--- trunk/dports/science/opendx/files/patch-src-uipp-java-Makefile.am.diff (rev 0)
+++ trunk/dports/science/opendx/files/patch-src-uipp-java-Makefile.am.diff 2015-10-03 04:05:01 UTC (rev 140799)
@@ -0,0 +1,8 @@
+--- src/uipp/java/Makefile.am.orig 2015-10-02 18:32:24.000000000 -0400
++++ src/uipp/java/Makefile.am 2015-10-02 18:32:43.000000000 -0400
+@@ -195,4 +195,4 @@
+ $(INSTALL_DATA) AnyDX.lib $(DESTDIR)$(javalibdir)/AnyDX.lib ; \
+ $(INSTALL_DATA) AnyDX.exp $(DESTDIR)$(javalibdir)/AnyDX.exp ; \
+ fi
+- mkdir -p $(prefix)/dx/java/server/nets
++ mkdir -p $(DESTDIR)/$(prefix)/dx/java/server/nets
Modified: trunk/dports/science/opendx-samples/Portfile (140798 => 140799)
--- trunk/dports/science/opendx-samples/Portfile 2015-10-03 03:25:01 UTC (rev 140798)
+++ trunk/dports/science/opendx-samples/Portfile 2015-10-03 04:05:01 UTC (rev 140799)
@@ -1,3 +1,4 @@
+# -*- 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
# $Id$
PortSystem 1.0
@@ -5,6 +6,8 @@
version 4.4.0
revision 1
categories science
+license Permissive
+# "IBM PUBLIC LICENSE", http://opendx.org/dlSource.html
maintainers nomaintainer
platforms darwin
supported_archs noarch
@@ -34,4 +37,3 @@
reinplace "s|/usr/lpp|${prefix}|g" ${fil}
}
}
-