1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 0.18.

This commit is contained in:
Joe Marcus Clarke 2009-11-01 18:17:55 +00:00
parent a5fa301826
commit 9d5f7c5ef7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243614
3 changed files with 4 additions and 16 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= xdg
PORTVERSION= 0.17
PORTVERSION= 0.18
CATEGORIES= devel python
MASTER_SITES= http://people.freedesktop.org/~lanius/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
MD5 (pyxdg-0.17.tar.gz) = a086de99cc536095684d87f15594e4db
SHA256 (pyxdg-0.17.tar.gz) = fbc87711922b2dd6ceb23ee041f1f96da9b7dbb6971df03a3081b439def069ce
SIZE (pyxdg-0.17.tar.gz) = 37372
MD5 (pyxdg-0.18.tar.gz) = 076b57722e91dab8ab83028c6ef9dcea
SHA256 (pyxdg-0.18.tar.gz) = 686f27449812b720fcdea0d07fe31e4eac713e8183538cefbe77526180d7ca7d
SIZE (pyxdg-0.18.tar.gz) = 37558

View File

@ -1,12 +0,0 @@
--- xdg/Menu.py.orig 2008-06-02 05:29:42.000000000 -0400
+++ xdg/Menu.py 2008-08-16 14:59:55.000000000 -0400
@@ -495,6 +495,9 @@ def parse(filename=None):
filename = __getFileName("applications.menu")
if not filename:
+ filename = __getFilename("gnome-applications.menu")
+
+ if not filename:
raise ParsingError('File not found', "/etc/xdg/menus/applications.menu")
# check if it is a .menu file