From owner-svn-ports-head@FreeBSD.ORG Sun Jul 20 21:28:39 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52778952; Sun, 20 Jul 2014 21:28:39 +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 25B022D92; Sun, 20 Jul 2014 21:28:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6KLSduf084614; Sun, 20 Jul 2014 21:28:39 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6KLScRK084611; Sun, 20 Jul 2014 21:28:38 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407202128.s6KLScRK084611@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 20 Jul 2014 21:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362376 - head/net-im/kopete-kde4 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 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: Sun, 20 Jul 2014 21:28:39 -0000 Author: rakuco Date: Sun Jul 20 21:28:38 2014 New Revision: 362376 URL: http://svnweb.freebsd.org/changeset/ports/362376 QAT: https://qat.redports.org/buildarchive/r362376/ Log: - Fix skypebuttons.so's entry in the plist. %%WEBPLUGIN_DIR%% has a trailing slash that made check-plist complain because /path//to/something is not the same as /path/to/something. - Use USES=shebangfix for a few winpopup shell scripts. [1] PR: 191987 [1] MFH: 2014Q3 Modified: head/net-im/kopete-kde4/Makefile head/net-im/kopete-kde4/pkg-plist Modified: head/net-im/kopete-kde4/Makefile ============================================================================== --- head/net-im/kopete-kde4/Makefile Sun Jul 20 21:23:49 2014 (r362375) +++ head/net-im/kopete-kde4/Makefile Sun Jul 20 21:28:38 2014 (r362376) @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -29,7 +29,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linu RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc -USES= cmake:outsource pkgconfig tar:xz webplugin:native +USES= cmake:outsource pkgconfig shebangfix tar:xz webplugin:native USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix pimlibs \ automoc4 qimageblitz @@ -40,6 +40,9 @@ USE_SQLITE= yes USE_XORG= x11 xdamage xext xscrnsaver xtst USE_LDCONFIG= yes +SHEBANG_FILES= ${WRKSRC}/protocols/winpopup/winpopup-install \ + ${WRKSRC}/protocols/winpopup/winpopup-send + WEBPLUGIN_NAME= # empty WEBPLUGIN_FILES= skypebuttons.so Modified: head/net-im/kopete-kde4/pkg-plist ============================================================================== --- head/net-im/kopete-kde4/pkg-plist Sun Jul 20 21:23:49 2014 (r362375) +++ head/net-im/kopete-kde4/pkg-plist Sun Jul 20 21:28:38 2014 (r362376) @@ -70,7 +70,7 @@ include/kopete/ui/kopeteview.h include/kopete/ui/kopeteviewplugin.h include/kopete/ui/ui_kopeteawaydialogbase.h include/kopete/ui/ui_kopetepasswordwidgetbase.h -%%WEBPLUGIN_DIR%%/skypebuttons.so +%%WEBPLUGIN_DIR%%skypebuttons.so lib/kde4/kcm_kopete_accountconfig.so lib/kde4/kcm_kopete_addbookmarks.so lib/kde4/kcm_kopete_appearanceconfig.so