Index: head/print/scribus/Makefile =================================================================== --- head/print/scribus/Makefile (revision 378231) +++ head/print/scribus/Makefile (revision 378232) @@ -1,43 +1,42 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= scribus -PORTVERSION= 1.4.4 -PORTREVISION= 3 +PORTVERSION= 1.4.5 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ MAINTAINER= bsam@FreeBSD.org COMMENT= Comprehensive desktop publishing program LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcups.so:${PORTSDIR}/print/cups-client \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libpodofo.so:${PORTSDIR}/graphics/podofo \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libhyphen.so:${PORTSDIR}/textproc/hyphen \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes USES= cmake desktop-file-utils pkgconfig python shared-mime-info tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit OPTIONS_DEFINE= DOCS post-install: ${LN} -sf ${DATADIR}/icons/scribus.png ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: head/print/scribus/distinfo =================================================================== --- head/print/scribus/distinfo (revision 378231) +++ head/print/scribus/distinfo (revision 378232) @@ -1,2 +1,2 @@ -SHA256 (scribus-1.4.4.tar.xz) = a43b9d55518ccebdb770d3cdac44ebf75c60ad11c284b210f6b0bd8c7a0217ae -SIZE (scribus-1.4.4.tar.xz) = 71274196 +SHA256 (scribus-1.4.5.tar.xz) = 9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498 +SIZE (scribus-1.4.5.tar.xz) = 78251228 Index: head/print/scribus/files/patch-CMakeLists =================================================================== --- head/print/scribus/files/patch-CMakeLists (revision 378231) +++ head/print/scribus/files/patch-CMakeLists (revision 378232) @@ -1,44 +1,44 @@ ---- CMakeLists.txt.orig 2011-12-31 00:46:04.000000000 +0400 -+++ CMakeLists.txt 2012-01-12 13:31:25.064693826 +0400 -@@ -251,7 +251,7 @@ ENDIF (APPLEBUNDLE) +--- CMakeLists.txt.orig 2015-01-06 00:53:23.000000000 +0300 ++++ CMakeLists.txt 2015-01-31 23:03:18.819599697 +0300 +@@ -274,7 +274,7 @@ ENDIF (APPLEBUNDLE) #Setp all the directories we will use #MAN CMAKE_POLICY(SET CMP0005 OLD) -SET(MANDIR "share/man/") +SET(MANDIR "man/") IF(WANT_VERSIONING) SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/") ELSE(WANT_VERSIONING) -@@ -322,7 +322,7 @@ IF(WANT_LIB64) +@@ -345,7 +345,7 @@ IF(WANT_LIB64) ENDIF(NOT ARCH_X86_64) SET(LIB_SUFFIX "64" CACHE TYPE STRING) ENDIF(WANT_LIB64) -SET(LIB_DIR_NAME "lib${LIB_SUFFIX}") +SET(LIB_DIR_NAME "lib") - SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") - ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"") - -@@ -689,7 +689,7 @@ ENDIF (WITH_ASPELL) + IF (APPLEBUNDLE) + SET(LIBDIR "lib/") + ELSE (APPLEBUNDLE) +@@ -758,7 +758,7 @@ ENDIF(NOT WIN32) #>>ASPELL for Speelling support #<