diff options
author | lippe <lippe@FreeBSD.org> | 2008-07-18 21:34:28 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-07-18 21:34:28 +0800 |
commit | 812fcc0ac5f82783e85a73e11c02926679629a9f (patch) | |
tree | 07c79f0f98e5ff49b5c73aa2842ac78c8b8099e7 | |
parent | 4c6effca5285f83691d05829c65e32538342ceac (diff) | |
download | freebsd-ports-gnome-812fcc0ac5f82783e85a73e11c02926679629a9f.tar.gz freebsd-ports-gnome-812fcc0ac5f82783e85a73e11c02926679629a9f.tar.zst freebsd-ports-gnome-812fcc0ac5f82783e85a73e11c02926679629a9f.zip |
- Unbreak.
- Update to 1.8.
- Pass maintainership to submitter.
- Update WWW reference on pkg-descr.
PR: ports/125537
Submitted by: Marcin Cieslak <saper@SYSTEM.PL>
Approved by: gabor (mentor, implicit)
-rw-r--r-- | www/bugmenot/Makefile | 15 | ||||
-rw-r--r-- | www/bugmenot/distinfo | 6 | ||||
-rw-r--r-- | www/bugmenot/files/installed-chrome.txt | 3 | ||||
-rw-r--r-- | www/bugmenot/pkg-descr | 2 |
4 files changed, 12 insertions, 14 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile index 2add3260b90f..757119c6235a 100644 --- a/www/bugmenot/Makefile +++ b/www/bugmenot/Makefile @@ -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> diff --git a/www/bugmenot/distinfo b/www/bugmenot/distinfo index 71c5ab8be3ff..11028ce396b4 100644 --- a/www/bugmenot/distinfo +++ b/www/bugmenot/distinfo @@ -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 diff --git a/www/bugmenot/files/installed-chrome.txt b/www/bugmenot/files/installed-chrome.txt index b57772746fdb..027be81bb4b9 100644 --- a/www/bugmenot/files/installed-chrome.txt +++ b/www/bugmenot/files/installed-chrome.txt @@ -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/ diff --git a/www/bugmenot/pkg-descr b/www/bugmenot/pkg-descr index 367d4be7caec..f970dc86f8da 100644 --- a/www/bugmenot/pkg-descr +++ b/www/bugmenot/pkg-descr @@ -3,4 +3,4 @@ Compatibile with Mozilla and current Seamonkey releases. 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 |