From owner-svn-ports-all@FreeBSD.ORG Mon Jul 8 17:15:05 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 74E0F886; Mon, 8 Jul 2013 17:15:05 +0000 (UTC) (envelope-from bapt@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 664631D69; Mon, 8 Jul 2013 17:15:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68HF5nK048056; Mon, 8 Jul 2013 17:15:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68HF5Pp048055; Mon, 8 Jul 2013 17:15:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307081715.r68HF5Pp048055@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 8 Jul 2013 17:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322520 - head/audio/pithos 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, 08 Jul 2013 17:15:05 -0000 Author: bapt Date: Mon Jul 8 17:15:04 2013 New Revision: 322520 URL: http://svnweb.freebsd.org/changeset/ports/322520 Log: Remove unneeded USE_DISPLAY While here: - Trim headers - Remove undefinite article from comment - Remove useless pre.mk/post.mk dancing Modified: head/audio/pithos/Makefile Modified: head/audio/pithos/Makefile ============================================================================== --- head/audio/pithos/Makefile Mon Jul 8 17:13:12 2013 (r322519) +++ head/audio/pithos/Makefile Mon Jul 8 17:15:04 2013 (r322520) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pithos -# Date created: 14 July 2011 -# Whom: John Hixson -# +# Created by: John Hixson # $FreeBSD$ -# PORTNAME= pithos PORTVERSION= 0.3.17 @@ -12,7 +8,7 @@ MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= john@pcbsd.org -COMMENT= A Pandora client for the GNOME desktop +COMMENT= Pandora client for the GNOME desktop LICENSE= GPLv3 @@ -27,11 +23,8 @@ USE_PYTHON= 2.6+ USE_GNOME= pygtk2 USE_PYDISTUTILS= yes USE_GSTREAMER= good bad python -USE_DISPLAY= yes PYDISTUTILS_PKGNAME= ${PORTNAME} -.include - post-patch: ${REINPLACE_CMD} -e "s,../data/,${DATADIR}/," ${WRKSRC}/pithos/pithosconfig.py ${REINPLACE_CMD} -e "s,Icon=pithos,${DATADIR}/media/icon.png," ${WRKSRC}/pithos.desktop @@ -42,4 +35,4 @@ post-install: @${MKDIR} ${DATADIR} @(cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}) -.include +.include