svn commit: r307166 - branches/RELENG_9_1_0/sysutils/createrepo

Beat Gaetzi beat at FreeBSD.org
Thu Nov 8 10:37:12 UTC 2012


Author: beat
Date: Thu Nov  8 10:37:11 2012
New Revision: 307166
URL: http://svnweb.freebsd.org/changeset/ports/307166

Log:
  MFH r307163 by gahr:
  
  - no need to depend on rpm, sysutils/yum already depends on it
  
  Reported by:	PH (via beat@)
  Approved by:	portmgr@ (implicit)
  Feature safe:	yes

Modified:
  branches/RELENG_9_1_0/sysutils/createrepo/Makefile   (contents, props changed)
Directory Properties:
  branches/RELENG_9_1_0/   (props changed)

Modified: branches/RELENG_9_1_0/sysutils/createrepo/Makefile
==============================================================================
--- branches/RELENG_9_1_0/sysutils/createrepo/Makefile	Thu Nov  8 10:29:40 2012	(r307165)
+++ branches/RELENG_9_1_0/sysutils/createrepo/Makefile	Thu Nov  8 10:37:11 2012	(r307166)
@@ -11,7 +11,6 @@ COMMENT=	Creates a common metadata repos
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/sqlitecachec.py:${PORTSDIR}/devel/py-yum-metadata-parser \
 		${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
-		${PYTHON_SITELIBDIR}/rpm/__init__.py:${PORTSDIR}/archivers/rpm5 \
 		${PYTHON_SITELIBDIR}/urlgrabber/__init__.py:${PORTSDIR}/www/py-urlgrabber \
 		${PYTHON_SITELIBDIR}/yum/__init__.py:${PORTSDIR}/sysutils/yum
 


More information about the svn-ports-branches mailing list