From jim@blues.ghis.net Sat Jul 17 03:10:01 1999
Return-Path: <jim@blues.ghis.net>
Received: from blues.ghis.net (pppc2-110.eisa.net.au [203.166.251.230])
	by hub.freebsd.org (Postfix) with ESMTP id 0635114D68
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jul 1999 03:09:55 -0700 (PDT)
	(envelope-from jim@blues.ghis.net)
Received: (from jim@localhost)
	by blues.ghis.net (8.9.3/8.9.3) id UAA39739;
	Sat, 17 Jul 1999 20:09:52 +1000 (EST)
	(envelope-from jim)
Message-Id: <199907171009.UAA39739@blues.ghis.net>
Date: Sat, 17 Jul 1999 20:09:52 +1000 (EST)
From: jim@phrantic.phear.net
Sender: jim@blues.ghis.net
Reply-To: jim@blues.ghis.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port: wmdate-0.6 to 0.7
X-Send-Pr-Version: 3.2

>Number:         12683
>Category:       ports
>Synopsis:       update port: wmdate-0.6 to 0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 17 03:10:01 PDT 1999
>Closed-Date:    Sat Jul 17 10:35:52 PDT 1999
>Last-Modified:  Sat Jul 17 10:36:03 PDT 1999
>Originator:     Jim Mock
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Patch updates wmdate to the latest version.  This port now depends on
libdockapp (see ports/12682) which needs to be committed before this
update.

>How-To-Repeat:

	

>Fix:
	
Apply the following patch..

diff -ruN /usr/ports/x11-clocks/wmdate/Makefile wmdate/Makefile
--- /usr/ports/x11-clocks/wmdate/Makefile	Sun Apr 11 22:44:52 1999
+++ wmdate/Makefile	Sat Jul 17 19:28:49 1999
@@ -1,20 +1,28 @@
 # New ports collection makefile for:	wmdate
-# Version required:	0.6
+# Version required:	0.7
 # Date created:		1 February 1999
 # Whom:			Jim Mock <jim@phrantic.phear.net>
 #
 # $Id: Makefile,v 1.2 1999/04/11 12:44:52 jseger Exp $
 #
 
-DISTNAME=	wmdate-0.6
+DISTNAME=	wmdate-0.7
 CATEGORIES=	x11-clocks windowmaker afterstep
 MASTER_SITES=	http://wit401310.student.utwente.nl/apps/apps/
 
 MAINTAINER=	jim@phrantic.phear.net
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
+BUILD_DEPENDS=	${PREFIX}/include/dockapp.h:${PORTSDIR}/devel/libdockapp
 
 USE_IMAKE=	yes
 NO_INSTALL_MANPAGES=	yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${PREFIX}/share/doc/wmdate
+	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmdate
+	@${ECHO} "===>   README installed in ${PREFIX}/share/doc/wmdate"
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/x11-clocks/wmdate/files/md5 wmdate/files/md5
--- /usr/ports/x11-clocks/wmdate/files/md5	Sun Apr 11 22:44:53 1999
+++ wmdate/files/md5	Sat Jul 17 19:09:48 1999
@@ -1 +1 @@
-MD5 (wmdate-0.6.tar.gz) = ebb2b4b2b03a4be1ec22d1b16efb9321
+MD5 (wmdate-0.7.tar.gz) = 967a20599124da13c876d12cfe08e3a5
diff -ruN /usr/ports/x11-clocks/wmdate/pkg/PLIST wmdate/pkg/PLIST
--- /usr/ports/x11-clocks/wmdate/pkg/PLIST	Wed Mar 31 15:01:33 1999
+++ wmdate/pkg/PLIST	Sat Jul 17 19:29:28 1999
@@ -1 +1,3 @@
 bin/wmdate
+share/doc/wmdate/README
+@dirrm share/doc/wmdate

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sat Jul 17 10:35:52 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
