Bug 180697 - deskutils/drivel: Update to version 3.0.5
Summary: deskutils/drivel: Update to version 3.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 19:10 UTC by tkato432
Modified: 2013-07-22 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.69 KB, patch)
2013-07-20 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-07-20 19:10:06 UTC
- Update to version 3.0.5
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-20 19:11:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-22 16:30:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-22 16:30:35 UTC
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@rainbow-runner.nl>
-#
+# Created by: Koop Mast <kwm@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@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
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"