[133851] trunk/dports/devel/aegis/Portfile

larryv at macports.org larryv at macports.org
Fri Mar 13 00:26:52 PDT 2015


Revision: 133851
          https://trac.macports.org/changeset/133851
Author:   larryv at macports.org
Date:     2015-03-13 00:26:52 -0700 (Fri, 13 Mar 2015)
Log Message:
-----------
aegis: Update dependencies

- As far as I can tell, Bison is only required at build time. We can use
  OS X's Bison 2.3 or our own Bison 3 (pending #41600).
- The build picks up libbz2 and libcurl, so let's use ours.
- Depend on `libmagic` instead of `file`.

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

Modified: trunk/dports/devel/aegis/Portfile
===================================================================
--- trunk/dports/devel/aegis/Portfile	2015-03-13 07:26:48 UTC (rev 133850)
+++ trunk/dports/devel/aegis/Portfile	2015-03-13 07:26:52 UTC (rev 133851)
@@ -5,6 +5,7 @@
 
 name                aegis
 version             4.24.3
+revision            1
 categories          devel
 platforms           darwin
 license             GPL-3+
@@ -20,10 +21,13 @@
                     disruption as possible.
 homepage            http://aegis.sourceforge.net/
 
-depends_lib         port:bison \
+# Tested with Bison 2.3 and 3.0.4.
+depends_build       bin:bison:bison
+depends_lib         port:bzip2 \
                     port:cook \
-                    port:file \
+                    port:curl \
                     port:gettext \
+                    port:libmagic \
                     port:libxml2 \
                     port:zlib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150313/b484b171/attachment.html>


More information about the macports-changes mailing list