svn commit: r321718 - head/science/gramps

Antoine Brodin antoine at FreeBSD.org
Mon Jun 24 22:02:03 UTC 2013


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/


More information about the svn-ports-all mailing list