[88641] users/cal/ports/net/nxcomp/Portfile

cal at macports.org cal at macports.org
Fri Jan 6 06:23:22 PST 2012


Revision: 88641
          http://trac.macports.org/changeset/88641
Author:   cal at macports.org
Date:     2012-01-06 06:23:21 -0800 (Fri, 06 Jan 2012)
Log Message:
-----------
nxcomp: update to 3.5.0-2

Modified Paths:
--------------
    users/cal/ports/net/nxcomp/Portfile

Modified: users/cal/ports/net/nxcomp/Portfile
===================================================================
--- users/cal/ports/net/nxcomp/Portfile	2012-01-06 12:24:23 UTC (rev 88640)
+++ users/cal/ports/net/nxcomp/Portfile	2012-01-06 14:23:21 UTC (rev 88641)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nxcomp
-version                 3.4.0.7
+version                 3.5.0-2
 
 categories              net
 platforms               darwin
@@ -17,11 +17,10 @@
                         for use with x2go.
 
 homepage                http://www.nomachine.com/
-master_sites            http://code.x2go.org/releases/source/nxcomp/
-distname                ${name}_${version}
-checksums               md5     64d0a19d3410a9c97a10f9d0345cf45c \
-                        sha1    e07aa636a76e7a0db26a45c9ad9cccea19e1d8d2 \
-                        rmd160  89e0f13274512a6f3dbb13b307a3ba4c48069607
+master_sites            http://code.x2go.org/releases/source/nx-libs/nxcomp/
+worksrcdir              ${name}
+checksums               rmd160  b537b40aedcc0eca6cfac14da8ff702857e04c28 \
+                        sha256  30a51228509a083b4196e86596a6efb85b2e75e703f5d842158c9a27abb6ebc6
 
 universal_variant       yes
 supported_archs         ppc i386 x86_64
@@ -33,8 +32,11 @@
 
 set major_version [lindex [split ${version} .] 0]
 set minor_version [join [lrange [split ${version} .] 0 1] .]
-set teeny_version [join [lrange [split ${version} .] 0 2] .]
+set teeny_version [lindex [split [join [lrange [split ${version} .] 0 2] .] -] 0]
 
+configure.cxxflags-append \
+                        -I${prefix}/include
+
 post-configure {
     # the makefile would build a .so bundle, which we can't link against.
     # the following lines make the makefile build a dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120106/3f9e5f2a/attachment.html>


More information about the macports-changes mailing list