Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 12:54:04 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319230 - head/sysutils/lineak-defaultplugin
Message-ID:  <201305271254.r4RCs4SG092910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 27 12:54:04 2013
New Revision: 319230
URL: http://svnweb.freebsd.org/changeset/ports/319230

Log:
  . remove shlib ABI version from LIB_DEPENDS;
  . add LICENSE=GPLv2;
  . trim Makefile headers;
  . pet portlint: use tab instead of spaces after USE_XORG=;
  . bump PORTREVISION.

Modified:
  head/sysutils/lineak-defaultplugin/Makefile

Modified: head/sysutils/lineak-defaultplugin/Makefile
==============================================================================
--- head/sysutils/lineak-defaultplugin/Makefile	Mon May 27 12:53:53 2013	(r319229)
+++ head/sysutils/lineak-defaultplugin/Makefile	Mon May 27 12:54:04 2013	(r319230)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	lineak-defaultplugin
-# Date created:		2004-12-29
-# Whom:			Kay Lehmann <kay_lehmann@web.de>
-#
+# Created by: Kay Lehmann <kay_lehmann@web.de>
 # $FreeBSD$
-#
 
 PORTNAME=	lineak-defaultplugin
 PORTVERSION=	0.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils deskutils
 MASTER_SITES=	SF/lineak/lineak_defaultplugin/${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	lineak
@@ -15,11 +11,13 @@ DIST_SUBDIR=	lineak
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Default plugins for lineakd
 
-LIB_DEPENDS=	lineak.8:${PORTSDIR}/sysutils/lineakd
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	lineak:${PORTSDIR}/sysutils/lineakd
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_XORG=       x11 xext xt xtst xfixes
+USE_XORG=	x11 xext xt xtst xfixes
 USE_GMAKE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271254.r4RCs4SG092910>