svn commit: r448295 - head/print/scribus

Boris Samorodov bsam at FreeBSD.org
Sat Aug 19 10:28:31 UTC 2017


Author: bsam
Date: Sat Aug 19 10:28:29 2017
New Revision: 448295
URL: https://svnweb.freebsd.org/changeset/ports/448295

Log:
  print/scribus: Set LICENSE (GPLv2+) and fix homepage link [*].
  
  Reported at:	https://repology.org/  [*]

Modified:
  head/print/scribus/Makefile
  head/print/scribus/pkg-descr

Modified: head/print/scribus/Makefile
==============================================================================
--- head/print/scribus/Makefile	Sat Aug 19 10:24:35 2017	(r448294)
+++ head/print/scribus/Makefile	Sat Aug 19 10:28:29 2017	(r448295)
@@ -11,6 +11,8 @@ MASTER_SITES=	SF \
 MAINTAINER=	bsam at FreeBSD.org
 COMMENT=	Comprehensive desktop publishing program
 
+LICENSE=	GPLv2+
+
 LIB_DEPENDS=	liblcms.so:graphics/lcms \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
@@ -25,7 +27,7 @@ LIB_DEPENDS=	liblcms.so:graphics/lcms \
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL/_imaging.so:graphics/py-pillow
 
-USE_QT4=	gui linguist_build moc_build qmake_build rcc_build uic_build xml network
+USE_QT4=	corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network
 USE_GNOME=	libartlgpl2 libxml2
 USES=		cmake:outsource desktop-file-utils execinfo ghostscript:run jpeg \
 		pkgconfig python shared-mime-info tar:xz

Modified: head/print/scribus/pkg-descr
==============================================================================
--- head/print/scribus/pkg-descr	Sat Aug 19 10:24:35 2017	(r448294)
+++ head/print/scribus/pkg-descr	Sat Aug 19 10:28:29 2017	(r448295)
@@ -5,4 +5,4 @@ Scribus offers support for professional publishing fea
 as CMYK color, easy PDF creation, Encapsulated Postscript import/export
 and creation of color separations.
 
-WWW: http://www.scribus.net
+WWW: https://www.scribus.net/


More information about the svn-ports-all mailing list