--- trunk/extras/firewalld/firewalld-0.3.12-r1.smage2 2014/10/21 11:23:42 22509 +++ trunk/extras/firewalld/firewalld-0.3.12-r1.smage2 2014/10/21 12:29:16 22512 @@ -33,7 +33,8 @@ >= dev-libs/libxslt-1.1.28 >= dev-util/intltool-0.50 >= sys-dev/gettext-0.18 - >= dev-util/pkgconfig-0.25" + >= dev-util/pkgconfig-0.25 + >= app-text/docbook-xsl-stylesheets-1.75" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" @@ -43,7 +44,7 @@ SRC_URI=( https://fedorahosted.org/released/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} - mirror://${PNAME}/${PNAME}-0.3.10-confd.patch + mirror://${PNAME}/${PNAME}-0.3.12-confd.patch mirror://${PNAME}/firewalld.service ) @@ -75,7 +76,7 @@ cd ${SRCDIR} # use /etc/conf.d for service configuration - mpatch ${PNAME}-0.3.10-confd.patch || die + mpatch ${PNAME}-0.3.12-confd.patch || die #mautoreconf || die ./autogen.sh || die }