diff options
author | martti <martti@pkgsrc.org> | 2009-06-09 10:54:47 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-06-09 10:54:47 +0000 |
commit | 351456f727af0eedf6f33e106d838b73c1c9670a (patch) | |
tree | 03691a558673cd93ad3273fd3b26d936f817c047 | |
parent | 9d179c6d8fb91374b819967ec02465ea93eb177f (diff) | |
download | pkgsrc-351456f727af0eedf6f33e106d838b73c1c9670a.tar.gz |
Updated wm/fvwm-devel to 2.5.27
* destdir support
* bug fixes
-rw-r--r-- | wm/fvwm-devel/Makefile | 8 | ||||
-rw-r--r-- | wm/fvwm-devel/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index dbc28bcd2e1..88e6d49dd4e 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2009/05/20 00:58:29 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2009/06/09 10:54:47 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 -PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ EXTRACT_SUFX= .tar.bz2 @@ -13,9 +12,10 @@ COMMENT= Development version of X11 Virtual window manager LICENSE= gnu-gpl-v2 CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* -FVWM_VER= 2.5.26 +FVWM_VER= 2.5.27 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES @@ -53,7 +53,7 @@ SUBST_SED.perl= -e "s|${TOOLS_CMD.perl}|${PERL5}|" post-install: cd ${WRKSRC}/sample.fvwmrc && ${INSTALL_DATA} \ - `ls | grep -v Makefile` ${PREFIX}/share/examples/fvwm + `ls | grep -v Makefile` ${DESTDIR}${PREFIX}/share/examples/fvwm BUILDLINK_DEPMETHOD.libXt?= build diff --git a/wm/fvwm-devel/distinfo b/wm/fvwm-devel/distinfo index 44a2fefd708..c9871b33659 100644 --- a/wm/fvwm-devel/distinfo +++ b/wm/fvwm-devel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2008/05/09 06:09:43 martti Exp $ +$NetBSD: distinfo,v 1.17 2009/06/09 10:54:47 martti Exp $ -SHA1 (fvwm-2.5.26.tar.bz2) = 26d9054c0f148a397eeaa9939be9329fb002831f -RMD160 (fvwm-2.5.26.tar.bz2) = 47be927e61ef5411b668baec0e9a00d5691b3784 -Size (fvwm-2.5.26.tar.bz2) = 2509177 bytes +SHA1 (fvwm-2.5.27.tar.bz2) = 52a3300c5f13468fa61205477a07f0e5d4767a6b +RMD160 (fvwm-2.5.27.tar.bz2) = 3b08849931d026619a45583f26528088efc51f6f +Size (fvwm-2.5.27.tar.bz2) = 2524965 bytes SHA1 (patch-aa) = e32a04392ae4aedd16b573a755091601369fe535 SHA1 (patch-ab) = ebc58a6c58e6c09ce0c270c0a1d8d861f2dcdab1 |