1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 3.0.5

PR:		180697
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2013-07-22 15:30:21 +00:00
parent 406c3c36f8
commit 9188d406a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323469
3 changed files with 8 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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