Problem with Vim 7.2 upgrade

2009-07-29 Thread Arthur Barlow
I noticed today that Vim 7.2 had been updated, but when I tried to use
portupgrade, there was an error at vim file 7.2.041.  It seems there are no
checksum files.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem with Vim 7.2 upgrade

2009-07-29 Thread Diego Schulz
On Wed, Jul 29, 2009 at 11:04 AM, Arthur Barlowarthurbar...@gmail.com wrote:
 I noticed today that Vim 7.2 had been updated, but when I tried to use
 portupgrade, there was an error at vim file 7.2.041.  It seems there are no
 checksum files.

I'm also having trouble upgrading my vim installation using portmaster.


...
...
= SHA256 Checksum OK for vim/7.2.238.
= MD5 Checksum OK for vim/7.2.239.
= SHA256 Checksum OK for vim/7.2.239.
*** Error code 1

Stop in /usr/ports/editors/vim-lite.

=== make failed for editors/vim-lite
=== Aborting update

=== Update for vim-lite-7.2.209 failed
=== Aborting update


Right now I'm running csup to update the ports, to see if the issue
has been solved.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem with Vim 7.2 upgrade

2009-07-29 Thread Esa Karkkainen
On Wed, Jul 29, 2009 at 11:44:33AM -0400, Diego Schulz wrote:
 Right now I'm running csup to update the ports, to see if the issue
 has been solved.

Probably not yet. You can fix this particular error by editing
/usr/ports/editors/vim/distinfo file with your favourite editor or run
the two following commands as root

# cd /usr/ports/editors/vim
# sed -I .orig -e 's/7\.2\.041%/7.2.041^/' distinfo

-- 
In the beginning the Universe was created. This has made a lot of
people very angry and been widely regarded as a bad move.
-- Douglas Adams 1952 - 2001
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem with Vim 7.2 upgrade

2009-07-29 Thread Diego Schulz
On Wed, Jul 29, 2009 at 3:29 PM, Esa Karkkainene...@iki.fi wrote:
 On Wed, Jul 29, 2009 at 11:44:33AM -0400, Diego Schulz wrote:
 Right now I'm running csup to update the ports, to see if the issue
 has been solved.

 Probably not yet. You can fix this particular error by editing
 /usr/ports/editors/vim/distinfo file with your favourite editor or run
 the two following commands as root

 # cd /usr/ports/editors/vim
 # sed -I .orig -e 's/7\.2\.041%/7.2.041^/' distinfo


Edited distinfo by hand, and replaced % by ^ to match the file in
/usr/ports/distfiles/vim/7.2.041^

Thank you Esa.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org