| Summary: | Update Port: www/xpi-deepestsender to v.0.9.3 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ashish Shukla <wahjava> | ||||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Ashish Shukla
2010-06-02 14:40:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. State Changed From-To: open->feedback fails to fetch http://64bit.miwibox.org/index.php?action=describe_port&id=2165 Attached is the fixed diff file. Thanks -- Ashish SHUKLA Sent via Gnus from GNU Emacs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reject, |--- /usr/ports/www/xpi-deepestsender/Makefile 2009-09-05 02:32:25.000000000 +0530 |+++ xpi-deepestsender/Makefile 2010-06-02 20:55:13.000000000 +0530 - -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 6. 1 out of 1 hunks failed--saving rejects to Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: On Wed, Jun 02, 2010 at 09:02:57PM +0530, Ashish SHUKLA wrote: > Hi Martin, > > Attached is the fixed diff file. > > Thanks > -- > Ashish SHUKLA > > Sent via Gnus from GNU Emacs > diff -urN /usr/ports/www/xpi-deepestsender/Makefile xpi-deepestsender/Makefile > --- /usr/ports/www/xpi-deepestsender/Makefile 2009-09-05 02:32:25.000000000 +0530 > +++ xpi-deepestsender/Makefile 2010-06-02 20:55:13.000000000 +0530 > @@ -6,17 +6,17 @@ > # > > PORTNAME= deepestsender > -PORTVERSION= 0.9.1 > -DISTVERSIONSUFFIX= -fx > +PORTVERSION= 0.9.3 > CATEGORIES= www > +MASTER_SITES= MOZDEV > > MAINTAINER= wahjava@gmail.com > COMMENT= An addon which allows posting to blogs > > -XPI_DISTNAME= deepest_sender > +XPI_DISTNAME= deepestsender > XPI_NUM= 1811 > XPI_ID= {B9DAB69C-460E-4085-AE6C-F95B0D858581} > -USE_XPI= *firefox3* > +USE_XPI= *firefox* > > .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" > .include <bsd.port.mk> > diff -urN /usr/ports/www/xpi-deepestsender/distinfo xpi-deepestsender/distinfo > --- /usr/ports/www/xpi-deepestsender/distinfo 2009-09-05 02:32:25.000000000 +0530 > +++ xpi-deepestsender/distinfo 2010-06-02 20:55:02.000000000 +0530 > @@ -1,3 +1,3 @@ > -MD5 (xpi/deepest_sender-0.9.1-fx.xpi) = 2a5b2b523b6073fe722aad68a2fd52e4 > -SHA256 (xpi/deepest_sender-0.9.1-fx.xpi) = 526484fd37b54c5124e223045c134bcd675dc7c65d0ac342c01d27fa1620f58e > -SIZE (xpi/deepest_sender-0.9.1-fx.xpi) = 303571 > +MD5 (xpi/deepestsender-0.9.3.xpi) = c35fd6130be5ceee26727398b5d172ef > +SHA256 (xpi/deepestsender-0.9.3.xpi) = 29a76cec549df5201f031f3c4bfaa0510442b92fc14d5f9514af2a951a92f4ab > +SIZE (xpi/deepestsender-0.9.3.xpi) = 305749 > diff -urN /usr/ports/www/xpi-deepestsender/pkg-descr xpi-deepestsender/pkg-descr > --- /usr/ports/www/xpi-deepestsender/pkg-descr 2008-07-20 03:01:33.000000000 +0530 > +++ xpi-deepestsender/pkg-descr 2010-06-02 18:52:33.000000000 +0530 > @@ -1,4 +1,3 @@ > -Deepest Sender is a blogging client that runs inside Firefox, > -SeaMonkey, and XULRunner. > +Deepest Sender is a blogging client that runs inside Firefox. > > WWW: http://deepestsender.mozdev.org/ - -- \ || / ( * * ) +-----------------oOO--(_)--OOo-------------------------+ | PGP : 0xB1E6FCE9 | | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkwGfzMACgkQdLJIhLHm/OkcLQCg4obRVUHtBPc8yOh77UBKerdO QmkAoLbZpY0BONCARQPkDU2oJQbtNaF8 =YCzE -----END PGP SIGNATURE----- Martin Wilke writes: > Reject, > |--- /usr/ports/www/xpi-deepestsender/Makefile 2009-09-05 02:32:25.000000000 +0530 > |+++ xpi-deepestsender/Makefile 2010-06-02 20:55:13.000000000 +0530 > -------------------------- > Patching file Makefile using Plan A... > Hunk #1 failed at 6. > 1 out of 1 hunks failed--saving rejects to Makefile.rej > Hmm... The next patch looks like a unified diff to me... > The text leading up to this was: I don't get why it fails for you. Anyways, I downloaded the diff via Gmail UI, and tried it on my box, it worked. Are you sure there aren't TAB/SPC conversions happening at your end. #v+ % cd /tmp % cp -R /usr/ports/www/xpi-deepestsender . % cd xpi-deepestsender % patch -p1 <~/Downloads/xpi-deepestsender.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN /usr/ports/www/xpi-deepestsender/Makefile xpi-deepestsender/Makefile |--- /usr/ports/www/xpi-deepestsender/Makefile 2009-09-05 02:32:25.000000000 +0530 |+++ xpi-deepestsender/Makefile 2010-06-02 20:55:13.000000000 +0530 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 6. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN /usr/ports/www/xpi-deepestsender/distinfo xpi-deepestsender/distinfo |--- /usr/ports/www/xpi-deepestsender/distinfo 2009-09-05 02:32:25.000000000 +0530 |+++ xpi-deepestsender/distinfo 2010-06-02 20:55:02.000000000 +0530 -------------------------- Patching file distinfo using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN /usr/ports/www/xpi-deepestsender/pkg-descr xpi-deepestsender/pkg-descr |--- /usr/ports/www/xpi-deepestsender/pkg-descr 2008-07-20 03:01:33.000000000 +0530 |+++ xpi-deepestsender/pkg-descr 2010-06-02 18:52:33.000000000 +0530 -------------------------- Patching file pkg-descr using Plan A... Hunk #1 succeeded at 1. done #v- -- Ashish SHUKLA Sent via Gnus from GNU Emacs Responsible Changed From-To: miwi->ashish submitter is committer :) ashish 2010-06-22 10:59:17 UTC
FreeBSD ports repository
Modified files:
www/xpi-deepestsender Makefile distinfo pkg-descr
Log:
- Update port to version 0.9.3.
- Add LICENSE information.
PR: ports/147321
Submitted by: ashish
Approved by: pgj (mentor)
Feature safe: yes
Revision Changes Path
1.5 +6 -4 ports/www/xpi-deepestsender/Makefile
1.4 +3 -3 ports/www/xpi-deepestsender/distinfo
1.2 +1 -2 ports/www/xpi-deepestsender/pkg-descr
_______________________________________________
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"
State Changed From-To: feedback->closed Committed. Thanks! |