svn commit: r323469 - head/deskutils/drivel

Martin Wilke miwi at FreeBSD.org
Mon Jul 22 15:30:23 UTC 2013


Author: miwi
Date: Mon Jul 22 15:30:21 2013
New Revision: 323469
URL: http://svnweb.freebsd.org/changeset/ports/323469

Log:
  - Update to 3.0.5
  
  PR:		180697
  Submitted by:	Ports Fury

Modified:
  head/deskutils/drivel/Makefile
  head/deskutils/drivel/distinfo   (contents, props changed)
  head/deskutils/drivel/pkg-plist   (contents, props changed)

Modified: head/deskutils/drivel/Makefile
==============================================================================
--- head/deskutils/drivel/Makefile	Mon Jul 22 15:28:03 2013	(r323468)
+++ head/deskutils/drivel/Makefile	Mon Jul 22 15:30:21 2013	(r323469)
@@ -1,37 +1,30 @@
-# New ports collection makefile for:	drivel
-# Date created:			Thu Feb 26 23:13:12 CET 2004
-# Whom:				Koop Mast <kwm at rainbow-runner.nl>
-#
+# Created by: Koop Mast <kwm at rainbow-runner.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	drivel
-PORTVERSION=	3.0.3
-PORTREVISION=	1
+PORTVERSION=	3.0.5
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	SF/${PORTNAME}/Drivel%20%28stable%29/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Blog editor for GNOME
 
+LICENSE=	GPLv2 # (or later)
+
 LIB_DEPENDS=	soup-2.4.1:${PORTSDIR}/devel/libsoup
 
 OPTIONS_DEFINE=	GTKSPELL
 OPTIONS_DEFAULT=	GTKSPELL
 GTKSPELL_DESC=	Enable GtkSpell support
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
-
 USE_BZIP2=	yes
+USES=		desktop-file-utils gettext gmake shared-mime-info
 USE_GNOME=	gconf2 gnomedocutils gnomevfs2 gtksourceview2
-USES=		gettext
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
+CONFIGURE_ARGS=	--disable-error-on-warning
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 MAKE_JOBS_SAFE=	yes
-CONFIGURE_ARGS=	--disable-error-on-warning
 
 GCONF_SCHEMAS=	drivel.schemas
 

Modified: head/deskutils/drivel/distinfo
==============================================================================
--- head/deskutils/drivel/distinfo	Mon Jul 22 15:28:03 2013	(r323468)
+++ head/deskutils/drivel/distinfo	Mon Jul 22 15:30:21 2013	(r323469)
@@ -1,2 +1,2 @@
-SHA256 (drivel-3.0.3.tar.bz2) = 73f66b7fe20c077cde06e164169e795ab65b38362b82e89dae3207c0d18f6404
-SIZE (drivel-3.0.3.tar.bz2) = 700272
+SHA256 (drivel-3.0.5.tar.bz2) = 71b4af2552c22124a20e0b40958103f41beb3cb591b7b7e0c184e2817554a3fb
+SIZE (drivel-3.0.5.tar.bz2) = 720517

Modified: head/deskutils/drivel/pkg-plist
==============================================================================
--- head/deskutils/drivel/pkg-plist	Mon Jul 22 15:28:03 2013	(r323468)
+++ head/deskutils/drivel/pkg-plist	Mon Jul 22 15:30:21 2013	(r323469)
@@ -1,5 +1,4 @@
 bin/drivel
-etc/gconf/schemas/drivel.schemas
 share/application-registry/drivel.applications
 share/applications/gnome-drivel.desktop
 %%DATADIR%%/glade/advogato.png
@@ -74,7 +73,6 @@ share/locale/zh_HK/LC_MESSAGES/drivel.mo
 share/locale/zh_TW/LC_MESSAGES/drivel.mo
 share/mime-info/drivel.keys
 share/mime-info/drivel.mime
-share/mime/application/x-drivel.xml
 share/mime/packages/drivel.xml
 share/omf/drivel/drivel-C.omf
 share/omf/drivel/drivel-cs.omf
@@ -112,7 +110,3 @@ share/pixmaps/drivel-48.png
 @dirrmtry %%DATADIR%%/glade
 @dirrmtry %%DATADIR%%
 @dirrmtry share/applications
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-all mailing list