[146521] trunk/dports/sysutils/tarsnap/Portfile

bgilbert at macports.org bgilbert at macports.org
Thu Mar 10 11:30:31 PST 2016


Revision: 146521
          https://trac.macports.org/changeset/146521
Author:   bgilbert at macports.org
Date:     2016-03-10 11:30:30 -0800 (Thu, 10 Mar 2016)
Log Message:
-----------
tarsnap: update to 1.0.37

Work around a bug causing ${prefix}/include/archive.h to preempt the
bundled archive.h.

Modified Paths:
--------------
    trunk/dports/sysutils/tarsnap/Portfile

Modified: trunk/dports/sysutils/tarsnap/Portfile
===================================================================
--- trunk/dports/sysutils/tarsnap/Portfile	2016-03-10 19:23:49 UTC (rev 146520)
+++ trunk/dports/sysutils/tarsnap/Portfile	2016-03-10 19:30:30 UTC (rev 146521)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                tarsnap
-version             1.0.36.1
-revision            2
+version             1.0.37
 categories          sysutils
 platforms           darwin
 maintainers         bgilbert openmaintainer
@@ -25,8 +24,8 @@
                     guarantee that nobody without access to the key file \
                     (including the author) can read or modify archives.
 
-checksums           rmd160  1b0c780f743367f12cd2a7738b63aefd6554e982 \
-                    sha256  a2909e01e2f983179d63ef2094c42102c92c716032864e66ef25ae341ea28690
+checksums           rmd160  3491143e0272ea610a11179582d326ec4764842a \
+                    sha256  fa999413651b3bd994547a10ffe3127b4a85a88b1b9a253f2de798888718dbfa
 
 distname            ${name}-autoconf-${version}
 extract.suffix      .tgz
@@ -38,6 +37,12 @@
 
 configure.args      --with-bash-completion-dir=${prefix}/share/bash-completion/completions
 
+# Tarsnap's Makefile.am puts private include directives in *_CFLAGS instead
+# of *_CPPFLAGS.  This was causing the headers from archivers/libarchive to
+# preempt the bundled ones.
+configure.cppflags-delete   -I${prefix}/include
+configure.cflags-append     -I${prefix}/include
+
 livecheck.type      regex
 livecheck.url       https://www.tarsnap.com/download/
 livecheck.regex     tarsnap-autoconf-(\[0-9.\]+)\.tgz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160310/61232e7a/attachment.html>


More information about the macports-changes mailing list