Date: Sun, 20 Jul 2014 21:28:38 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362376 - head/net-im/kopete-kde4 Message-ID: <201407202128.s6KLScRK084611@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407202128.s6KLScRK084611>