From owner-svn-ports-head@FreeBSD.ORG Thu Dec 19 11:11:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1E993DE; Thu, 19 Dec 2013 11:11:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9466814C3; Thu, 19 Dec 2013 11:11:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJBBZdZ083627; Thu, 19 Dec 2013 11:11:35 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBJBBZf9083625; Thu, 19 Dec 2013 11:11:35 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312191111.rBJBBZf9083625@svn.freebsd.org> From: Pawel Pekala Date: Thu, 19 Dec 2013 11:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336888 - head/devel/quilt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:11:35 -0000 Author: pawel Date: Thu Dec 19 11:11:34 2013 New Revision: 336888 URL: http://svnweb.freebsd.org/changeset/ports/336888 Log: - Update to version 0.61 [1] - Remove leading article from COMMENT - Use option helpers PR: ports/184712 [1] Submitted by: maintainer Modified: head/devel/quilt/Makefile head/devel/quilt/distinfo (contents, props changed) Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Thu Dec 19 11:04:04 2013 (r336887) +++ head/devel/quilt/Makefile Thu Dec 19 11:11:34 2013 (r336888) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= quilt -PORTVERSION= 0.60 +PORTVERSION= 0.61 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 +COMMENT= Collection of bash scripts to ease working with patch files LICENSE= GPLv2 @@ -24,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= gmake perl5 OPTIONS_DEFINE= RPMBUILD DOCS NLS +OPTIONS_SUB= yes RPMBUILD_DESC= rpmbuild support GNU_CONFIGURE= yes @@ -34,25 +35,15 @@ CONFIGURE_ARGS= --with-sed=${LOCALBASE}/ MAN1= guards.1 quilt.1 PORTDOCS= README README.MAIL quilt.pdf -NO_STAGE= yes -.include +RPMBUILD_BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +RPMBUILD_RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +RPMBUILD_CONFIGURE_OFF= --without-rpmbuild -.if ${PORT_OPTIONS:MRPMBUILD} -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 +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -USES+= gettext -.else -PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS+= --disable-nls -.endif +NO_STAGE= yes +.include .if !exists(${LOCALBASE}/sbin/sendmail) PLIST_SUB+= SENDMAIL="" Modified: head/devel/quilt/distinfo ============================================================================== --- head/devel/quilt/distinfo Thu Dec 19 11:04:04 2013 (r336887) +++ head/devel/quilt/distinfo Thu Dec 19 11:11:34 2013 (r336888) @@ -1,2 +1,2 @@ -SHA256 (quilt-0.60.tar.gz) = 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b -SIZE (quilt-0.60.tar.gz) = 442369 +SHA256 (quilt-0.61.tar.gz) = 1eec0a270ac4d41eea0fd5823603c9d2a35ab6b8ab73a90dd92ce1291b2a9fc3 +SIZE (quilt-0.61.tar.gz) = 450552