Index: head/devel/quilt/Makefile =================================================================== --- head/devel/quilt/Makefile (revision 293998) +++ head/devel/quilt/Makefile (revision 293999) @@ -1,74 +1,74 @@ # New ports collection makefile for: quilt # Date created: 20 Oct 2006 # Whom: Dirk Jagdmann # # $FreeBSD$ # PORTNAME= quilt -PORTVERSION= 0.51 +PORTVERSION= 0.60 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= quilt MAINTAINER= doj@cubic.org COMMENT= A collection of bash scripts to ease working with patch files LICENSE= GPLv2 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 RUN_DEPENDS:= ${BUILD_DEPENDS} \ formail:${PORTSDIR}/mail/procmail 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 +.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 +.include Property changes on: head/devel/quilt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/devel/quilt/distinfo =================================================================== --- head/devel/quilt/distinfo (revision 293998) +++ head/devel/quilt/distinfo (revision 293999) @@ -1,2 +1,2 @@ -SHA256 (quilt-0.51.tar.gz) = 05441399d36399b3f26cb12e29c98a8ce4d1287d036957fa22408807860af614 -SIZE (quilt-0.51.tar.gz) = 451756 +SHA256 (quilt-0.60.tar.gz) = 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b +SIZE (quilt-0.60.tar.gz) = 442369 Property changes on: head/devel/quilt/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/quilt/pkg-plist =================================================================== --- head/devel/quilt/pkg-plist (revision 293998) +++ head/devel/quilt/pkg-plist (revision 293999) @@ -1,60 +1,61 @@ bin/guards bin/quilt etc/bash_completion.d/quilt etc/quilt.quiltrc -lib/quilt/backup-files share/emacs/site-lisp/quilt.el %%NLS%%share/locale/de/LC_MESSAGES/quilt.mo %%NLS%%share/locale/fr/LC_MESSAGES/quilt.mo %%NLS%%share/locale/ja/LC_MESSAGES/quilt.mo %%NLS%%share/locale/ru/LC_MESSAGES/quilt.mo %%DATADIR%%/add %%DATADIR%%/annotate %%DATADIR%%/applied %%DATADIR%%/delete %%DATADIR%%/diff %%DATADIR%%/edit %%DATADIR%%/files %%DATADIR%%/fold %%DATADIR%%/fork %%DATADIR%%/graph %%DATADIR%%/grep %%DATADIR%%/header %%DATADIR%%/import %%DATADIR%%/mail %%DATADIR%%/new %%DATADIR%%/next %%DATADIR%%/patches %%DATADIR%%/pop %%DATADIR%%/previous %%DATADIR%%/push %%DATADIR%%/refresh %%DATADIR%%/remove %%DATADIR%%/rename %%DATADIR%%/revert %%DATADIR%%/series %%DATADIR%%/setup %%DATADIR%%/snapshot %%DATADIR%%/top %%DATADIR%%/unapplied %%DATADIR%%/upgrade +%%DATADIR%%/scripts/backup-files %%DATADIR%%/scripts/dependency-graph %%DATADIR%%/scripts/edmail %%DATADIR%%/scripts/inspect %%DATADIR%%/scripts/patchfns %%DATADIR%%/scripts/remove-trailing-ws +%%DATADIR%%/scripts/utilfns %%DATADIR%%/wrapper/patch %%DATADIR%%/compat/awk %%DATADIR%%/compat/cp %%DATADIR%%/compat/date %%DATADIR%%/compat/getopt %%DATADIR%%/compat/patch %%DATADIR%%/compat/sed %%SENDMAIL%%%%DATADIR%%/compat/sendmail %%RPMBUILD%%%%DATADIR%%/compat/rpmbuild @dirrmtry etc/bash_completion.d @dirrmtry lib/quilt @dirrm %%DATADIR%%/compat @dirrm %%DATADIR%%/wrapper @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%% Property changes on: head/devel/quilt/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property