# -*- 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: Portfile 119850 2014-05-08 04:15:44Z jmr@macports.org $

PortSystem 1.0

name              quilt
version           0.63
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 a6183aba470b1e5b5aa761d4ad9c1b4b93f617db \
                sha256 2846788221aa8844c54f10239c7cbc5e88031859162bcc285449446c3cfffe52

depends_lib port:gsed port:getopt port:coreutils

configure.args --with-sed=${prefix}/bin/gsed
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}"
