Date: Mon, 24 Jun 2013 22:02:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321718 - head/science/gramps Message-ID: <201306242202.r5OM22CW053015@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306242202.r5OM22CW053015>