Changeset 1791

Show
Ignore:
Timestamp:
12/16/06 03:39:10 (2 years ago)
Author:
alexander
Message:

Upgraded nano and subversion in 6.2 branch

Location:
branches/6.2/packages
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/nano/Makefile

    r1750 r1791  
    22 
    33NM= nano 
    4 VRS= 2.0.0 
     4VRS= 2.0.1 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://www.nano-editor.org/dist/v2.0/$(FILE) 
    9 SHA-$(FILE)= 300fd9633fbd77e342393ecfe0c479f3c0ea7592 
     9SHA-$(FILE)= 9c5e26893879355e41e417de30e9473439ceaf5d 
    1010 
    1111# Targets 
  • branches/6.2/packages/subversion/Makefile

    r1652 r1791  
    22 
    33NM= subversion 
    4 VRS= 1.3.1 
     4VRS= 1.4.2 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= f8d670a0ae931fca17192d02862aa93a229e5dda 
     8URL-$(FILE)= http://subversion.tigris.org/downloads/$(FILE) 
     9SHA-$(FILE)= 349847a97ad790cb14ad15bfd7bfe5bc5a9c8837 
     10 
     11FILE2= $(NM)-deps-$(VRS).tar.bz2 
     12URL-$(FILE2)= http://subversion.tigris.org/downloads/$(FILE2) 
     13SHA-$(FILE2)= bbeb782dc725be253f5e41e11a48065c3e0de2c5 
    1014 
    1115# Targets 
     
    1721        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 
    1822 
    19 stage2: Makefile $(FILE) 
     23stage2: Makefile $(FILE) $(FILE2) 
    2024        $(std_build) 
    2125 
    2226compile-stage2: 
     27        unpack ../$(FILE2) --strip-components=1 
    2328        ./configure --prefix=/usr --with-ssl \ 
    24          --with-editor=/usr/bin/vim --without-berkeley-db \ 
     29         --with-editor=/usr/bin/vim \ 
    2530         --with-installbuilddir=/usr/share/apr/build 
    2631        make $(PM)