Magellan Linux

Diff of /branches/R11-stable/extras/firewalld/firewalld-0.3.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22509 by niro, Tue Oct 21 11:23:42 2014 UTC revision 22512 by niro, Tue Oct 21 12:29:16 2014 UTC
# Line 33  SDEPEND="${COMMON_DEPEND} Line 33  SDEPEND="${COMMON_DEPEND}
33   >= dev-libs/libxslt-1.1.28   >= dev-libs/libxslt-1.1.28
34   >= dev-util/intltool-0.50   >= dev-util/intltool-0.50
35   >= sys-dev/gettext-0.18   >= sys-dev/gettext-0.18
36   >= dev-util/pkgconfig-0.25"   >= dev-util/pkgconfig-0.25
37     >= app-text/docbook-xsl-stylesheets-1.75"
38    
39  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
40  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 43  sminclude gnome2 mtools systemd cleanuti Line 44  sminclude gnome2 mtools systemd cleanuti
44  SRC_URI=(  SRC_URI=(
45   https://fedorahosted.org/released/${PNAME}/${SRCFILE}   https://fedorahosted.org/released/${PNAME}/${SRCFILE}
46   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
47   mirror://${PNAME}/${PNAME}-0.3.10-confd.patch   mirror://${PNAME}/${PNAME}-0.3.12-confd.patch
48   mirror://${PNAME}/firewalld.service   mirror://${PNAME}/firewalld.service
49  )  )
50    
# Line 75  src_prepare() Line 76  src_prepare()
76   cd ${SRCDIR}   cd ${SRCDIR}
77    
78   # use /etc/conf.d for service configuration   # use /etc/conf.d for service configuration
79   mpatch ${PNAME}-0.3.10-confd.patch || die   mpatch ${PNAME}-0.3.12-confd.patch || die
80   #mautoreconf || die   #mautoreconf || die
81   ./autogen.sh || die   ./autogen.sh || die
82  }  }

Legend:
Removed from v.22509  
changed lines
  Added in v.22512