svn commit: r359694 - in head: deskutils/orage editors/mousepad graphics/ristretto x11/xfce4-taskmanager x11/xfce4-terminal
Olivier Duchateau
olivierd at FreeBSD.org
Sat Jun 28 12:56:18 UTC 2014
Author: olivierd
Date: Sat Jun 28 12:56:16 2014
New Revision: 359694
URL: http://svnweb.freebsd.org/changeset/ports/359694
QAT: https://qat.redports.org/buildarchive/r359694/
Log:
- Convert USE_BZIP2 to USES
- Add LICENSE
Approved by: portmgr blanket
Modified:
head/deskutils/orage/Makefile
head/editors/mousepad/Makefile
head/graphics/ristretto/Makefile
head/x11/xfce4-taskmanager/Makefile
head/x11/xfce4-terminal/Makefile
Modified: head/deskutils/orage/Makefile
==============================================================================
--- head/deskutils/orage/Makefile Sat Jun 28 12:44:27 2014 (r359693)
+++ head/deskutils/orage/Makefile Sat Jun 28 12:56:16 2014 (r359694)
@@ -13,14 +13,14 @@ MAINTAINER= xfce at FreeBSD.org
COMMENT= Calendar application for the Xfce Desktop
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= pkgconfig gettext desktop-file-utils gmake
-USE_BZIP2= yes
+USES= pkgconfig gettext desktop-file-utils gmake tar:bzip2
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile Sat Jun 28 12:44:27 2014 (r359693)
+++ head/editors/mousepad/Makefile Sat Jun 28 12:56:16 2014 (r359694)
@@ -11,9 +11,11 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
COMMENT= Simple text editor for the Xfce Desktop
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5
+USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 tar:bzip2
USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2
USE_XFCE= configenv
Modified: head/graphics/ristretto/Makefile
==============================================================================
--- head/graphics/ristretto/Makefile Sat Jun 28 12:44:27 2014 (r359693)
+++ head/graphics/ristretto/Makefile Sat Jun 28 12:56:16 2014 (r359694)
@@ -12,12 +12,14 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
COMMENT= Image viewer with Xfce integration
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libcairo.so:${PORTSDIR}/graphics/cairo
-USES= pkgconfig gettext pathfix desktop-file-utils gmake
-USE_BZIP2= yes
+USES= pkgconfig gettext pathfix desktop-file-utils gmake tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 intltool intlhack
INSTALLS_ICONS= yes
Modified: head/x11/xfce4-taskmanager/Makefile
==============================================================================
--- head/x11/xfce4-taskmanager/Makefile Sat Jun 28 12:44:27 2014 (r359693)
+++ head/x11/xfce4-taskmanager/Makefile Sat Jun 28 12:56:16 2014 (r359694)
@@ -12,10 +12,10 @@ MAINTAINER= xfce at FreeBSD.org
COMMENT= Task manager for the Xfce desktop
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake pkgconfig tar:bzip2
USE_GNOME= gtk20 cairo libwnck intltool intlhack
CONFIGURE_ARGS= --enable-wnck \
Modified: head/x11/xfce4-terminal/Makefile
==============================================================================
--- head/x11/xfce4-terminal/Makefile Sat Jun 28 12:44:27 2014 (r359693)
+++ head/x11/xfce4-terminal/Makefile Sat Jun 28 12:56:16 2014 (r359694)
@@ -13,16 +13,15 @@ MAINTAINER= xfce at FreeBSD.org
COMMENT= Terminal emulator for the X windowing system
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
-USE_BZIP2= yes
USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2
USE_XFCE= configenv libmenu
USE_XORG= x11
-USES= pkgconfig gmake
+USES= pkgconfig gmake tar:bzip2
CONFIGURE_ARGS= --without-gnome-default-appsdir
More information about the svn-ports-all
mailing list