Index: head/print/scribus/Makefile =================================================================== --- head/print/scribus/Makefile (revision 407521) +++ head/print/scribus/Makefile (revision 407522) @@ -1,41 +1,40 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= scribus -PORTVERSION= 1.4.5 -PORTREVISION= 2 +PORTVERSION= 1.4.6 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ MAINTAINER= bsam@FreeBSD.org COMMENT= Comprehensive desktop publishing program LIB_DEPENDS= 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 \ 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 USES= cmake:outsource desktop-file-utils execinfo ghostscript:run jpeg \ - pkgconfig python shared-mime-info tar:bz2 + 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 407521) +++ head/print/scribus/distinfo (revision 407522) @@ -1,2 +1,2 @@ -SHA256 (scribus-1.4.5.tar.bz2) = 9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498 -SIZE (scribus-1.4.5.tar.bz2) = 78251228 +SHA256 (scribus-1.4.6.tar.xz) = 21e336500d9edc9c90ccf73087e5ef3df59ec3e4a3cbfec15367bcd8d078a19a +SIZE (scribus-1.4.6.tar.xz) = 73601104 Index: head/print/scribus/files/patch-CMakeLists =================================================================== --- head/print/scribus/files/patch-CMakeLists (revision 407521) +++ head/print/scribus/files/patch-CMakeLists (revision 407522) @@ -1,44 +1,44 @@ --- 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) +@@ -275,7 +275,7 @@ #Setp all the directories we will use #MAN CMAKE_POLICY(SET CMP0005 OLD) --SET(MANDIR "share/man/") -+SET(MANDIR "man/") +-SET(MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man/") ++SET(MANDIR "${CMAKE_INSTALL_PREFIX}/man/") IF(WANT_VERSIONING) - SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/") + SET(SHAREDIR "${CMAKE_INSTALL_DATAROOTDIR}/${MAIN_DIR_NAME}${TAG_VERSION}/") ELSE(WANT_VERSIONING) @@ -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") IF (APPLEBUNDLE) SET(LIBDIR "lib/") ELSE (APPLEBUNDLE) @@ -758,7 +758,7 @@ ENDIF(NOT WIN32) #>>ASPELL for Speelling support #<