From owner-svn-ports-all@FreeBSD.ORG Mon May 27 12:54:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A643982F; Mon, 27 May 2013 12:54:04 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 98C0BFE8; Mon, 27 May 2013 12:54:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4RCs4YQ092911; Mon, 27 May 2013 12:54:04 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4RCs4SG092910; Mon, 27 May 2013 12:54:04 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305271254.r4RCs4SG092910@svn.freebsd.org> From: Boris Samorodov Date: Mon, 27 May 2013 12:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319230 - head/sysutils/lineak-defaultplugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 12:54:04 -0000 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 -# +# Created by: Kay Lehmann # $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