From owner-svn-ports-all@FreeBSD.ORG Fri Feb 8 22:21:51 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 B1C73BA; Fri, 8 Feb 2013 22:21:51 +0000 (UTC) (envelope-from nox@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 A385365B; Fri, 8 Feb 2013 22:21:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r18MLp4S065658; Fri, 8 Feb 2013 22:21:51 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r18MLpcf065657; Fri, 8 Feb 2013 22:21:51 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201302082221.r18MLpcf065657@svn.freebsd.org> From: Juergen Lock Date: Fri, 8 Feb 2013 22:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311955 - head/comms/lirc 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: Fri, 08 Feb 2013 22:21:51 -0000 Author: nox Date: Fri Feb 8 22:21:50 2013 New Revision: 311955 URL: http://svnweb.freebsd.org/changeset/ports/311955 Log: - Add missing dependency. [1] - Strip Makefile header. - Bump PORTREVISION. PR: ports/175969 [1] Submitted by: pawel [1] Modified: head/comms/lirc/Makefile (contents, props changed) Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Fri Feb 8 22:15:27 2013 (r311954) +++ head/comms/lirc/Makefile Fri Feb 8 22:21:50 2013 (r311955) @@ -1,13 +1,9 @@ -# New ports collection makefile for: lirc -# Date created: 4 January 2003 -# Whom: Mike Heffner -# +# Created by: Mike Heffner # $FreeBSD$ -# PORTNAME= lirc PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION} @@ -22,7 +18,7 @@ USE_AUTOTOOLS= libtool automake autohead ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal USE_BZIP2= yes USE_GMAKE= yes -USE_XORG= x11 +USE_XORG= sm x11 USE_PYTHON= yes USE_CSTD= gnu89 GNU_CONFIGURE= yes