[140799] trunk/dports

dstrubbe at macports.org dstrubbe at macports.org
Fri Oct 2 21:05:01 PDT 2015


Revision: 140799
          https://trac.macports.org/changeset/140799
Author:   dstrubbe at macports.org
Date:     2015-10-02 21:05:01 -0700 (Fri, 02 Oct 2015)
Log Message:
-----------
opendx, opendx-samples, opendx-java40:
* Patch opendx to avoid a destroot error due to one place where DESTDIR was not used.
* Add license info
* opendx: replace broken URL for master_sites with macports_distfiles like for the other two.
* opendx: Add livecheck.
* Add modelines at the top of the Portfiles

Modified Paths:
--------------
    trunk/dports/devel/opendx-java40/Portfile
    trunk/dports/science/opendx/Portfile
    trunk/dports/science/opendx-samples/Portfile

Added Paths:
-----------
    trunk/dports/science/opendx/files/patch-src-uipp-java-Makefile.am.diff

Modified: trunk/dports/devel/opendx-java40/Portfile
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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}
 		  }
 		}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151002/25b72655/attachment.html>


More information about the macports-changes mailing list