Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 15:06:12 +0200 (CEST)
From:      Marcin Cieslak <saper@SYSTEM.PL>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125537: [PATCH] unbreak www/bugmenot and update to 1.8
Message-ID:  <200807121306.m6CD6CNn026437@radziecki.saper.info>
Resent-Message-ID: <200807121310.m6CDA1W8002554@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125537
>Category:       ports
>Synopsis:       [PATCH] unbreak www/bugmenot and update to 1.8
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 12 13:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Cieslak
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD radziecki.saper.info 7.0-STABLE FreeBSD 7.0-STABLE #7: Fri Jul 11 17:35:27 CEST 2008
>Description:
- Update to 1.8
- Fix component registration so that locale and skin gets registered

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- bugmenot-1.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/www/bugmenot/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	17 Jun 2008 18:24:40 -0000	1.12
+++ Makefile	12 Jul 2008 13:05:03 -0000
@@ -6,20 +6,15 @@
 #
 
 PORTNAME=	bugmenot
-PORTVERSION=	1.3
-PORTREVISION=	3
+PORTVERSION=	1.8
 CATEGORIES=	www
-MASTER_SITES=	http://extensions.roachfiend.com/
-DISTNAME=	${PORTNAME}
-DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}_2
+MASTER_SITES=	${MASTER_SITE_MOZDEV}
+MASTER_SITE_SUBDIR=	xsidebar/mods
+DISTNAME=	${PORTNAME}-${PORTVERSION}-mod
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	saper@SYSTEM.PL
 COMMENT=	${GECKO} extension to bypass compulsory web registration
 
-BROKEN=		Unfetchable
-DEPRECATED=	1.4 seems the latest version installable with seamonkey, but it does not work
-EXPIRATION_DATE=2008-08-17
-
 PLIST_FILES=	%%MOZDIR%%/chrome/bugmenot.jar
 
 .include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /usr/home/ncvs/ports/www/bugmenot/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	19 May 2007 20:24:29 -0000	1.8
+++ distinfo	12 Jul 2008 13:03:38 -0000
@@ -1,3 +1,3 @@
-MD5 (bugmenot-1.3_2/bugmenot.xpi) = f446463062b623004db61563eab815c2
-SHA256 (bugmenot-1.3_2/bugmenot.xpi) = 278cb953299e5423ed90c342c228aaa411eaa00fd6518bd73235212084703c18
-SIZE (bugmenot-1.3_2/bugmenot.xpi) = 19249
+MD5 (bugmenot-1.8-mod.xpi) = 84d687d8061a1c632af8361c3f46a3dd
+SHA256 (bugmenot-1.8-mod.xpi) = b394885fdfe23d28bb32c80a6a8bb858a47ba92388596398603a336826a1859a
+SIZE (bugmenot-1.8-mod.xpi) = 24739
Index: pkg-descr
===================================================================
RCS file: /usr/home/ncvs/ports/www/bugmenot/pkg-descr,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-descr
--- pkg-descr	6 Sep 2006 06:45:02 -0000	1.3
+++ pkg-descr	12 Jul 2008 11:56:06 -0000
@@ -3,4 +3,4 @@
 
 Visit bugmenot.com for full details of their service.
 
-WWW: http://roachfiend.com/archives/2005/02/07/bugmenot/
+WWW:  http://xsidebar.mozdev.org/modifiedmisc.html#bugmenot
Index: files/installed-chrome.txt
===================================================================
RCS file: /usr/home/ncvs/ports/www/bugmenot/files/installed-chrome.txt,v
retrieving revision 1.1
diff -u -u -r1.1 installed-chrome.txt
--- files/installed-chrome.txt	25 May 2005 21:25:43 -0000	1.1
+++ files/installed-chrome.txt	12 Jul 2008 13:02:50 -0000
@@ -1 +1,4 @@
 content,install,url,jar:resource:/chrome/bugmenot.jar!/content/bugmenot/
+skin,install,url,jar:resource:/chrome/bugmenot.jar!/skin/classic/bugmenot/
+locale,install,url,jar:resource:/chrome/bugmenot.jar!/locale/bugmenot/en-US/
+locale,install,url,jar:resource:/chrome/bugmenot.jar!/locale/bugmenot/it-IT/
--- bugmenot-1.8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807121306.m6CD6CNn026437>