From owner-svn-ports-head@FreeBSD.ORG Sun Oct 19 15:05:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C11B279; Sun, 19 Oct 2014 15:05:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D3BCF10; Sun, 19 Oct 2014 15:05:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9JF51xO064873; Sun, 19 Oct 2014 15:05:01 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9JF50EY064860; Sun, 19 Oct 2014 15:05:00 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410191505.s9JF50EY064860@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 19 Oct 2014 15:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371181 - head/editors/yudit 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.18-1 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: Sun, 19 Oct 2014 15:05:01 -0000 Author: danilo Date: Sun Oct 19 15:05:00 2014 New Revision: 371181 URL: https://svnweb.freebsd.org/changeset/ports/371181 QAT: https://qat.redports.org/buildarchive/r371181/ Log: - Update from 2.9.2 to 2.9.4 - Add desktop icon - Take maintainership Modified: head/editors/yudit/Makefile head/editors/yudit/distinfo head/editors/yudit/pkg-plist Modified: head/editors/yudit/Makefile ============================================================================== --- head/editors/yudit/Makefile Sun Oct 19 13:34:34 2014 (r371180) +++ head/editors/yudit/Makefile Sun Oct 19 15:05:00 2014 (r371181) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= yudit -PORTVERSION= 2.9.2 +PORTVERSION= 2.9.4 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ SUNSITE/apps/editors/X -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Multi-lingual Unicode text editor with TTF support CONFLICTS= netatalk-[0-9]* @@ -21,4 +21,11 @@ MAKE_JOBS_UNSAFE= yes PORTDATA= * +DESKTOP_ENTRIES="Yudit" "${COMMENT}" "${PREFIX}/share/pixmaps/yudit.xpm" \ + "yudit" "Office;" false + +post-install: + ${INSTALL_DATA} ${WRKSRC}/icons/SS_Yudit_XPM.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps/yudit.xpm + .include Modified: head/editors/yudit/distinfo ============================================================================== --- head/editors/yudit/distinfo Sun Oct 19 13:34:34 2014 (r371180) +++ head/editors/yudit/distinfo Sun Oct 19 15:05:00 2014 (r371181) @@ -1,2 +1,2 @@ -SHA256 (yudit-2.9.2.tar.gz) = d9bb2fbf49dbc192b33a9095a819c6ee0b62bf46839333c286371786ab1acfc9 -SIZE (yudit-2.9.2.tar.gz) = 2831966 +SHA256 (yudit-2.9.4.tar.gz) = 23bfd3c222b7ba4deb88ecd3f7634bdcc3499eabb4e1d2870e96968867c9fe44 +SIZE (yudit-2.9.4.tar.gz) = 2790692 Modified: head/editors/yudit/pkg-plist ============================================================================== --- head/editors/yudit/pkg-plist Sun Oct 19 13:34:34 2014 (r371180) +++ head/editors/yudit/pkg-plist Sun Oct 19 15:05:00 2014 (r371181) @@ -2,6 +2,7 @@ bin/mytool bin/uniconv bin/uniprint bin/yudit +share/pixmaps/yudit.xpm man/man1/mytool.1.gz man/man1/uniconv.1.gz man/man1/uniprint.1.gz