Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 21:16:06 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339549 - head/archivers/rpm2cpio
Message-ID:  <201401122116.s0CLG6dT016177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Sun Jan 12 21:16:05 2014
New Revision: 339549
URL: http://svnweb.freebsd.org/changeset/ports/339549

Log:
  Drop archivers/xz dependency: included in base system on all supported releases

Modified:
  head/archivers/rpm2cpio/Makefile

Modified: head/archivers/rpm2cpio/Makefile
==============================================================================
--- head/archivers/rpm2cpio/Makefile	Sun Jan 12 20:51:40 2014	(r339548)
+++ head/archivers/rpm2cpio/Makefile	Sun Jan 12 21:16:05 2014	(r339549)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rpm2cpio
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -19,8 +19,6 @@ REINPLACE_ARGS=
 
 PLIST_FILES=	bin/rpm2cpio.pl
 
-RUN_DEPENDS+=	xz:${PORTSDIR}/archivers/xz
-
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${FILESDIR}/${PORTNAME} >${WRKDIR}/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401122116.s0CLG6dT016177>