From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 13:10:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18BF4150; Sat, 28 Jun 2014 13:10:03 +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 EB1352613; Sat, 28 Jun 2014 13:10:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5SDA2Jm056721; Sat, 28 Jun 2014 13:10:02 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5SDA1OE056712; Sat, 28 Jun 2014 13:10:01 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201406281310.s5SDA1OE056712@svn.freebsd.org> From: Olivier Duchateau Date: Sat, 28 Jun 2014 13:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359697 - in head: multimedia/xfce4-parole textproc/xfce4-dict-plugin x11/xfce4-screenshooter-plugin 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.18 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: Sat, 28 Jun 2014 13:10:03 -0000 Author: olivierd Date: Sat Jun 28 13:10:01 2014 New Revision: 359697 URL: http://svnweb.freebsd.org/changeset/ports/359697 QAT: https://qat.redports.org/buildarchive/r359697/ Log: - Convert USE_BZIP2 to USES - Switch to USES= libtool, drop .la files - Add LICENSE_FILE - Bump PORTREVISION Approved by: portmgr blanket Modified: head/multimedia/xfce4-parole/Makefile head/multimedia/xfce4-parole/pkg-plist head/textproc/xfce4-dict-plugin/Makefile head/textproc/xfce4-dict-plugin/pkg-plist head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-screenshooter-plugin/pkg-plist Modified: head/multimedia/xfce4-parole/Makefile ============================================================================== --- head/multimedia/xfce4-parole/Makefile Sat Jun 28 13:09:45 2014 (r359696) +++ head/multimedia/xfce4-parole/Makefile Sat Jun 28 13:10:01 2014 (r359697) @@ -3,6 +3,7 @@ PORTNAME= parole PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 @@ -11,6 +12,7 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Lightweight media player for Xfce4 based on GStreamer LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libnotify.so:${PORTSDIR}/devel/libnotify \ @@ -20,7 +22,6 @@ PORTSCOUT= limit:^0\.6\. GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_BZIP2= yes CONFIGURE_ARGS= --enable-notify-plugin \ --enable-tray-plugin \ --enable-taglib \ @@ -31,7 +32,7 @@ USE_GNOME= gtk20 glib20 intltool intlhac USE_XFCE= configenv libmenu libutil USE_XORG= x11 sm USE_LDCONFIG= yes -USES= desktop-file-utils pkgconfig gmake +USES= desktop-file-utils pkgconfig gmake libtool tar:bzip2 OPTIONS_DEFINE= NLS OPTIONS_SINGLE= GSTREAMER Modified: head/multimedia/xfce4-parole/pkg-plist ============================================================================== --- head/multimedia/xfce4-parole/pkg-plist Sat Jun 28 13:09:45 2014 (r359696) +++ head/multimedia/xfce4-parole/pkg-plist Sat Jun 28 13:10:01 2014 (r359697) @@ -7,9 +7,7 @@ include/parole/parole-provider-player.h include/parole/parole-provider-plugin.h include/parole/parole-stream.h include/parole/parole.h -lib/parole-0/parole-notify.la lib/parole-0/parole-notify.so -lib/parole-0/tray-icon.la lib/parole-0/tray-icon.so share/applications/parole.desktop share/icons/hicolor/16x16/apps/parole-extension.png Modified: head/textproc/xfce4-dict-plugin/Makefile ============================================================================== --- head/textproc/xfce4-dict-plugin/Makefile Sat Jun 28 13:09:45 2014 (r359696) +++ head/textproc/xfce4-dict-plugin/Makefile Sat Jun 28 13:10:01 2014 (r359697) @@ -3,6 +3,7 @@ PORTNAME= xfce4-dict PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= textproc xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -12,10 +13,12 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce4 plugin to query different dictionaries -USE_BZIP2= yes +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext pkgconfig gmake +USES= gettext pkgconfig gmake libtool tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel USE_XORG= x11 Modified: head/textproc/xfce4-dict-plugin/pkg-plist ============================================================================== --- head/textproc/xfce4-dict-plugin/pkg-plist Sat Jun 28 13:09:45 2014 (r359696) +++ head/textproc/xfce4-dict-plugin/pkg-plist Sat Jun 28 13:10:01 2014 (r359697) @@ -1,5 +1,4 @@ bin/xfce4-dict -lib/xfce4/panel/plugins/libxfce4dict.la lib/xfce4/panel/plugins/libxfce4dict.so man/man1/xfce4-dict.1.gz share/applications/xfce4-dict.desktop Modified: head/x11/xfce4-screenshooter-plugin/Makefile ============================================================================== --- head/x11/xfce4-screenshooter-plugin/Makefile Sat Jun 28 13:09:45 2014 (r359696) +++ head/x11/xfce4-screenshooter-plugin/Makefile Sat Jun 28 13:10:01 2014 (r359697) @@ -3,7 +3,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -13,14 +13,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Desktop Screenshot plugin for Xfce +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu libutil panel -USES= pkgconfig gmake +USES= pkgconfig gmake libtool tar:bzip2 OPTIONS_DEFINE= NLS Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-plist Sat Jun 28 13:09:45 2014 (r359696) +++ head/x11/xfce4-screenshooter-plugin/pkg-plist Sat Jun 28 13:10:01 2014 (r359697) @@ -1,7 +1,7 @@ bin/xfce4-screenshooter -lib/xfce4/panel/plugins/libscreenshooterplugin.la lib/xfce4/panel/plugins/libscreenshooterplugin.so lib/xfce4/panel/plugins/libscreenshooterplugin.so.0 +lib/xfce4/panel/plugins/libscreenshooterplugin.so.0.0.0 man/man1/xfce4-screenshooter.1.gz share/applications/xfce4-screenshooter.desktop %%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png