From owner-svn-ports-all@FreeBSD.ORG Sat Nov 3 18:03:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38ADE715; Sat, 3 Nov 2012 18:03:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 178B28FC08; Sat, 3 Nov 2012 18:03:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA3I36jh016140; Sat, 3 Nov 2012 18:03:06 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA3I36oj016135; Sat, 3 Nov 2012 18:03:06 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201211031803.qA3I36oj016135@svn.freebsd.org> From: Boris Samorodov Date: Sat, 3 Nov 2012 18:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306933 - head/textproc/goldendict X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2012 18:03:07 -0000 Author: bsam Date: Sat Nov 3 18:03:06 2012 New Revision: 306933 URL: http://svn.freebsd.org/changeset/ports/306933 Log: . move LICENCE up and pet portlint; [1] . change WWW at pkg-descr; [1] . remove LICENSE from pkg-descr; . use two line style headers; . remove ABI version (.0) from LIB_DEPENDS (hunspell-1.3 *is* the libarary name); . remove the indefinite article from COMMENT; . USE_GNOME=pkgconfig -> USE_PKGCONFIG=build; . make use of desktopfileutils at port and package; . bump PORTREVISION. PR: ports/173243 [1] Submitted by: nemysis [1] Feature safe: yes Modified: head/textproc/goldendict/Makefile head/textproc/goldendict/pkg-descr head/textproc/goldendict/pkg-plist Modified: head/textproc/goldendict/Makefile ============================================================================== --- head/textproc/goldendict/Makefile Sat Nov 3 18:01:22 2012 (r306932) +++ head/textproc/goldendict/Makefile Sat Nov 3 18:03:06 2012 (r306933) @@ -1,29 +1,27 @@ -# New ports collection makefile for: textproc/goldendict -# Date created: 2009-11-09 -# Whom: bsam -# +# Created by: Boris Samorodov # $FreeBSD$ -# PORTNAME= goldendict PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= bsam@FreeBSD.org -COMMENT= A feature-rich dictionary lookup program (with QT lib) +COMMENT= Feature-rich dictionary lookup program (with QT lib) -LIB_DEPENDS= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \ +LICENSE= GPLv3 + +LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \ execinfo:${PORTSDIR}/devel/libexecinfo \ vorbis:${PORTSDIR}/audio/libvorbis -LICENSE= GPLv3 USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_XORG= xtst +USE_GNOME= desktopfileutils USE_QT4= corelib gui webkit phonon \ qmake_build linguist_build moc_build rcc_build script_build uic_build @@ -40,6 +38,7 @@ do-configure: post-install: @${MKDIR} ${DATADIR}/locale @${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${DATADIR}/locale/ + @-update-desktop-database .include Modified: head/textproc/goldendict/pkg-descr ============================================================================== --- head/textproc/goldendict/pkg-descr Sat Nov 3 18:01:22 2012 (r306932) +++ head/textproc/goldendict/pkg-descr Sat Nov 3 18:03:06 2012 (r306933) @@ -9,6 +9,4 @@ It supports: * ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed separately, or be referred to from .dsl files. -LICENSE: GPL3 or later - -WWW: http://goldendict.berlios.de/ +WWW: http://goldendict.org/ Modified: head/textproc/goldendict/pkg-plist ============================================================================== --- head/textproc/goldendict/pkg-plist Sat Nov 3 18:01:22 2012 (r306932) +++ head/textproc/goldendict/pkg-plist Sat Nov 3 18:03:06 2012 (r306933) @@ -15,3 +15,5 @@ share/pixmaps/goldendict.png @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%% @dirrmtry share/applications +@exec %%LOCALBASE%%/bin/update-desktop-database || : +@unexec %%LOCALBASE%%/bin/update-desktop-database || :