diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-17 12:15:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-17 12:15:23 +0800 |
commit | 8385dca8d591541229649df5882a0f01924dc358 (patch) | |
tree | eb461b676610aa33e81d073925d2b02066f6dc9e /sysutils/gnome-volume-manager/Makefile | |
parent | 81063ad07117c7b636056946e75ad49b279cde5a (diff) | |
download | marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.tar marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.tar.gz marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.tar.bz2 marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.tar.lz marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.tar.xz marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.tar.zst marcuscom-ports-8385dca8d591541229649df5882a0f01924dc358.zip |
Fix a dumb bug where we would not be able to detect the local user properly.
This bug was exposed when the integer overflow bug was fixed. This should
prevent g-v-m from terminating on startup.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9829 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-volume-manager/Makefile')
-rw-r--r-- | sysutils/gnome-volume-manager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile index c99c2ab6d..882eb95e7 100644 --- a/sysutils/gnome-volume-manager/Makefile +++ b/sysutils/gnome-volume-manager/Makefile @@ -3,12 +3,12 @@ # Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.17 2007/05/19 21:36:23 marcus Exp $ +# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.18 2007/08/26 03:53:51 marcus Exp $ # PORTNAME= gnome-volume-manager PORTVERSION= 2.17.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} |