diff options
author | jylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-22 00:17:06 +0800 |
---|---|---|
committer | jylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-22 00:17:06 +0800 |
commit | eb0cab51f2cbb246926d1f0bee524e059bba8239 (patch) | |
tree | 08c9c783c47ae86d1d2bd1e42ea1059453d7e398 /x11/gnomepanel/Makefile | |
parent | 8a77bbb551ee29db831a69372f17c42c2e16ef53 (diff) | |
download | marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.tar marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.tar.gz marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.tar.bz2 marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.tar.lz marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.tar.xz marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.tar.zst marcuscom-ports-eb0cab51f2cbb246926d1f0bee524e059bba8239.zip |
Lock ~/.recently-used. The lack of locking sometimes caused the
"Places -> Recent Documents" menu to be empty.
Reference: http://bugzilla.gnome.org/show_bug.cgi?id=324710
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index bac3eaac8..ea75af72a 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.113 2005/11/22 07:52:11 marcus Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.114 2005/12/14 15:40:04 marcus Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.13.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.13 |