Update to exo 0.6.2.

Add a workaround for the pkg_add bug when a symlink to a dir becomes a
real dir.
This commit is contained in:
landry 2011-06-14 11:24:43 +00:00
parent 09704e4c8a
commit 13a39e5e42
2 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.31 2011/03/07 19:22:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.32 2011/06/14 11:24:43 landry Exp $
COMMENT= Xfce4 extension library
XFCE_VERSION= 0.6.0
XFCE_VERSION= 0.6.2
XFCE_PROJECT= exo
REVISION= 1
@ -38,4 +38,10 @@ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
png pthread z pthread-stubs xcb \
xcb-render xfce4util GL Xxf86vm drm xcb-shm
# XXX workaround for pkg_add bug when a symlink to a dir becomes a real dir
post-install:
rm -Rf ${PREFIX}/share/doc/exo/html/{el,sv}/images/
ln -s ${TRUEPREFIX}/share/doc/exo/html/C/images ${PREFIX}/share/doc/exo/html/el/images
ln -s ${TRUEPREFIX}/share/doc/exo/html/C/images ${PREFIX}/share/doc/exo/html/sv/images
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (xfce4/exo-0.6.0.tar.bz2) = rJ3q/fneQm2KA4VaxUn0JA==
RMD160 (xfce4/exo-0.6.0.tar.bz2) = CDesnLUIOcr8WPE94CGV5uS44KY=
SHA1 (xfce4/exo-0.6.0.tar.bz2) = GiHZsB7DNNu7nxVi9uZneJj9X08=
SHA256 (xfce4/exo-0.6.0.tar.bz2) = KGnAFt1bjmcAODvtZEHdQfOVQFu8fy0k7nMoYHg8/hI=
SIZE (xfce4/exo-0.6.0.tar.bz2) = 1607552
MD5 (xfce4/exo-0.6.2.tar.bz2) = 4lMz3zUKvDCZnNFv6Wq2kA==
RMD160 (xfce4/exo-0.6.2.tar.bz2) = 8sKnExRP/n5zprGJJfIyOrszTow=
SHA1 (xfce4/exo-0.6.2.tar.bz2) = JIbxLIFGMAaGZeIs30F/Dw8F2rE=
SHA256 (xfce4/exo-0.6.2.tar.bz2) = 9Jz2qFVG9Hod3bWM6aX5NkOEpvFzy6md64eeAnyBHzk=
SIZE (xfce4/exo-0.6.2.tar.bz2) = 1692288