From root@ahze.ahze.net  Wed May 19 19:41:30 2004
Return-Path: <root@ahze.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7467116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 May 2004 19:41:30 -0700 (PDT)
Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 17AA943D41
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 May 2004 19:41:30 -0700 (PDT)
	(envelope-from root@ahze.ahze.net)
Received: by ahze.ahze.net (Postfix, from userid 0)
	id AA5CF6507; Wed, 19 May 2004 22:41:43 -0400 (EDT)
Message-Id: <20040520024143.AA5CF6507@ahze.ahze.net>
Date: Wed, 19 May 2004 22:41:43 -0400 (EDT)
From: michael johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] x11-wm/skippy: update to 0.5.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66920
>Category:       ports
>Synopsis:       [MAINTAINER] x11-wm/skippy: update to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 19 19:50:22 PDT 2004
>Closed-Date:    Wed May 19 23:15:55 PDT 2004
>Last-Modified:  Wed May 19 23:15:55 PDT 2004
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- Update to 0.5.0

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- skippy-0.5.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-wm/skippy.orig/Makefile /usr/ports/x11-wm/skippy/Makefile
--- /usr/ports/x11-wm/skippy.orig/Makefile	Sun May 16 12:56:43 2004
+++ /usr/ports/x11-wm/skippy/Makefile	Wed May 19 22:36:12 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	skippy
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.0
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://thegraveyard.org/files/
 
@@ -20,14 +20,24 @@
 USE_BZIP2=	yes
 USE_GNOME=	pkgconfig
 USE_REINPLACE=	yes
-PLIST_FILES=	bin/skippy
+PLIST_FILES=	bin/skippy \
+		%%DATADIR%%/skippyrc-default
+PLIST_DIRS=	%%DATADIR%%
+PKGMESSAGE=	${WRKDIR}/pkg-message
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
 		s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
 			${WRKSRC}/Makefile
+post-build:
+	@${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/skippy ${PREFIX}/bin
+	@${MKDIR} ${DATADIR}
+	@${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DATADIR}
+
+post-install:
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/x11-wm/skippy.orig/distinfo /usr/ports/x11-wm/skippy/distinfo
--- /usr/ports/x11-wm/skippy.orig/distinfo	Sun May 16 12:56:43 2004
+++ /usr/ports/x11-wm/skippy/distinfo	Wed May 19 21:30:50 2004
@@ -1,2 +1,2 @@
-MD5 (skippy-0.4.1.tar.bz2) = 4d0d2b05f8f1357ceb80754f52a90991
-SIZE (skippy-0.4.1.tar.bz2) = 21628
+MD5 (skippy-0.5.0.tar.bz2) = c7b5c7f0dd870513494916afd8581323
+SIZE (skippy-0.5.0.tar.bz2) = 23722
diff -ruN --exclude=CVS /usr/ports/x11-wm/skippy.orig/pkg-message /usr/ports/x11-wm/skippy/pkg-message
--- /usr/ports/x11-wm/skippy.orig/pkg-message	Wed Dec 31 19:00:00 1969
+++ /usr/ports/x11-wm/skippy/pkg-message	Wed May 19 22:38:43 2004
@@ -0,0 +1,5 @@
+*******************************************************************************
+A sample configuration file, skippyrc-default, has been installed in 
+%%DATADIR%%. To edit the default confiuration of skippy please 
+'cp %%DATADIR%%/skippyrc-default ~/.skippyrc'
+*******************************************************************************
--- skippy-0.5.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Wed May 19 23:15:48 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66920 
>Unformatted:
