svn commit: r548943 - head/print/scribus-devel

Piotr Kubaj pkubaj at FreeBSD.org
Sat Sep 19 06:00:00 UTC 2020


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 at 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


More information about the svn-ports-head mailing list