Bug 142395 - updated port www/weave
Summary: updated port www/weave
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: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-07 00:30 UTC by Grzegorz Blach
Modified: 2010-01-11 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2010-01-07 00:30 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-01-07 00:30:05 UTC
www/weave port updated to 1.0rc release

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-07 00:34:14 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Xin LI freebsd_committer freebsd_triage 2010-01-07 00:38:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Take.
Comment 3 Xin LI freebsd_committer freebsd_triage 2010-01-07 09:48:05 UTC
State Changed
From-To: open->feedback

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?
Comment 4 Xin LI freebsd_committer freebsd_triage 2010-01-11 07:31:47 UTC
State Changed
From-To: feedback->closed

Committed with the version number change, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-01-11 07:31:54 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"