Changeset 15105 for trunk/dports


Ignore:
Timestamp:
Nov 21, 2005, 10:58:01 PM (18 years ago)
Author:
gwright
Message:

Version bump to 1.0.4. Take maintainership and clean up dependencies.
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/darcs/Portfile

    r12641 r15105  
    1 # $Id: Portfile,v 1.9 2005/06/14 06:28:41 jkh Exp $
     1# $Id: Portfile,v 1.10 2005/11/21 22:58:01 gwright Exp $
    22
    33PortSystem 1.0
    44name            darcs
    5 version         1.0.3
     5version         1.0.4
    66categories      devel
    7 maintainers     darwinports@opendarwin.org
     7maintainers     gwright@opendarwin.org
    88description     David's Advanced Revision Control System
    99long_description        \
    10 David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and MacOS X. Darcs includes a cgi script, which can be used to view the contents of your repository.
     10                David's Advanced Revision Control System is yet         \                       another replacement for CVS. It is written in Haskell,  \
     11                and has been tested on Linux and MacOS X. Darcs         \
     12                includes a cgi script, which can be used to view the    \                       contents of your repository.
     13
    1114homepage        http://abridgegame.org/darcs/
    1215platforms       darwin
    1316master_sites    ${homepage}
    14 checksums       md5 d3fc141d1c91044e45ae74b74fc54728
     17
     18checksums       md5 0be693b00e4b1bd24906d4f479e78923
     19
    1520patchfiles      patch-GNUmakefile
    16 depends_run     bin:ghc:ghc
    17 depends_lib     lib:libreadline.5:readline lib:libcurl.2:curl
     21
     22depends_run     port:ghc
     23depends_lib     port:readline   \
     24                port:curl
     25
    1826configure.args  --mandir=${prefix}/share/man
    19 configure.env   CPPFLAGS=-I${prefix}/include
     27configure.env   CPPFLAGS="-I${prefix}/include"  \
     28                LDFLAGS="-L${prefix}/lib"
     29
    2030build.env       PREFIX=${prefix}
    2131destroot.env    PREFIX=${prefix}
Note: See TracChangeset for help on using the changeset viewer.