From owner-svn-ports-head@FreeBSD.ORG Mon Jun 24 22:02:03 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 2378E3B5; Mon, 24 Jun 2013 22:02:03 +0000 (UTC) (envelope-from antoine@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 1571411E8; Mon, 24 Jun 2013 22:02:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5OM22V6053017; Mon, 24 Jun 2013 22:02:02 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5OM22CW053015; Mon, 24 Jun 2013 22:02:02 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201306242202.r5OM22CW053015@svn.freebsd.org> From: Antoine Brodin Date: Mon, 24 Jun 2013 22:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321718 - head/science/gramps 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: Mon, 24 Jun 2013 22:02:03 -0000 Author: antoine Date: Mon Jun 24 22:02:02 2013 New Revision: 321718 URL: http://svnweb.freebsd.org/changeset/ports/321718 Log: gramps installs a .desktop file with a MimeType and registers Mime types While trim, remove a tab in pkg-descr Modified: head/science/gramps/Makefile head/science/gramps/pkg-descr Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Mon Jun 24 21:04:19 2013 (r321717) +++ head/science/gramps/Makefile Mon Jun 24 22:02:02 2013 (r321718) @@ -3,7 +3,7 @@ PORTNAME= gramps PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science gnome python MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -20,8 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdd USE_BDB= 43 USE_PYTHON= 2.6+ USE_GMAKE= yes -USES= pathfix gettext -USE_GNOME= pygnome2 pygnomeextras desktopfileutils gnomedocutils +USES= desktop-file-utils gettext pathfix shared-mime-info +USE_GNOME= pygnome2 pygnomeextras gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/science/gramps/pkg-descr ============================================================================== --- head/science/gramps/pkg-descr Mon Jun 24 21:04:19 2013 (r321717) +++ head/science/gramps/pkg-descr Mon Jun 24 22:02:02 2013 (r321718) @@ -6,4 +6,4 @@ genealogical programs. However, GRAMPS o It is written in Python, using the GTK/GNOME interface. -WWW: http://gramps-project.org/ +WWW: http://gramps-project.org/