svn commit: r311973 - head/irc/konversation

Pawel Pekala pawel at FreeBSD.org
Sat Feb 9 13:26:27 UTC 2013


Author: pawel
Date: Sat Feb  9 13:26:26 2013
New Revision: 311973
URL: http://svnweb.freebsd.org/changeset/ports/311973

Log:
  - Add missing deps
  - Remove leading article from COMMENT
  - Trim Makefile header

Modified:
  head/irc/konversation/Makefile

Modified: head/irc/konversation/Makefile
==============================================================================
--- head/irc/konversation/Makefile	Sat Feb  9 12:58:34 2013	(r311972)
+++ head/irc/konversation/Makefile	Sat Feb  9 13:26:26 2013	(r311973)
@@ -1,19 +1,15 @@
-# New ports collection makefile for:	konversation
-# Date created:				15 May 2003
-# Whom:					Kirill Ponomarew <ponomarew at oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew at oberon.net>
 # $FreeBSD$
-#
 
 PORTNAME=	konversation
 PORTVERSION=	1.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	irc kde
 MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A user friendly IRC client for KDE
+COMMENT=	User friendly IRC client for KDE
 
 DEPRECATED=	Depends on QT3; unmaintained
 EXPIRATION_DATE=	2013-07-01
@@ -22,6 +18,7 @@ USE_KDELIBS_VER=3
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+USE_XORG=	xcursor xrandr xscrnsaver
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}


More information about the svn-ports-head mailing list