Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 16:18:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335030 - head/sysutils/gai-leds
Message-ID:  <201311271618.rARGI0qG035806@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 27 16:18:00 2013
New Revision: 335030
URL: http://svnweb.freebsd.org/changeset/ports/335030

Log:
  - Pet portlint: move LICENSE upward
  - Support STAGEDIR
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Convert to new LIB_DEPENDS format
    - Use USES=pathfix
  
  PR:		ports/184271
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/sysutils/gai-leds/Makefile   (contents, props changed)

Modified: head/sysutils/gai-leds/Makefile
==============================================================================
--- head/sysutils/gai-leds/Makefile	Wed Nov 27 16:09:28 2013	(r335029)
+++ head/sysutils/gai-leds/Makefile	Wed Nov 27 16:18:00 2013	(r335030)
@@ -8,18 +8,17 @@ CATEGORIES=	sysutils
 MASTER_SITES=	SF/gai/GAI%20-%20Applets/${PORTNAME}
 
 MAINTAINER=	douglas@douglasthrift.net
-COMMENT=	A GAI applet that displays the keyboard status leds
-
-LIB_DEPENDS=	gai:${PORTSDIR}/x11-toolkits/gai
+COMMENT=	GAI applet that displays the keyboard status leds
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	libgai.so:${PORTSDIR}/x11-toolkits/gai
+
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		pathfix pkgconfig
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack gnomeprefix
+USE_GNOME=	gnomeprefix
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \



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