The attached patch updates x11-wm/echinus to version 0.4.9 (released Nov 20th, 2011). Fix: Patch attached with submission follows:
Maintainer of x11-wm/echinus, Please note that PR ports/174292 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174292 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved! Thank you for your submission.
Author: pawel Date: Sat Dec 29 20:30:36 2012 New Revision: 309631 URL: http://svnweb.freebsd.org/changeset/ports/309631 Log: - Update to version 0.4.9 [1] - Remove leading article from COMMENT - Add missing deps, USE_GNOME=pkgconfig -> USE_PKGCONFIG=build - Respect CFLAGS - Convert tab -> space WWW: line in pkg-descr PR: ports/174292 [1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) Modified: head/x11-wm/echinus/Makefile head/x11-wm/echinus/distinfo head/x11-wm/echinus/pkg-descr Modified: head/x11-wm/echinus/Makefile ============================================================================== --- head/x11-wm/echinus/Makefile Sat Dec 29 20:06:24 2012 (r309630) +++ head/x11-wm/echinus/Makefile Sat Dec 29 20:30:36 2012 (r309631) @@ -1,23 +1,22 @@ -# New ports collection makefile for: echinus -# Date created: 04 August 2008 -# Whom: hrkfrd@gmail.com -# +# Created by: hrkfrd@gmail.com # $FreeBSD$ -# PORTNAME= echinus -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.9 CATEGORIES= x11-wm MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= hrkfdn@gmail.com -COMMENT= A dynamic window manager for X11 based on dwm +COMMENT= Dynamic window manager for X11 based on dwm -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + freetype:${PORTSDIR}/print/freetype2 \ + expat:${PORTSDIR}/textproc/expat2 \ + xcb:${PORTSDIR}/x11/libxcb \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USE_XORG= x11 xft xrender xrandr -USE_GNOME= pkgconfig +USE_PKGCONFIG= build +USE_XORG= x11 xau xdmcp xext xft xrender xrandr MAN1= echinus.1 MANCOMPRESSED= no @@ -34,7 +33,7 @@ PLIST_DIRS= etc/echinus SUB_FILES= pkg-message post-patch: - @${REINPLACE_CMD} -e 's/VERSION/${PORTVERSION}/g' ${WRKSRC}/echinus.1 + @${REINPLACE_CMD} 's|-Os|${CFLAGS}|' ${WRKSRC}/config.mk do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/x11-wm/echinus/distinfo ============================================================================== --- head/x11-wm/echinus/distinfo Sat Dec 29 20:06:24 2012 (r309630) +++ head/x11-wm/echinus/distinfo Sat Dec 29 20:30:36 2012 (r309631) @@ -1,2 +1,2 @@ -SHA256 (echinus-0.4.7.tar.gz) = 174da785d6f60bf50734f106a137654c2c98c3f2aaccc47649f37777491f74c9 -SIZE (echinus-0.4.7.tar.gz) = 32576 +SHA256 (echinus-0.4.9.tar.gz) = c57ac8f72845bea02bed0c27256b4023668ae7b41ae3c461d6e9b63e24914d94 +SIZE (echinus-0.4.9.tar.gz) = 32934 Modified: head/x11-wm/echinus/pkg-descr ============================================================================== --- head/x11-wm/echinus/pkg-descr Sat Dec 29 20:06:24 2012 (r309630) +++ head/x11-wm/echinus/pkg-descr Sat Dec 29 20:30:36 2012 (r309631) @@ -6,4 +6,4 @@ Echinus supports a small subset of EWMH with external panels and pagers. It draws a border around windows and also an optional titlebar. -WWW: http://plhk.ru/ +WWW: http://plhk.ru/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!