svn commit: r307163 - head/sysutils/createrepo

Pietro Cerutti gahr at FreeBSD.org
Thu Nov 8 10:23:40 UTC 2012


Author: gahr
Date: Thu Nov  8 10:23:39 2012
New Revision: 307163
URL: http://svnweb.freebsd.org/changeset/ports/307163

Log:
  - 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:
  head/sysutils/createrepo/Makefile   (contents, props changed)

Modified: head/sysutils/createrepo/Makefile
==============================================================================
--- head/sysutils/createrepo/Makefile	Thu Nov  8 10:18:00 2012	(r307162)
+++ head/sysutils/createrepo/Makefile	Thu Nov  8 10:23:39 2012	(r307163)
@@ -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-head mailing list