From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 09:13:38 2014 Return-Path: Delivered-To: svn-ports-all@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 4CF0B4BC; Thu, 3 Jul 2014 09:13:38 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38B6F2E51; Thu, 3 Jul 2014 09:13:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s639DbOX038997; Thu, 3 Jul 2014 09:13:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s639DaCp038990; Thu, 3 Jul 2014 09:13:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407030913.s639DaCp038990@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 3 Jul 2014 09:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360345 - in head: archivers/deco archivers/xarchive devel/quilt misc/lesspipe print/apsfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 09:13:38 -0000 Author: bapt Date: Thu Jul 3 09:13:35 2014 New Revision: 360345 URL: http://svnweb.freebsd.org/changeset/ports/360345 QAT: https://qat.redports.org/buildarchive/r360345/ Log: Switch to use rpm 4 as the default rpm Modified: head/archivers/deco/Makefile head/archivers/xarchive/Makefile head/devel/quilt/Makefile head/devel/quilt/pkg-plist head/misc/lesspipe/Makefile head/print/apsfilter/Makefile Modified: head/archivers/deco/Makefile ============================================================================== --- head/archivers/deco/Makefile Thu Jul 3 08:36:12 2014 (r360344) +++ head/archivers/deco/Makefile Thu Jul 3 09:13:35 2014 (r360345) @@ -2,6 +2,7 @@ PORTNAME= deco PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://hartlich.com/deco/download/:site1 \ http://hartlich.com/deco/archive/download/:site2 @@ -19,7 +20,7 @@ RUN_DEPENDS= arc:${PORTSDIR}/archivers/a dpkg:${PORTSDIR}/archivers/dpkg \ lzop:${PORTSDIR}/archivers/lzop \ 7z:${PORTSDIR}/archivers/p7zip \ - rpm:${PORTSDIR}/archivers/rpm \ + rpm:${PORTSDIR}/archivers/rpm4 \ rzip:${PORTSDIR}/archivers/rzip \ unace:${PORTSDIR}/archivers/unace \ unrar:${PORTSDIR}/archivers/unrar \ Modified: head/archivers/xarchive/Makefile ============================================================================== --- head/archivers/xarchive/Makefile Thu Jul 3 08:36:12 2014 (r360344) +++ head/archivers/xarchive/Makefile Thu Jul 3 09:13:35 2014 (r360345) @@ -3,7 +3,7 @@ PORTNAME= xarchive DISTVERSION= 0.2.8-6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -33,7 +33,7 @@ DEB_RUN_DEPENDS+= dpkg-deb:${PORTSDIR}/a RAR_RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar \ unrar:${PORTSDIR}/archivers/unrar RPM_RUN_DEPENDS+= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \ - rpm:${PORTSDIR}/archivers/rpm + rpm:${PORTSDIR}/archivers/rpm4 ZIP_RUN_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Thu Jul 3 08:36:12 2014 (r360344) +++ head/devel/quilt/Makefile Thu Jul 3 09:13:35 2014 (r360345) @@ -3,6 +3,7 @@ PORTNAME= quilt PORTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= quilt @@ -21,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b RUN_DEPENDS:= ${BUILD_DEPENDS} \ formail:${PORTSDIR}/mail/procmail -USES= gmake perl5 +USES= desthack gmake perl5 OPTIONS_DEFINE= RPMBUILD DOCS NLS OPTIONS_SUB= yes @@ -32,17 +33,15 @@ CONFIGURE_ARGS= --with-sed=${LOCALBASE}/ --without-getopt \ --with-patch=${LOCALBASE}/bin/gpatch -MAN1= guards.1 quilt.1 PORTDOCS= README README.MAIL quilt.pdf -RPMBUILD_BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RPMBUILD_RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +RPMBUILD_BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm4 +RPMBUILD_RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm4 RPMBUILD_CONFIGURE_OFF= --without-rpmbuild NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -NO_STAGE= yes .include .if !exists(${LOCALBASE}/sbin/sendmail) Modified: head/devel/quilt/pkg-plist ============================================================================== --- head/devel/quilt/pkg-plist Thu Jul 3 08:36:12 2014 (r360344) +++ head/devel/quilt/pkg-plist Thu Jul 3 09:13:35 2014 (r360345) @@ -2,6 +2,8 @@ bin/guards bin/quilt etc/bash_completion.d/quilt etc/quilt.quiltrc +man/man1/guards.1.gz +man/man1/quilt.1.gz share/emacs/site-lisp/quilt.el %%NLS%%share/locale/de/LC_MESSAGES/quilt.mo %%NLS%%share/locale/fr/LC_MESSAGES/quilt.mo Modified: head/misc/lesspipe/Makefile ============================================================================== --- head/misc/lesspipe/Makefile Thu Jul 3 08:36:12 2014 (r360344) +++ head/misc/lesspipe/Makefile Thu Jul 3 09:13:35 2014 (r360345) @@ -3,6 +3,7 @@ PORTNAME= lesspipe PORTVERSION= 1.55 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF @@ -13,7 +14,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b .if defined(WITH_FANCY) BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ - rpm:${PORTSDIR}/archivers/rpm \ + rpm:${PORTSDIR}/archivers/rpm4 \ dpkg:${PORTSDIR}/archivers/dpkg \ antiword:${PORTSDIR}/textproc/antiword \ lynx:${PORTSDIR}/www/lynx \ Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Thu Jul 3 08:36:12 2014 (r360344) +++ head/print/apsfilter/Makefile Thu Jul 3 09:13:35 2014 (r360345) @@ -3,7 +3,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ DIST_SUBDIR= apsfilter @@ -88,7 +88,7 @@ _DEPENDS_COMPRESS= \ cabextract:${PORTSDIR}/archivers/cabextract \ lha:${PORTSDIR}/archivers/lha \ rar:${PORTSDIR}/archivers/rar \ - rpm:${PORTSDIR}/archivers/rpm \ + rpm:${PORTSDIR}/archivers/rpm4 \ unarj:${PORTSDIR}/archivers/unarj \ unzip:${PORTSDIR}/archivers/unzip \ zoo:${PORTSDIR}/archivers/zoo