[65485] trunk/dports/archivers/dar
ryandesign at macports.org
ryandesign at macports.org
Fri Mar 26 11:53:32 PDT 2010
Revision: 65485
http://trac.macports.org/changeset/65485
Author: ryandesign at macports.org
Date: 2010-03-26 11:53:28 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
dar: update to 2.3.9, add doxygen dependency, add patch to fix installation of doxygen-generated files, turn off universal variant which fails
Modified Paths:
--------------
trunk/dports/archivers/dar/Portfile
Added Paths:
-----------
trunk/dports/archivers/dar/files/
trunk/dports/archivers/dar/files/patch-doc-Makefile.in.diff
Modified: trunk/dports/archivers/dar/Portfile
===================================================================
--- trunk/dports/archivers/dar/Portfile 2010-03-26 18:37:55 UTC (rev 65484)
+++ trunk/dports/archivers/dar/Portfile 2010-03-26 18:53:28 UTC (rev 65485)
@@ -3,7 +3,7 @@
PortSystem 1.0
name dar
-version 2.3.8
+version 2.3.9
categories archivers
platforms darwin
maintainers nomaintainer
@@ -15,9 +15,15 @@
homepage http://dar.sourceforge.net/
master_sites sourceforge
-checksums md5 6c0d383c22df0e1816e860153f60d746 \
- sha1 d0394ff9dd6a287e3b9b62ebe99e126bb6d8abd0 \
- rmd160 0927b59ba0426634ba5c2ca8b7cad157d6579b13
+checksums md5 8dcfa94b7bac139cab05291f00c74bd3 \
+ sha1 9f49f03aa542c8132383293f3939db2457cc1524 \
+ rmd160 4d06885bcb7dc5e64d0e5b1cc61a4f8c711d3fc7
+depends_build port:doxygen
+
depends_lib port:zlib port:bzip2 port:libiconv \
port:gettext port:openssl
+
+patchfiles patch-doc-Makefile.in.diff
+
+universal_variant no
Added: trunk/dports/archivers/dar/files/patch-doc-Makefile.in.diff
===================================================================
--- trunk/dports/archivers/dar/files/patch-doc-Makefile.in.diff (rev 0)
+++ trunk/dports/archivers/dar/files/patch-doc-Makefile.in.diff 2010-03-26 18:53:28 UTC (rev 65485)
@@ -0,0 +1,12 @@
+Fix http://sourceforge.net/tracker/?func=detail&aid=2854796&group_id=65612&atid=511612
+--- doc/Makefile.in.orig 2009-05-22 04:55:08.000000000 -0500
++++ doc/Makefile.in 2010-03-26 13:25:43.000000000 -0500
+@@ -553,7 +553,7 @@
+
+ @USE_DOXYGEN_TRUE at install-data-hook:
+ @USE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/html
+- at USE_DOXYGEN_TRUE@ $(INSTALL) -m 0644 html/* $(DESTDIR)$(pkgdatadir)/html
++ at USE_DOXYGEN_TRUE@ cp -a html/* $(DESTDIR)$(pkgdatadir)/html
+ @USE_DOXYGEN_TRUE@ $(INSTALL_HTML_MAN)
+
+ @USE_DOXYGEN_TRUE at uninstall-hook:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/cac56723/attachment-0001.html>
More information about the macports-changes
mailing list