# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 57649 2009-09-14 14:09:49Z jmr@macports.org $

PortSystem 1.0

name              quilt
version           0.48
categories        devel
platforms         darwin
license			  GPLv2
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       md5 f77adda60039ffa753f3c584a286f12b \
                sha1 117e41d01a6ae2cbd6365b119e2b8891a20f0a16 \
                rmd160 0ac18f31409077f2ae0adfcd3049ab5647812be3

depends_lib port:gsed port:getopt port:coreutils

configure.args --with-sed=${prefix}/bin/gsed \
			   --mandir=${destroot}${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix}

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