[119758] trunk/dports/devel/monotone/Portfile

tommyd at macports.org tommyd at macports.org
Mon May 5 13:45:47 PDT 2014


Revision: 119758
          https://trac.macports.org/changeset/119758
Author:   tommyd at macports.org
Date:     2014-05-05 13:45:47 -0700 (Mon, 05 May 2014)
Log Message:
-----------
monotone: bump to 1.1, set proper license, depend on botan-1.10 specifically (no way to get this through pkg-config).

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

Modified: trunk/dports/devel/monotone/Portfile
===================================================================
--- trunk/dports/devel/monotone/Portfile	2014-05-05 20:35:00 UTC (rev 119757)
+++ trunk/dports/devel/monotone/Portfile	2014-05-05 20:45:47 UTC (rev 119758)
@@ -3,10 +3,9 @@
 PortSystem 1.0
 
 name             monotone
-version          1.0
-revision         2
+version          1.1
 categories       devel
-license          GPL-3+
+license          GPL-2
 maintainers      nomaintainer
 description      A distributed version control system
 long_description \
@@ -19,12 +18,9 @@
 platforms        darwin
 master_sites     ${homepage}downloads/${version}/
 
-# stealth update at version 1.0 revision 2 (see #35611)?
-dist_subdir      ${name}/${version}_1
-
 use_bzip2        yes
-checksums        rmd160  4c0813ae0c11f271dc88f42dd8814e474a67e988 \
-                 sha256  5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc
+checksums        rmd160  c5e0f45028b806eb166b4aaecababa8e8e81b686 \
+                 sha256  f95cf60a22d4e461bec9d0e72f5d3609c9a4576fb1cc45f553d0202ce2e38c88
 
 depends_build    port:pkgconfig
 depends_lib      port:zlib \
@@ -41,7 +37,9 @@
 universal_variant no
 
 configure.args   --with-libiconv-prefix=${prefix} \
-                 --infodir=${prefix}/share/info
+                 --infodir=${prefix}/share/info \
+                 botan_CFLAGS="-I${prefix}/include/botan-1.10" \
+                 botan_LIBS="-lbotan-1.10"
 
 test.run         yes
 test.target      check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140505/9d08e680/attachment.html>


More information about the macports-changes mailing list