svn commit: r359697 - in head: multimedia/xfce4-parole textproc/xfce4-dict-plugin x11/xfce4-screenshooter-plugin
Olivier Duchateau
olivierd at FreeBSD.org
Sat Jun 28 13:10:03 UTC 2014
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 at 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 at 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 at 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
More information about the svn-ports-all
mailing list