ports/174292: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Dec 29 20:40:01 UTC 2012


The following reply was made to PR ports/174292; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 <h.skuhra at gmail.com>
   Approved by:	Henrik Friedrichsen <hrkfdn at 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 at gmail.com
 -#
 +# Created by: hrkfrd at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list