# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                quilt
version             0.64
revision            1
categories          devel
platforms           darwin
supported_archs     noarch
license             GPL-2
maintainers         jmr openmaintainer
description         patch management scripts
long_description    Patchwork Quilt is a set of scripts designed to allow you to\
                    manage a series of patches by keeping track of the changes each\
                    patch makes. Patches can be applied, un-applied, refreshed, etc.

homepage            http://savannah.nongnu.org/projects/quilt/

master_sites        savannah
checksums           rmd160  31787e95b7742c534ced9b23ecbb4e723704c29d \
                    sha256  c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd

depends_lib         port:gsed \
                    port:getopt \
                    port:coreutils

patchfiles          patch-Makefile.in-quilt_scripts_backup-files.in-make-stat-configurable.diff

configure.args      --with-sed=${prefix}/bin/gsed \
                    --with-stat=${prefix}/bin/gstat

destroot.destdir    BUILD_ROOT=${destroot}

livecheck.type      regex
livecheck.url       http://download.savannah.gnu.org/releases-noredirect/quilt/
livecheck.regex     "${name}-(\[0-9\\.\]+)\\${extract.suffix}"