Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 15:05:00 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371181 - head/editors/yudit
Message-ID:  <201410191505.s9JF50EY064860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410191505.s9JF50EY064860>