diff options
author | thierry <thierry@FreeBSD.org> | 2005-11-03 04:32:24 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-11-03 04:32:24 +0800 |
commit | c1616d85abcbe74e65b7dcf7b8b8231ab709fd07 (patch) | |
tree | bbe293d06ff74a0bbe461b60900ce59e95017437 /www | |
parent | 8e376734d776c48c5f972e6a360d2b1383bbadc6 (diff) | |
download | freebsd-ports-gnome-c1616d85abcbe74e65b7dcf7b8b8231ab709fd07.tar.gz freebsd-ports-gnome-c1616d85abcbe74e65b7dcf7b8b8231ab709fd07.tar.zst freebsd-ports-gnome-c1616d85abcbe74e65b7dcf7b8b8231ab709fd07.zip |
Chase a silent update: in chrome/content/bugmenot/res/bugmenotservers.xml
<baseurl> has been changed from <http://jacksmernov.roachfiend.com/> to
<http://extensions.roachfiend.com/>.
Since I'm there, set WWW: to a better URL.
Diffstat (limited to 'www')
-rw-r--r-- | www/bugmenot/Makefile | 3 | ||||
-rw-r--r-- | www/bugmenot/distinfo | 4 | ||||
-rw-r--r-- | www/bugmenot/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile index 6dea5eb68eb8..e464b408449b 100644 --- a/www/bugmenot/Makefile +++ b/www/bugmenot/Makefile @@ -7,10 +7,11 @@ PORTNAME?= bugmenot PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://extensions.roachfiend.com/ DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} MAINTAINER= thierry@FreeBSD.org COMMENT?= Mozilla extension to bypass compulsory web registration diff --git a/www/bugmenot/distinfo b/www/bugmenot/distinfo index c9bfda1121b8..7ccfb964e940 100644 --- a/www/bugmenot/distinfo +++ b/www/bugmenot/distinfo @@ -1,2 +1,2 @@ -MD5 (bugmenot-0.8/bugmenot.xpi) = 7742700af63631dde1987b5e1ab59e55 -SIZE (bugmenot-0.8/bugmenot.xpi) = 24369 +MD5 (bugmenot-0.8_1/bugmenot.xpi) = 13d767e11d5fc41711e61ff5e564493b +SIZE (bugmenot-0.8_1/bugmenot.xpi) = 24375 diff --git a/www/bugmenot/pkg-descr b/www/bugmenot/pkg-descr index 47b82f73600c..643bdfb54ef4 100644 --- a/www/bugmenot/pkg-descr +++ b/www/bugmenot/pkg-descr @@ -3,4 +3,4 @@ Compatibile with Mozilla and current Firefox releases. Visit bugmenot.com for full details of their service. -WWW: http://roachfiend.com/archives/category/extensions/ +WWW: http://roachfiend.com/archives/2005/02/07/bugmenot/ |