[136293] trunk/dports/devel/isl-devel/Portfile

larryv at macports.org larryv at macports.org
Wed May 13 23:46:52 PDT 2015


Revision: 136293
          https://trac.macports.org/changeset/136293
Author:   larryv at macports.org
Date:     2015-05-13 23:46:52 -0700 (Wed, 13 May 2015)
Log Message:
-----------
isl-devel: Update to current ToT

Also:
- Append Git hash to `version`.
- Use default `autoreconf.args`, since upstream's `autogen.sh` just runs
  `autoreconf -i`.

Modified Paths:
--------------
    trunk/dports/devel/isl-devel/Portfile

Modified: trunk/dports/devel/isl-devel/Portfile
===================================================================
--- trunk/dports/devel/isl-devel/Portfile	2015-05-14 06:46:44 UTC (rev 136292)
+++ trunk/dports/devel/isl-devel/Portfile	2015-05-14 06:46:52 UTC (rev 136293)
@@ -7,8 +7,8 @@
 name                isl-devel
 conflicts           isl
 
-set gitSHA1 547503466c19c904ecc60b26d2bc2a7e3a91dd14
-version             0.15-20150407
+set gitSHA1 9f767f1766a016f04184fccb41c00a4f355df00d
+version             0.15-20150513-[string range $gitSHA1 0 6]
 
 categories          devel math
 platforms           darwin
@@ -33,11 +33,11 @@
 depends_lib         port:gmp
 
 master_sites        http://repo.or.cz/w/isl.git/snapshot
-checksums           rmd160  5522c5c87127c6b2b9ad02e5631aa505964e890f \
-                    sha256  f29e0caa9285bc14b5092042d841e7ee2188ffc6f3e4def9acdd0e61d5f5d652
+checksums           rmd160  bf42466b3e9d1712665df1cf0771973373222cce \
+                    sha256  29a78085a269bf40bf229380d485ab903017669356491ff44016bd1c912055a3
 
 distname            $gitSHA1
-worksrcdir          isl
+worksrcdir          isl-[string range $gitSHA1 0 6]
 
 # Add a missing include to the isl_int headers. Upstream doesn't want to
 # bother fixing deprecated APIs
@@ -46,7 +46,6 @@
 patchfiles          fix-deprecated-headers.patch
 
 use_autoreconf      yes
-autoreconf.args     --force --install --verbose
 
 configure.args      --disable-silent-rules
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150513/bfed3ba1/attachment.html>


More information about the macports-changes mailing list