The attached diff updates the www/xpi-deepestsender port to v.0.9.0. This port only supports "Firefox 3" unlike its previous versions. So, I recommend mentioning about this by adding a line in ${PORTSDIR}/UPDATING about this. Thanks
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
patch -p4 < query-pr.cgi\?prp\=130884-1-diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git /usr/ports/www/xpi-deepestsender/Makefile ./xpi-deepestsender/Makefile |new file mode 100644 |index f769bd1..6aad1a1 100644 |--- /usr/ports/www/xpi-deepestsender/Makefile |+++ ./xpi-deepestsender/Makefile -------------------------- 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: -------------------------- |diff --git /usr/ports/www/xpi-deepestsender/distinfo ./xpi-deepestsender/distinfo |new file mode 100644 |index 5608343..c0c34a7 100644 |--- /usr/ports/www/xpi-deepestsender/distinfo |+++ ./xpi-deepestsender/distinfo -------------------------- 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 --git /usr/ports/www/xpi-deepestsender/pkg-plist ./xpi-deepestsender/pkg-plist |new file mode 100644 |index dedda62..7c3557d 100644 |--- /usr/ports/www/xpi-deepestsender/pkg-plist |+++ ./xpi-deepestsender/pkg-plist -------------------------- Patching file pkg-plist using Plan A... Hunk #1 succeeded at 3. Hmm... Ignoring the trailing garbage. done
State Changed From-To: open->feedback Patch doesn't apply.
Sorry for the trouble caused. The patch which I submitted with PR have TAB characters, where is the patch at the PR website has no TAB characters. Anyways, here is the diff file which I attached originally. HTH -- Ashish SHUKLA
State Changed From-To: feedback->open feedback received
pgollucci 2009-01-27 19:31:34 UTC FreeBSD ports repository Modified files: . UPDATING www/xpi-deepestsender Makefile distinfo pkg-plist Log: - Update to v0.9.0 - Only for FF3 now PR: ports/130884 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer) Revision Changes Path 1.767 +8 -1 ports/UPDATING 1.2 +4 -4 ports/www/xpi-deepestsender/Makefile 1.2 +3 -3 ports/www/xpi-deepestsender/distinfo 1.2 +0 -1 ports/www/xpi-deepestsender/pkg-plist _______________________________________________ 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: open->closed Committed. Thanks!