From nobody@FreeBSD.org  Sun Jul  3 20:54:47 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5A649106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Jul 2011 20:54:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A9A28FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Jul 2011 20:54:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p63KslAe029320
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 3 Jul 2011 20:54:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p63KslT3029319;
	Sun, 3 Jul 2011 20:54:47 GMT
	(envelope-from nobody)
Message-Id: <201107032054.p63KslT3029319@red.freebsd.org>
Date: Sun, 3 Jul 2011 20:54:47 GMT
From: David Demelier <demelier.david@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] x11-wm/pekwm: update to 0.1.13
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         158620
>Category:       ports
>Synopsis:       [patch] x11-wm/pekwm: update to 0.1.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 03 21:00:22 UTC 2011
>Closed-Date:    Sun Jul 10 17:02:08 UTC 2011
>Last-Modified:  Sun Jul 10 17:10:12 UTC 2011
>Originator:     David Demelier
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.2-STABLE FreeBSD 8.2-STABLE #2: Mon Jun 27 14:05:45 CEST 2011     root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
Update x11-wm/pekwm to 0.1.13.
>How-To-Repeat:

>Fix:
--- pekwm.diff begins here ---
--- Makefile.orig	2011-07-03 22:39:26.000000000 +0200
+++ Makefile	2011-07-03 22:44:51.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pekwm
-PORTVERSION=	0.1.12
+PORTVERSION=	0.1.13
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://pekwm.org/projects/3/files/
@@ -20,11 +20,12 @@
 USE_XORG=	xft xpm x11
 USE_GMAKE=	yes
 USE_ICONV=	yes
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
 		--enable-xft --enable-image-xpm --enable-image-jpeg \
 		--enable-image-png --disable-debug \
-		--disable-pedantic --enable-menus --enable-harbour
+		--disable-pedantic
 CFLAGS+=	-DICONV_CONST -I${LOCALBASE}/include
 CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
 MAN1=		pekwm.1
--- pkg-plist.orig	2011-07-03 22:45:54.000000000 +0200
+++ pkg-plist	2011-07-03 22:46:15.000000000 +0200
@@ -1,5 +1,6 @@
 bin/pekwm
 %%ETCDIR%%/autoproperties
+%%ETCDIR%%/autoproperties_typerules
 %%ETCDIR%%/config
 %%ETCDIR%%/keys
 %%ETCDIR%%/menu
--- distinfo	2011-07-03 22:41:58.000000000 +0200
+++ distinfo.orig	2011-07-03 22:39:31.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (pekwm-0.1.13.tar.bz2) = 6521b648c7b7166f27f3ed270ce657aeae57dadac26a9308de5bea61994e8ae4
-SIZE (pekwm-0.1.13.tar.bz2) = 404299
+SHA256 (pekwm-0.1.12.tar.gz) = 97b1c017c46b143b6c5fe9eee8987167ada5415828e5e0f054af27b1f2d55834
+SIZE (pekwm-0.1.12.tar.gz) = 488625
--- pekwm.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jul 3 21:00:40 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158620 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Sun Jul 10 17:02:05 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158620 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158620: commit references a PR
Date: Sun, 10 Jul 2011 17:02:00 +0000 (UTC)

 bapt        2011-07-10 17:01:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/pekwm         Makefile distinfo pkg-plist 
   Log:
   - update to 0.1.13
   - use bzip2 distfile
   
   PR:             ports/158620
   Submitted by:   David Demelier <demelier.david@gmail.com>
   
   Revision  Changes    Path
   1.40      +3 -2      ports/x11-wm/pekwm/Makefile
   1.21      +2 -2      ports/x11-wm/pekwm/distinfo
   1.11      +1 -0      ports/x11-wm/pekwm/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
