Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 05:59:59 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548943 - head/print/scribus-devel
Message-ID:  <202009190559.08J5xx10018584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Sep 19 05:59:59 2020
New Revision: 548943
URL: https://svnweb.freebsd.org/changeset/ports/548943

Log:
  print/scribus-devel: fix icons
  
  Limit end line replacement to text files.
  
  PR:		249372
  Reported by:	ohartmann@walstatt.org

Modified:
  head/print/scribus-devel/Makefile

Modified: head/print/scribus-devel/Makefile
==============================================================================
--- head/print/scribus-devel/Makefile	Sat Sep 19 05:29:34 2020	(r548942)
+++ head/print/scribus-devel/Makefile	Sat Sep 19 05:59:59 2020	(r548943)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.5
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	print editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
 		http://www.scribus.net/downloads/${PORTVERSION}/
@@ -40,6 +40,7 @@ USES=		cmake compiler:gcc-c++11-lib desktop-file-utils
 		jpeg pkgconfig qt:5 shared-mime-info ssl tar:xz
 USE_QT=		buildtools_build core declarative gui linguisttools_build \
 		network opengl printsupport qmake_build widgets xml
+DOS2UNIX_REGEX=	.*\.(cpp|h|txt)
 USE_GNOME=	libxml2
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes



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