Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 18:15:58 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456330 - in head/sysutils/xfburn: . files
Message-ID:  <201712141815.vBEIFwQn007901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Dec 14 18:15:58 2017
New Revision: 456330
URL: https://svnweb.freebsd.org/changeset/ports/456330

Log:
  - Update xfburn to 0.5.5
  - Silence portlint warnings
  - Add dependencies reported by stage-qa
  - Some whitespace corrections
  - Regenerate patch

Modified:
  head/sysutils/xfburn/Makefile
  head/sysutils/xfburn/distinfo
  head/sysutils/xfburn/files/patch-configure
  head/sysutils/xfburn/pkg-plist

Modified: head/sysutils/xfburn/Makefile
==============================================================================
--- head/sysutils/xfburn/Makefile	Thu Dec 14 18:12:41 2017	(r456329)
+++ head/sysutils/xfburn/Makefile	Thu Dec 14 18:15:58 2017	(r456330)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfburn
-PORTVERSION=	0.5.4
-PORTREVISION=	5
+PORTVERSION=	0.5.5
 CATEGORIES=	sysutils
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -14,25 +13,27 @@ COMMENT=	CD/DVD burning tool for Xfce
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libburn.so:devel/libburn \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
 		libisofs.so:devel/libisofs
 RUN_DEPENDS=	cdrdao:sysutils/cdrdao \
-	${LOCALBASE}/include/libburn/libburn.h:devel/libburn \
-	${LOCALBASE}/include/libisofs/libisofs.h:devel/libisofs
+		${LOCALBASE}/include/libburn/libburn.h:devel/libburn \
+		${LOCALBASE}/include/libisofs/libisofs.h:devel/libisofs
 
+USES=		pkgconfig gmake desktop-file-utils gettext-tools xfce tar:bzip2
 GNU_CONFIGURE=	yes
-USE_GNOME=	intltool intlhack glib20 gtk20
+USE_GNOME=	cairo intltool intlhack glib20 gtk20
 USE_XFCE=	libexo
-USES=		pkgconfig gmake desktop-file-utils gettext-tools xfce tar:bzip2
 INSTALLS_ICONS=	yes
 
 CONFIGURE_ARGS=--disable-gudev
 
-OPTIONS_DEFINE=	GSTREAMER NLS
-OPTIONS_DEFAULT=	GSTREAMER
-OPTIONS_SUB=	yes
-NLS_USES=	gettext-runtime
-NLS_CONFIGURE_ENABLE=	nls
-GSTREAMER_USE=	gstreamer1=yes,faac,flac,lame,vorbis,wavpack
+OPTIONS_DEFINE=			GSTREAMER NLS
+OPTIONS_DEFAULT=		GSTREAMER
+OPTIONS_SUB=			yes
+NLS_USES=			gettext-runtime
+NLS_CONFIGURE_ENABLE=		nls
+GSTREAMER_USE=			gstreamer1=yes,faac,flac,lame,vorbis,wavpack
 GSTREAMER_CONFIGURE_ENABLE=	gstreamer
 
 post-patch:

Modified: head/sysutils/xfburn/distinfo
==============================================================================
--- head/sysutils/xfburn/distinfo	Thu Dec 14 18:12:41 2017	(r456329)
+++ head/sysutils/xfburn/distinfo	Thu Dec 14 18:15:58 2017	(r456330)
@@ -1,2 +1,3 @@
-SHA256 (xfce4/xfburn-0.5.4.tar.bz2) = 9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6
-SIZE (xfce4/xfburn-0.5.4.tar.bz2) = 773300
+TIMESTAMP = 1513262582
+SHA256 (xfce4/xfburn-0.5.5.tar.bz2) = aa173aa8a6c0887a4b236aee3753760e943f3e2be99af1f2d5343a6df345ade1
+SIZE (xfce4/xfburn-0.5.5.tar.bz2) = 819546

Modified: head/sysutils/xfburn/files/patch-configure
==============================================================================
--- head/sysutils/xfburn/files/patch-configure	Thu Dec 14 18:12:41 2017	(r456329)
+++ head/sysutils/xfburn/files/patch-configure	Thu Dec 14 18:15:58 2017	(r456330)
@@ -1,6 +1,6 @@
---- ./configure.orig	2014-02-20 17:04:22.000000000 +0000
-+++ ./configure	2014-02-20 22:06:19.000000000 +0000
-@@ -12447,7 +12447,7 @@
+--- configure.orig	2017-12-14 13:02:43 UTC
++++ configure
+@@ -12918,7 +12918,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
  
      fi
    fi

Modified: head/sysutils/xfburn/pkg-plist
==============================================================================
--- head/sysutils/xfburn/pkg-plist	Thu Dec 14 18:12:41 2017	(r456329)
+++ head/sysutils/xfburn/pkg-plist	Thu Dec 14 18:15:58 2017	(r456330)
@@ -1,6 +1,7 @@
 bin/xfburn
 man/man1/xfburn.1.gz
 share/Thunar/sendto/thunar-sendto-xfburn.desktop
+share/appdata/xfburn.appdata.xml
 share/applications/xfburn.desktop
 share/icons/hicolor/16x16/stock/media/stock_xfburn-audio-cd.png
 share/icons/hicolor/16x16/stock/media/stock_xfburn-blank-cdrw.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141815.vBEIFwQn007901>