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

ryandesign at macports.org ryandesign at macports.org
Mon May 13 13:12:02 PDT 2013


Revision: 106030
          https://trac.macports.org/changeset/106030
Author:   ryandesign at macports.org
Date:     2013-05-13 13:12:02 -0700 (Mon, 13 May 2013)
Log Message:
-----------
nesc: update to 1.3.4 (#38649; maintainer timeout); enable universal variant which builds fine now; add libiconv library dependency because nesc1 links with libiconv.dylib; make automake and autoconf build and run dependencies since they are not libraries

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

Modified: trunk/dports/lang/nesc/Portfile
===================================================================
--- trunk/dports/lang/nesc/Portfile	2013-05-13 20:11:22 UTC (rev 106029)
+++ trunk/dports/lang/nesc/Portfile	2013-05-13 20:12:02 UTC (rev 106030)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name nesc
-version             1.3.3
+version             1.3.4
 categories          lang
 maintainers musaloiu.com:razvan
 license             GPL-2+
@@ -18,17 +18,15 @@
 
 master_sites        sourceforge:project/nescc/nescc/v${version}
 
-checksums           rmd160  6fe7a65ee60fb41e735020f624b546c23e54067a \
-                    sha256  72ee11d45930dcf9c219cb6cd1c23bc0d3b9756a25c4df0e597269ad0edcece0
+checksums           rmd160  8639986cb2d7034f7df4219a1e3b94009828bfa2 \
+                    sha256  870f06797bc945523918d6318386f0b717d799f9c90adce645da246caa959558
 
-depends_lib port:automake \
-  port:autoconf
+depends_build       port:autoconf \
+                    port:automake
 
-configure.args --exec-prefix=${prefix}
+depends_lib         port:libiconv
 
-# gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
-universal_variant   no
+depends_run         port:autoconf \
+                    port:automake
 
-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/20130513/98097e25/attachment.html>


More information about the macports-changes mailing list