net-dns/dnsmask version bump to 2.63

upstarem releases 2.63, bump to it now.
also rebase the systemd patch
This commit is contained in:
microcai 2012-08-17 19:00:38 +08:00
parent ecf46d11f0
commit 21a12ebd83
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST dnsmasq-2.62.tar.lzma 375990 SHA256 c9902bfa2fb3ee32bf782a03f6cd74608e634c19400ed18d169fc73ea386b012
DIST dnsmasq-2.63.tar.xz 378148 SHA256 f5eb1c2dfd47a2c75b0d40a60f85dce2e84c6af6d1cd5318fbe8cd69845ed2d8

View File

@ -10,7 +10,7 @@ MY_P="${P/_/}"
MY_PV="${PV/_/}"
DESCRIPTION="Small forwarding DNS server"
HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.lzma"
SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.xz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
@ -29,7 +29,7 @@ RDEPEND="dbus? ( sys-apps/dbus )
DEPEND="${RDEPEND}
virtual/pkgconfig
|| ( app-arch/xz-utils app-arch/lzma )
systemd? ( >=sys-apps/systemd-44 )"
systemd? ( >=sys-apps/systemd-184 )"
S="${WORKDIR}/${PN}-${MY_PV}"