From owner-svn-ports-all@freebsd.org Thu Dec 14 18:16:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BEEAE89FA2; Thu, 14 Dec 2017 18:16:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 13C56713EC; Thu, 14 Dec 2017 18:16:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBEIFxlU007905; Thu, 14 Dec 2017 18:15:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBEIFwQn007901; Thu, 14 Dec 2017 18:15:58 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201712141815.vBEIFwQn007901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 14 Dec 2017 18:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456330 - in head/sysutils/xfburn: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/sysutils/xfburn: . files X-SVN-Commit-Revision: 456330 X-SVN-Commit-Repository: ports 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.25 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: Thu, 14 Dec 2017 18:16:00 -0000 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