wok diff mercurial/receipt @ rev 10956
Up: wireshark to 1.6.2. Add libpcap to depends. Security update.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Sep 19 05:10:46 2011 +0000 (2011-09-19) |
parents | 2f2ae382c2e0 |
children | 5235900045b7 |
line diff
1.1 --- a/mercurial/receipt Fri May 20 15:13:25 2011 +0000 1.2 +++ b/mercurial/receipt Mon Sep 19 05:10:46 2011 +0000 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Revision tools system." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="python patch libssl" 1.8 -BUILD_DEPENDS="python python-dev patch openssl-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://mercurial.selenic.com/" 1.11 WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" 1.12 CONFIG_FILES="/etc/mercurial/hgweb.config" 1.13 1.14 +DEPENDS="python patch libssl" 1.15 +BUILD_DEPENDS="python-dev patch openssl-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {