From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 19:25:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76FDB130; Sat, 20 Dec 2014 19:25:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 592872A4B; Sat, 20 Dec 2014 19:25:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKJPPUX002398; Sat, 20 Dec 2014 19:25:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKJPM9P002378; Sat, 20 Dec 2014 19:25:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412201925.sBKJPM9P002378@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 20 Dec 2014 19:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375101 - in head/net-im: bsflite icb licq-icq licq-jabber licq-msn pidgin-twitter py-xmpppy-irc py-xmpppy-yahoo twirssi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 19:25:25 -0000 Author: bapt Date: Sat Dec 20 19:25:21 2014 New Revision: 375101 URL: https://svnweb.freebsd.org/changeset/ports/375101 QAT: https://qat.redports.org/buildarchive/r375101/ Log: cleanup plist Modified: head/net-im/bsflite/Makefile head/net-im/icb/Makefile head/net-im/licq-icq/Makefile head/net-im/licq-jabber/Makefile head/net-im/licq-msn/Makefile head/net-im/pidgin-twitter/Makefile head/net-im/py-xmpppy-irc/Makefile head/net-im/py-xmpppy-yahoo/Makefile head/net-im/twirssi/Makefile Modified: head/net-im/bsflite/Makefile ============================================================================== --- head/net-im/bsflite/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/bsflite/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -10,7 +10,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight command line AIM client PLIST_FILES= bin/bsflite %%EXAMPLESDIR%%/config-example -PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= COPYING ChangeLog README OPTIONS_DEFINE= DOCS Modified: head/net-im/icb/Makefile ============================================================================== --- head/net-im/icb/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/icb/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -19,7 +19,6 @@ CONFIGURE_ARGS= --with-tclinclude=${TCL_ PORTEXAMPLES= bartender confuse echofunctions sample.icbrc PLIST_FILES= bin/icb %%DATADIR%%/icbserverdb -PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= EXAMPLES Modified: head/net-im/licq-icq/Makefile ============================================================================== --- head/net-im/licq-icq/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/licq-icq/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -17,7 +17,6 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPR DOCFILES= README PLIST_FILES= lib/licq/protocol_icq.so \ %%PORTDOCS%%%%DOCSDIR%%/README -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq Modified: head/net-im/licq-jabber/Makefile ============================================================================== --- head/net-im/licq-jabber/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/licq-jabber/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -19,7 +19,6 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPR DOCFILES= README PLIST_FILES= lib/licq/protocol_jabber.so \ %%PORTDOCS%%%%DOCSDIR%%/README -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq Modified: head/net-im/licq-msn/Makefile ============================================================================== --- head/net-im/licq-msn/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/licq-msn/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -17,7 +17,6 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPR DOCFILES= README PLIST_FILES= lib/licq/protocol_msn.so \ %%PORTDOCS%%%%DOCSDIR%%/README -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq Modified: head/net-im/pidgin-twitter/Makefile ============================================================================== --- head/net-im/pidgin-twitter/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/pidgin-twitter/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-twitter.so \ ${DATADIR_REL}/prefs.ui -PLIST_DIRS= ${DATADIR_REL} post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in Modified: head/net-im/py-xmpppy-irc/Makefile ============================================================================== --- head/net-im/py-xmpppy-irc/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/py-xmpppy-irc/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -20,7 +20,6 @@ NO_BUILD= yes FILES= irc.py jep0106.py jep0133.py test_jep0106.py PFILES= ${FILES:S.^.%%PYTHON_SITELIBDIR%%/xmpp/irc/.} PLIST_FILES= ${PFILES} ${PFILES:S.$.c.} ${PFILES:S.$.o.} etc/${PORTNAME:S.-..}.conf.sample -PLIST_DIRS= %%PYTHON_SITELIBDIR%%/xmpp/irc SUB_LIST= PYTHON_CMD=${PYTHON_CMD} FEXEC=${PYTHON_SITELIBDIR}/xmpp/irc/irc.py USE_RC_SUBR= xmpppyirc PORTDOCS= ChangeLog IRC-Transport-Howtouse.html README.txt Modified: head/net-im/py-xmpppy-yahoo/Makefile ============================================================================== --- head/net-im/py-xmpppy-yahoo/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/py-xmpppy-yahoo/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -28,7 +28,6 @@ FILES_CURPHOO= YahooMD5.py __init__.py c PFILES= ${FILES:S.^.%%PYTHON_SITELIBDIR%%/xmpp/yahoo/.} \ ${FILES_CURPHOO:S.^.%%PYTHON_SITELIBDIR%%/xmpp/yahoo/curphoo/.} PLIST_FILES= ${PFILES} ${PFILES:S.$.c.} ${PFILES:S.$.o.} etc/${UNIQUENAME:S.-._.}.conf.sample -PLIST_DIRS= %%PYTHON_SITELIBDIR%%/xmpp/yahoo/curphoo %%PYTHON_SITELIBDIR%%/xmpp/yahoo SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} BINDIR=${PYTHON_SITELIBDIR}/xmpp/yahoo \ JABBER_USER=${JABBER_USER} USE_RC_SUBR= ${UNIQUENAME:S/-/_/} Modified: head/net-im/twirssi/Makefile ============================================================================== --- head/net-im/twirssi/Makefile Sat Dec 20 19:23:19 2014 (r375100) +++ head/net-im/twirssi/Makefile Sat Dec 20 19:25:21 2014 (r375101) @@ -36,7 +36,6 @@ SUB_FILES= pkg-message NO_BUILD= yes PLIST_FILES= %%DATADIR%%/${PORTNAME}.pl -PLIST_DIRS= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC}