Index: head/devel/quilt/Makefile =================================================================== --- head/devel/quilt/Makefile (revision 271430) +++ head/devel/quilt/Makefile (revision 271431) @@ -1,75 +1,75 @@ # New ports collection makefile for: quilt # Date created: 20 Oct 2006 # Whom: Dirk Jagdmann # # $FreeBSD$ # PORTNAME= quilt PORTVERSION= 0.48 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= quilt MAINTAINER= doj@cubic.org -COMMENT= A collection of bash3 scripts to ease working with patch files -DEPRECATED= Depends on expired shells/bash3 -EXPIRATION_DATE=2011-05-01 +COMMENT= A collection of bash scripts to ease working with patch files -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash3 \ +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ gcp:${PORTSDIR}/sysutils/coreutils \ gsed:${PORTSDIR}/textproc/gsed \ gpatch:${PORTSDIR}/devel/patch \ diffstat:${PORTSDIR}/textproc/diffstat \ gawk:${PORTSDIR}/lang/gawk \ formail:${PORTSDIR}/mail/procmail RUN_DEPENDS+= ${BUILD_DEPENDS} + +LICENSE= GPLv2 USE_GMAKE= yes USE_PERL5= yes OPTIONS= RPMBUILD "rpmbuild support" off GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sed=${LOCALBASE}/bin/gsed \ --without-getopt \ --with-patch=${LOCALBASE}/bin/gpatch MAN1= guards.1 quilt.1 PORTDOCS= README README.MAIL quilt.pdf .include .if defined(WITH_RPMBUILD) BUILD_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm RUN_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm PLIST_SUB+= RPMBUILD="" .else CONFIGURE_ARGS+=--without-rpmbuild PLIST_SUB+= RPMBUILD="@comment " .endif .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" USE_GETTEXT= yes .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .endif .if !exists(${LOCALBASE}/sbin/sendmail) PLIST_SUB+= SENDMAIL="" .else PLIST_SUB+= SENDMAIL="@comment " .endif .if defined(NOPORTDOCS) EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Makefile.in .endif post-extract: @${REINPLACE_CMD} -e 's|$$(docdir)/$$(PACKAGE)-$$(VERSION)|$$(docdir)/$$(PACKAGE)|g' \ ${WRKSRC}/Makefile.in .include Property changes on: head/devel/quilt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/quilt/distinfo =================================================================== --- head/devel/quilt/distinfo (revision 271430) +++ head/devel/quilt/distinfo (revision 271431) @@ -1,3 +1,2 @@ -MD5 (quilt-0.48.tar.gz) = f77adda60039ffa753f3c584a286f12b SHA256 (quilt-0.48.tar.gz) = 73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc SIZE (quilt-0.48.tar.gz) = 421146 Property changes on: head/devel/quilt/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/quilt/pkg-descr =================================================================== --- head/devel/quilt/pkg-descr (revision 271430) +++ head/devel/quilt/pkg-descr (revision 271431) @@ -1,11 +1,10 @@ quilt is a collection of bash scripts to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches. Not ".c" files, not ".h" files. But patches. So patches are the first-class object here. Quilt was originally based on Andrew Morton's patch scripts published -on the linux kernel mailing list a while ago, but where heavily -modified since then. +on the linux kernel mailing list. WWW: http://savannah.nongnu.org/projects/quilt Property changes on: head/devel/quilt/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property