[140824] trunk/dports/editors/ed/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Oct 4 09:26:30 PDT 2015


Revision: 140824
          https://trac.macports.org/changeset/140824
Author:   mcalhoun at macports.org
Date:     2015-10-04 09:26:29 -0700 (Sun, 04 Oct 2015)
Log Message:
-----------
ed: update version 1.2->1.12; fixes #46646 (maintainer timeout); ensure UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/editors/ed/Portfile

Modified: trunk/dports/editors/ed/Portfile
===================================================================
--- trunk/dports/editors/ed/Portfile	2015-10-04 09:13:10 UTC (rev 140823)
+++ trunk/dports/editors/ed/Portfile	2015-10-04 16:26:29 UTC (rev 140824)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            ed
-version         1.2
+version         1.12
 categories      editors
 license         GPL-3+
 maintainers     fastmail.fm:lutz.horn
@@ -22,10 +22,20 @@
 homepage        http://www.gnu.org/software/ed/
 master_sites    gnu
 
-checksums       md5 3d42ac815b2dfd9c82a89dbd03151519\
-                sha1 6ebcbc76852a81886e2a85a973f375240bb3175e\
-                rmd160 98a46b8a3209476e824017102f200ed60525787d
+use_lzip        yes
 
+checksums       rmd160  6d81fb1c336fa90d95ab619c36e615580f3410b4 \
+                sha256  d2655743144a0f6071a619dea2e142d75d2335b3dbfe8d4a643984a10e0a802f
+
+configure.args-append       \
+    CC=\"\$CC\"             \
+    CPPFLAGS=\"\$CPPFLAGS\" \
+    CFLAGS=\"\$CFLAGS\"     \
+    LDFLAGS=\"\$LDFLAGS\"
+
+# argument results int "WARNING: unrecognized option"
+configure.universal_args-delete --disable-dependency-tracking
+
 test.run        yes
 test.target     check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151004/590c7b02/attachment-0001.html>


More information about the macports-changes mailing list