From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 11:48:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BEAB8BE7; Sat, 7 Sep 2013 11:48:29 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 912CA2BF4; Sat, 7 Sep 2013 11:48:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87BmTqn029663; Sat, 7 Sep 2013 11:48:29 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87BmTwC029661; Sat, 7 Sep 2013 11:48:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309071148.r87BmTwC029661@svn.freebsd.org> From: William Grzybowski Date: Sat, 7 Sep 2013 11:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326627 - head/editors/tea 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: Sat, 07 Sep 2013 11:48:29 -0000 Author: wg Date: Sat Sep 7 11:48:28 2013 New Revision: 326627 URL: http://svnweb.freebsd.org/changeset/ports/326627 Log: editors/tea: update to 36.0.3 - Update to 36.0.3 - Convert to new LIB_DEPENDS format - Add DOCS option PR: ports/181903 Submitted by: Danilo EgĂȘa Gondolfo (maintainer) Modified: head/editors/tea/Makefile head/editors/tea/distinfo Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Sat Sep 7 10:57:48 2013 (r326626) +++ head/editors/tea/Makefile Sat Sep 7 11:48:28 2013 (r326627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 36.0.2 +PORTVERSION= 36.0.3 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ @@ -11,6 +11,7 @@ COMMENT= Simple and powerful Qt4-based t LICENSE= GPLv3 +OPTIONS_DEFINE= DOCS OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL @@ -19,6 +20,7 @@ USE_BZIP2= yes USE_QT4= gui moc_build qmake_build rcc_build PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png +PORTDOCS= * DESKTOP_ENTRIES="TEA" "" "${PREFIX}/share/pixmaps/tea_icon_v2.png" \ "${PORTNAME}" "" "" @@ -26,14 +28,14 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar .include .if ${PORT_OPTIONS:MASPELL} -LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell QMAKEFLAGS+= USE_ASPELL=true .else QMAKEFLAGS+= USE_ASPELL=false .endif .if ${PORT_OPTIONS:MHUNSPELL} -LIB_DEPENDS+= hunspell:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS+= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell QMAKEFLAGS+= USE_HUNSPELL=true .else QMAKEFLAGS+= USE_HUNSPELL=false @@ -53,5 +55,9 @@ do-install: && ${INSTALL_PROGRAM} tea ${PREFIX}/bin) (cd ${WRKSRC}/icons \ && ${INSTALL_DATA} tea_icon_v2.png ${PREFIX}/share/pixmaps) +.if ${PORT_OPTIONS:MDOCS} + (cd ${WRKSRC}/manuals \ + && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif .include Modified: head/editors/tea/distinfo ============================================================================== --- head/editors/tea/distinfo Sat Sep 7 10:57:48 2013 (r326626) +++ head/editors/tea/distinfo Sat Sep 7 11:48:28 2013 (r326627) @@ -1,2 +1,2 @@ -SHA256 (tea-36.0.2.tar.bz2) = 6541b645451de3f6eefce58b55a302224b925bdbdb9efcfa1491bcf867baad6f -SIZE (tea-36.0.2.tar.bz2) = 315046 +SHA256 (tea-36.0.3.tar.bz2) = 402152bfa3ea155833784c19ca677fb2983c136b7a683a15b78af1d0b63d4658 +SIZE (tea-36.0.3.tar.bz2) = 314850