From owner-svn-ports-head@FreeBSD.ORG Fri May 24 17:16:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1FAC1330; Fri, 24 May 2013 17:16:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 102B6135; Fri, 24 May 2013 17:16:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OHGacP008750; Fri, 24 May 2013 17:16:36 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OHGZpL008746; Fri, 24 May 2013 17:16:35 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305241716.r4OHGZpL008746@svn.freebsd.org> From: Boris Samorodov Date: Fri, 24 May 2013 17:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318994 - in head/print/scribus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 17:16:37 -0000 Author: bsam Date: Fri May 24 17:16:35 2013 New Revision: 318994 URL: http://svnweb.freebsd.org/changeset/ports/318994 Log: . update to version 1.4.2; . remove the indefinite article from COMMENT; . remove ABI version numbers from LIB_DEPENDS; . utilise USES+=desktop-file-utils pkgconfig shared-mime-info; . build with hunspell rather then aspell. PR: ports/178414 Submitted by: bsam (me) Approved by: sylvio (maintainer timeout, 2+ weeks) Modified: head/print/scribus/Makefile head/print/scribus/distinfo head/print/scribus/files/patch-CMakeLists head/print/scribus/pkg-plist Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Fri May 24 16:35:30 2013 (r318993) +++ head/print/scribus/Makefile Fri May 24 17:16:35 2013 (r318994) @@ -2,41 +2,40 @@ # $FreeBSD$ PORTNAME= scribus -PORTVERSION= 1.4.1 -PORTREVISION= 3 +PORTVERSION= 1.4.2 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ MAINTAINER= sylvio@FreeBSD.org -COMMENT= A comprehensive desktop publishing program +COMMENT= Comprehensive desktop publishing program -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - lcms.1:${PORTSDIR}/graphics/lcms \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + lcms:${PORTSDIR}/graphics/lcms \ png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - cups.2:${PORTSDIR}/print/cups-client \ - freetype.9:${PORTSDIR}/print/freetype2 \ - podofo.0:${PORTSDIR}/graphics/podofo \ + tiff:${PORTSDIR}/graphics/tiff \ + cups:${PORTSDIR}/print/cups-client \ + freetype:${PORTSDIR}/print/freetype2 \ + podofo:${PORTSDIR}/graphics/podofo \ boost_thread:${PORTSDIR}/devel/boost-libs \ - aspell.16:${PORTSDIR}/textproc/aspell \ - cairo.2:${PORTSDIR}/graphics/cairo \ + aspell:${PORTSDIR}/textproc/aspell \ + cairo:${PORTSDIR}/graphics/cairo \ hyphen:${PORTSDIR}/textproc/hyphen \ execinfo:${PORTSDIR}/devel/libexecinfo \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig + fontconfig:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info + ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging -NO_LATEST_LINK= yes USE_XZ= yes USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network -USE_GNOME= desktopfileutils libartlgpl2 libxml2 pkgconfig +USE_GNOME= libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes -USES= cmake +USES= cmake desktop-file-utils pkgconfig shared-mime-info USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/Scribus + +CMAKE_ARGS+= -DWITH_ASPELL=NO -DWANT_HUNSPELL=YES +CMAKE_VERBOSE= YES MAN1= scribus.1 MANLANG= "" pl de @@ -44,7 +43,5 @@ MANCOMPRESSED= no post-install: ${LN} ${DATADIR}/icons/scribus.png ${PREFIX}/share/pixmaps/ - -update-desktop-database - -update-mime-database ${PREFIX}/share/mime .include Modified: head/print/scribus/distinfo ============================================================================== --- head/print/scribus/distinfo Fri May 24 16:35:30 2013 (r318993) +++ head/print/scribus/distinfo Fri May 24 17:16:35 2013 (r318994) @@ -1,2 +1,2 @@ -SHA256 (scribus-1.4.1.tar.xz) = 6853fc40cd178d0dcefcc9305fba6824bbe7fd915b0eb277d742b13297f8c7d8 -SIZE (scribus-1.4.1.tar.xz) = 63039820 +SHA256 (scribus-1.4.2.tar.xz) = b951d47913e800b31675fec94ae4e81dc2ee0247506a9218211db62da6386563 +SIZE (scribus-1.4.2.tar.xz) = 64405272 Modified: head/print/scribus/files/patch-CMakeLists ============================================================================== --- head/print/scribus/files/patch-CMakeLists Fri May 24 16:35:30 2013 (r318993) +++ head/print/scribus/files/patch-CMakeLists Fri May 24 17:16:35 2013 (r318994) @@ -18,6 +18,24 @@ SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"") +@@ -676,7 +676,7 @@ ENDIF(NOT WIN32) + #>>FontConfig + + #<>ASPELL for Speelling support + + #< /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true