dar: update to 2.3.9, add doxygen dependency, add patch to fix installation of doxygen-generated files, turn off universal variant which fails

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@65485 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2010-03-26 18:53:28 +00:00
parent ec179ff80e
commit 5eeed3cb6b
2 changed files with 22 additions and 4 deletions
+10 -4
View File
@@ -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 @@ long_description dar is a shell command that backs up directory trees \
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
@@ -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@install-data-hook:
@USE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/html
-@USE_DOXYGEN_TRUE@ $(INSTALL) -m 0644 html/* $(DESTDIR)$(pkgdatadir)/html
+@USE_DOXYGEN_TRUE@ cp -a html/* $(DESTDIR)$(pkgdatadir)/html
@USE_DOXYGEN_TRUE@ $(INSTALL_HTML_MAN)
@USE_DOXYGEN_TRUE@uninstall-hook: