Bug 54696 - x11-wm/windowlab: New version
Summary: x11-wm/windowlab: New version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 11:40 UTC by Pierre-Paul Lavoie
Modified: 2003-07-22 13:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Paul Lavoie 2003-07-21 11:40:16 UTC
	New version of WindowLab available

Fix: 

Update the PORTVERSION to:

	PORTVERSION=    1.12

in the `Makefile'.

Change the `distinfo' file to:

	MD5 (windowlab-1.12.tar) = 681330c3fa9b52afd2b9587a1dcca36a
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-21 11:59:47 UTC
On Mon, Jul 21, 2003 at 07:36:41AM -0300, Pierre-Paul Lavoie wrote:
> 
> >Fix:
> 
> Update the PORTVERSION to:
> 
> 	PORTVERSION=    1.12
> 
> in the `Makefile'.
> 
> Change the `distinfo' file to:
> 
> 	MD5 (windowlab-1.12.tar) = 681330c3fa9b52afd2b9587a1dcca36a

So, approve following patch. Additional respect to ${CC} and ${CFLAGS}.
In next time please submit a diff, not a instructions what TODO.
Thanks for report.

Index: ports/x11-wm/windowlab/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/windowlab/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/x11-wm/windowlab/Makefile	9 Jul 2003 04:50:11 -0000	1.3
+++ ports/x11-wm/windowlab/Makefile	21 Jul 2003 10:55:55 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	windowlab
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.nickgravgaard.com/windowlab/
 EXTRACT_SUFX=	.tar
Index: ports/x11-wm/windowlab/distinfo
===================================================================
RCS file: /home/pcvs/ports/x11-wm/windowlab/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- ports/x11-wm/windowlab/distinfo	9 Jul 2003 04:50:11 -0000	1.3
+++ ports/x11-wm/windowlab/distinfo	21 Jul 2003 10:55:55 -0000
@@ -1 +1 @@
-MD5 (windowlab-1.11.tar) = 9bcd2a2cf436ec075585a493f67b6c84
+MD5 (windowlab-1.12.tar) = 681330c3fa9b52afd2b9587a1dcca36a
--- /dev/null	Mon Jul 21 14:50:35 2003
+++ ports/x11-wm/windowlab/files/patch-Makefile	Mon Jul 21 14:50:14 2003
@@ -0,0 +1,12 @@
+--- Makefile.orig	Mon Jul 21 14:47:18 2003
++++ Makefile	Mon Jul 21 14:47:23 2003
+@@ -28,9 +28,6 @@
+ 
+ # --------------------------------------------------------------------
+ 
+-CC       = gcc
+-CFLAGS   = -g -O2 -Wall
+-
+ BINDIR   = $(DESTDIR)$(XROOT)/bin
+ MANDIR   = $(DESTDIR)$(XROOT)/man/man1
+ CFGDIR   = $(DESTDIR)/etc/X11/windowlab

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 2 Daichi GOTO freebsd_committer freebsd_triage 2003-07-22 13:41:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!