diff options
-rw-r--r-- | audio/gtkpod/MESSAGE.NetBSD | 5 | ||||
-rw-r--r-- | audio/gtkpod/Makefile | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/audio/gtkpod/MESSAGE.NetBSD b/audio/gtkpod/MESSAGE.NetBSD index 2373f384487..29b3cfd2a65 100644 --- a/audio/gtkpod/MESSAGE.NetBSD +++ b/audio/gtkpod/MESSAGE.NetBSD @@ -1,6 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1 2005/10/01 15:43:51 smb Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.2 2006/03/25 14:25:01 smb Exp $ If you are mounting your iPod via USB, you probably need at least version 1.130 of usb_subr.c. =========================================================================== +Before uncabling your iPod, use the 'eject' command to turn off the +"do not disconnect" message. +=========================================================================== diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 722bcdcd7b5..77c4dc58965 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:09 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/25 14:25:01 smb Exp $ # DISTNAME= gtkpod-0.94.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} |