[84499] trunk/dports/lang/nesc/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 26 18:34:12 PDT 2011


Revision: 84499
          http://trac.macports.org/changeset/84499
Author:   ryandesign at macports.org
Date:     2011-09-26 18:34:12 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
nesc: maintainer update to 1.3.3 (#31403); indicate license; update master_sites to avoid redirects; disable universal variant

Modified Paths:
--------------
    trunk/dports/lang/nesc/Portfile

Modified: trunk/dports/lang/nesc/Portfile
===================================================================
--- trunk/dports/lang/nesc/Portfile	2011-09-26 23:30:01 UTC (rev 84498)
+++ trunk/dports/lang/nesc/Portfile	2011-09-27 01:34:12 UTC (rev 84499)
@@ -3,9 +3,11 @@
 PortSystem 1.0
 
 name nesc
-version 1.3.2
+version             1.3.3
 categories lang wsn
 maintainers musaloiu.com:razvan
+license             GPL-2+
+
 description Compiler for the nesC language.
 homepage http://nescc.sourceforge.net/
 platforms darwin
@@ -14,17 +16,19 @@
         to support the TinyOS project, an operating system for wireless \
         sensor network platforms.
 
-master_sites sourceforge:nescc
+master_sites        sourceforge:project/nescc/nescc/v${version}
 
-checksums           md5     9daf68f3d7f4a188d4de9d50c8bc3188 \
-                    sha1    11a8bf0b0e14d410faef34815b6a62cdb071fc1e \
-                    rmd160  de4a435578a1aab515a0aa5bd5c378c0ca7b97e3
+checksums           rmd160  6fe7a65ee60fb41e735020f624b546c23e54067a \
+                    sha256  72ee11d45930dcf9c219cb6cd1c23bc0d3b9756a25c4df0e597269ad0edcece0
 
 depends_lib port:automake \
   port:autoconf
 
 configure.args --exec-prefix=${prefix}
 
+# gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
+universal_variant   no
+
 livecheck.type	regex
 livecheck.url	http://sourceforge.net/api/file/index/project-id/56288/mtime/desc/rss
 livecheck.regex	"nesc-(\\d+(?:\\.\\d+)*).tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110926/6f1e28c7/attachment.html>


More information about the macports-changes mailing list