Changeset 15392 for trunk/dports


Ignore:
Timestamp:
Dec 9, 2005, 4:59:16 PM (18 years ago)
Author:
mww
Message:

Bug: #6023
Submitted by: namely_void@…
Reviewed by: mww@

update to 0.99.99i

Location:
trunk/dports/devel/git-core
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/git-core/Portfile

    r14969 r15392  
    1 # $Id: Portfile,v 1.1 2005/11/05 17:07:53 mww Exp $
     1# $Id: Portfile,v 1.2 2005/12/09 16:59:15 mww Exp $
    22
    33PortSystem 1.0
    44name            git-core
    5 version         0.99.9b
     5version         0.99.9l
    66description     The stupid content tracker.
    77long_description        A stupid (but extremely fast) directory \
     
    1515use_bzip2       yes
    1616master_sites    http://www.kernel.org/pub/software/scm/git/
    17 checksums       md5 193af5610ac025f17bd6ff35a666a735
     17checksums       md5 ae19d301de6c447866f1c50df4ea6073
     18distname        git-${version}
    1819depends_run     bin:curl:curl bin:diff:diffutils bin:merge:rcs bin:wish:tk \
    1920                bin:ssh:openssh bin:python:python24 bin:rsync:rsync
    20 depends_lib     port:curl port:zlib port:openssl
     21depends_lib     port:curl port:zlib port:openssl port:expat port:libiconv
     22
     23patchfiles      patch-Makefile
     24
    2125use_configure   no
     26
     27build.env       CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    2228build.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix}
     29
    2330destroot.destdir DESTDIR=${destroot} prefix=${prefix}
    2431destroot.target install
Note: See TracChangeset for help on using the changeset viewer.