Revision
140824
Author
mcalhoun@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

Diff

Modified: trunk/dports/editors/ed/Portfile (140823 => 140824)


--- 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