From nobody@FreeBSD.org  Thu Jan  7 00:22:13 2010
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 EBC001065694
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 00:22:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DBDD98FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 00:22:13 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o070MD9F024953
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jan 2010 00:22:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o070MD5g024952;
	Thu, 7 Jan 2010 00:22:13 GMT
	(envelope-from nobody)
Message-Id: <201001070022.o070MD5g024952@www.freebsd.org>
Date: Thu, 7 Jan 2010 00:22:13 GMT
From: Grzegorz Blach <magik@roorback.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: updated port www/weave
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         142395
>Category:       ports
>Synopsis:       updated port www/weave
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 00:30:05 UTC 2010
>Closed-Date:    Mon Jan 11 07:32:04 UTC 2010
>Last-Modified:  Mon Jan 11 07:40:01 UTC 2010
>Originator:     Grzegorz Blach
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD silver 8.0-STABLE FreeBSD 8.0-STABLE #14 r200913: Thu Dec 24 02:54:22 CET 2009     root@silver:/usr/obj/usr/src/sys/SILVER  i386

>Description:
www/weave port updated to 1.0rc release

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN weave-old/Makefile weave/Makefile
--- weave-old/Makefile	2009-12-16 01:12:50.000000000 +0100
+++ weave/Makefile	2010-01-07 01:16:42.516092720 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	weave
-PORTVERSION=	1.0b3
+PORTVERSION=	1.0rc
 CATEGORIES=	www
 MASTER_SITES=	http://files.roorback.net/ \
 		LOCAL/glarkin
diff -ruN weave-old/distinfo weave/distinfo
--- weave-old/distinfo	2009-12-16 01:12:50.000000000 +0100
+++ weave/distinfo	2010-01-07 01:17:16.840669167 +0100
@@ -1,3 +1,3 @@
-MD5 (weave-1.0b3.tar.bz2) = cd4cd8956c6e23dd3207e250913a93de
-SHA256 (weave-1.0b3.tar.bz2) = 29c0a20871ab00f3028451198f1848e2165d6c669bc5ebe6bbc1d672f66450b9
-SIZE (weave-1.0b3.tar.bz2) = 398324
+MD5 (weave-1.0rc.tar.bz2) = 1228a2efb8fe5643ce1836ba2fe26013
+SHA256 (weave-1.0rc.tar.bz2) = 752b1444d8d09327e5aabb28637c064f1e10964622d9fc3988c228b6ad2da54d
+SIZE (weave-1.0rc.tar.bz2) = 430186
diff -ruN weave-old/files/patch-Makefile weave/files/patch-Makefile
--- weave-old/files/patch-Makefile	2009-12-16 01:12:51.000000000 +0100
+++ weave/files/patch-Makefile	2010-01-07 01:17:08.689530405 +0100
@@ -5,7 +5,7 @@
  ifeq ($(buildid),)
    date    := $(shell date -u +%Y%m%d%H%M)
 -  revid   := $(shell hg tip --template '{node|short}')
-+  revid   := 0ff643d2615e
++  revid   := d2a85a1d1d17
    buildid := $(date)-$(revid)
    buildid_short := $(date)
  endif


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Thu Jan 7 00:34:14 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142395 
Responsible-Changed-From-To: freebsd-ports-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Thu Jan 7 00:38:23 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142395 
State-Changed-From-To: open->feedback 
State-Changed-By: delphij 
State-Changed-When: Thu Jan 7 09:48:05 UTC 2010 
State-Changed-Why:  
Dear submitter, 

It looks like that weave is using a wrong form of version number, 
which have to be taken care of in a different way. 

This means that I need to make changes to the Makefile using the 
following diff: 

Index: Makefile 
=================================================================== 
RCS file: /home/ncvs/ports/www/weave/Makefile,v 
retrieving revision 1.6 
diff -u -p -r1.6 Makefile 
--- Makefile	16 Dec 2009 00:12:50 -0000	1.6 
+++ Makefile	7 Jan 2010 09:49:07 -0000 
@@ -6,7 +6,8 @@ 
# 

PORTNAME=	weave 
-PORTVERSION=	1.0b3 
+DISTVERSION=	1.0rc 
+PORTEPOCH=	1 
CATEGORIES=	www 
MASTER_SITES=	http://files.roorback.net/  
LOCAL/glarkin 
@@ -43,7 +44,7 @@ PLIST_SUB+=	XPI_XPIDIR="${XPI_DIR:S,^${P 

post-install: 
${MKDIR} ${XPI_DIR} 
-	(cd ${XPI_DIR}; tar -xf ${WRKSRC}/dist/xpi/weave-${PORTVERSION}-rel.xpi) 
+	(cd ${XPI_DIR}; tar -xf ${WRKSRC}/dist/xpi/weave-${DISTVERSION}-rel.xpi) 
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_DIR}/ 
${CHMOD} -R a+rX,go-w ${XPI_DIR}/ 
${MKDIR} ${PREFIX}/lib/firefox3/extensions 

Would you please review and approve it if it looks appropriate? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142395 
State-Changed-From-To: feedback->closed 
State-Changed-By: delphij 
State-Changed-When: Mon Jan 11 07:31:47 UTC 2010 
State-Changed-Why:  
Committed with the version number change, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142395: commit references a PR
Date: Mon, 11 Jan 2010 07:31:54 +0000 (UTC)

 delphij     2010-01-11 07:31:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/weave            Makefile distinfo 
     www/weave/files      patch-Makefile 
   Log:
   Update to 1.0rc.
   
   Submitted by:   maintainer (with a slight change to make the version
                   number pass pkg_version test)
   PR:             ports/142395
   
   Revision  Changes    Path
   1.7       +3 -2      ports/www/weave/Makefile
   1.5       +3 -3      ports/www/weave/distinfo
   1.5       +1 -1      ports/www/weave/files/patch-Makefile
 _______________________________________________
 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:
