ports/66920: [MAINTAINER] x11-wm/skippy: update to 0.5.0

michael johnson ahze at ahze.net
Thu May 20 02:51:17 UTC 2004


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 19 19:50:22 PDT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list