Bug 112409

Summary: Update port: gpsbabel 1.3.3.
Product: Ports & Packages Reporter: glz
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
gpsbabel.diff.shar none

Description glz 2007-05-04 07:10:06 UTC
	Update port gpsbabel to version 1.3.3
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-04 12:18:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2007-05-04 13:11:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 3 araujobsdport 2007-05-08 01:40:36 UTC
Hey Goran Lowkrantz.

Thanks for you contributing with FreeBSD, but this patch is wrong or better
is not a patch!
You has to use the diff for make the correct patch!

Example:  diff -uN origin new.

The better is in the man pages:
http://www.freebsd.org/cgi/man.cgi?query=diff&sektion=1

You need reading the man page!
Questions? I can help you!


Best Regards.
-- 
Marcelo Araujo
araujo@FreeBSD.org
Comment 4 araujobsdport 2007-05-31 12:07:23 UTC
Goran Lowkrantz wrote:
> Hi,
>
> New patch. Yes, I am not very good at diff and it's some time since I
> did the original update so I forgot that the patch file should be
> removed too. Using diff -uNPr seems like the right thing to do but it
> still leaves the directory files as patch -E don't remove empty
> directories.  I assume this must be manually handled.
>

Hey Goran,

Use this form to create this patch!

cvs -d R_CVSROOT co gpsbabel
............
hack around
............
Testing your package.
cvs add new_file  (You have a new file?)
cvs rm file-not_needed_anymore.
portlint -A  (Check you archives is correct.)
cvs update
cvs diff -uN >../`basename ${PWD}`.diff (<- Send me this patch).

Try again and don't worry!


Best Regards!

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 5 Goran Lowkrantz 2007-06-06 09:05:27 UTC
Hi Marcelo,

Attached is the resulting diff file. Hope it works as expected. I am still 
not sure how you can see from this that the files subdirectory and all 
patches should be removed but this is what I get.

Best regards,
	Göran L


--On Thursday, May 31, 2007 8:07 AM -0300 Marcelo Araujo 
<araujobsdport@gmail.com> wrote:

> Goran Lowkrantz wrote:
>> Hi,
>>
>> New patch. Yes, I am not very good at diff and it's some time since I
>> did the original update so I forgot that the patch file should be
>> removed too. Using diff -uNPr seems like the right thing to do but it
>> still leaves the directory files as patch -E don't remove empty
>> directories.  I assume this must be manually handled.
>>
> Hey Goran,
>
> Use this form to create this patch!
>
> cvs -d R_CVSROOT co gpsbabel
> ............
> hack around
> ............
> Testing your package.
> cvs add new_file  (You have a new file?)
> cvs rm file-not_needed_anymore.
> portlint -A  (Check you archives is correct.)
> cvs update
> cvs diff -uN >../`basename ${PWD}`.diff (<- Send me this patch).
>
> Try again and don't worry!
>
>
> Best Regards!
>
> --
> Marcelo Araujo            (__)
> araujo@FreeBSD.org     \\\'',)
> http://www.FreeBSD.org   \/  \ ^
> Power To Server.         .\. /_)
>
>




................................................... the future isMobile

  Goran Lowkrantz <goran.lowkrantz@ismobile.com>
  System Architect, iaMobile AB
  Sandviksgatan 81, PO Box 58, S-971 03 Luleå, Sweden
  Mobile: +46(0)70-587 87 82
http://www.ismobile.com ...............................................
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-06-12 17:59:44 UTC
araujo      2007-06-12 16:59:36 UTC

  FreeBSD ports repository

  Modified files:
    astro/gpsbabel       Makefile distinfo 
  Removed files:
    astro/gpsbabel/files patch-Makefile 
  Log:
  - Update to 1.3.3.
  - Removed files/patch-Makefile.
  
  PR:             ports/112409
  Submitted by:   Goran Lowkrantz <glz@hidden-powers.com>
  Approved by:    stas (mentor), maintainer timeout (23 days)
  
  Revision  Changes    Path
  1.2       +4 -2      ports/astro/gpsbabel/Makefile
  1.2       +3 -3      ports/astro/gpsbabel/distinfo
  1.2       +0 -13     ports/astro/gpsbabel/files/patch-Makefile (dead)
_______________________________________________
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"
Comment 7 Marcelo Araujo freebsd_committer freebsd_triage 2007-06-12 18:09:30 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!