Index: head/sysutils/xfburn/Makefile =================================================================== --- head/sysutils/xfburn/Makefile (revision 402774) +++ head/sysutils/xfburn/Makefile (revision 402775) @@ -1,41 +1,41 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= xfburn PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= CD/DVD burning tool for Xfce LICENSE= GPLv2 LIB_DEPENDS= libburn.so:${PORTSDIR}/devel/libburn \ libisofs.so:${PORTSDIR}/devel/libisofs RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao GNU_CONFIGURE= yes USE_GNOME= 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 NLS 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: ${REINPLACE_CMD} -e 's|media-cdrom|media-optical|g' \ ${WRKSRC}/desktop-integration/thunar-sendto-xfburn.desktop.in \ ${WRKSRC}/xfburn.desktop.in .include Index: head/sysutils/xorriso/Makefile =================================================================== --- head/sysutils/xorriso/Makefile (revision 402774) +++ head/sysutils/xorriso/Makefile (revision 402775) @@ -1,31 +1,31 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= xorriso PORTVERSION= 1.3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} MAINTAINER= delphij@FreeBSD.org COMMENT= ISO image manipulation tool based on Libburnia LICENSE= GPLv2 BUILD_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \ libisofs>=1.1.2:${PORTSDIR}/devel/libisofs RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \ libisofs>=1.1.2:${PORTSDIR}/devel/libisofs GNU_CONFIGURE= yes USES= gmake iconv libtool pathfix pkgconfig shebangfix SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk USE_LDCONFIG= yes INFO= xorrecord xorriso xorrisofs post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure .include