From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 29 20:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D0BEF23 for ; Sat, 29 Dec 2012 20:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3020C8FC0A for ; Sat, 29 Dec 2012 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBTKe1hL032104 for ; Sat, 29 Dec 2012 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBTKe1XY032103; Sat, 29 Dec 2012 20:40:01 GMT (envelope-from gnats) Date: Sat, 29 Dec 2012 20:40:01 GMT Message-Id: <201212292040.qBTKe1XY032103@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174292: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 20:40:01 -0000 The following reply was made to PR ports/174292; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174292: commit references a PR Date: Sat, 29 Dec 2012 20:30:45 +0000 (UTC) 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 Approved by: Henrik Friedrichsen (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"