diff options
author | bf <bf@FreeBSD.org> | 2010-10-03 10:53:36 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-10-03 10:53:36 +0800 |
commit | 7100029d9d7cdc892fa6b217619027a1d29820df (patch) | |
tree | 8632e11fa441c01c9d2f63c3316e3565fd727bbe /security/tor-devel | |
parent | 01b609ab7c7dce221e9c15ba812530634f526292 (diff) | |
download | freebsd-ports-gnome-7100029d9d7cdc892fa6b217619027a1d29820df.tar.gz freebsd-ports-gnome-7100029d9d7cdc892fa6b217619027a1d29820df.tar.zst freebsd-ports-gnome-7100029d9d7cdc892fa6b217619027a1d29820df.zip |
Update to 0.2.2.17-alpha
Approved by: makc, miwi (co-mentors, implicit)
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 7 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index c404490f934f..78827476f417 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.15-alpha -PORTREVISION= 1 +DISTVERSION= 0.2.2.17-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -83,8 +82,10 @@ post-patch: ${WRKSRC}/contrib/tor-tsocks.conf.sample @${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \ ${WRKSRC}/contrib/Makefile.in + @${REINPLACE_CMD} -e '\|^install-data-am:|s|install-docDATA||' \ + ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e '\|CFLAGS=|{s|-g||;s|-O[0-9]\{0,1\}||;}' \ - -e 's|netinet/in6|netinet6/in6|g' ${WRKSRC}/configure + -e 's|netinet/in6||g' ${WRKSRC}/configure post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index df1f456d2c35..72d96fe22caf 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.2.2.15-alpha.tar.gz) = a3c760f76b7925b0f5aade24b13a6d21 -SHA256 (tor-0.2.2.15-alpha.tar.gz) = 59d93eecc9c2ca1a3b258c0ac01023ad31b1c31434e9549f086dd82aa38a7f2c -SIZE (tor-0.2.2.15-alpha.tar.gz) = 2585503 +MD5 (tor-0.2.2.17-alpha.tar.gz) = dded82ddc19636184c55adcbc81876a6 +SHA256 (tor-0.2.2.17-alpha.tar.gz) = 78aad74e789ba8e3122582da559365551b0496edf63ccc892efb3c9e88d6cf7e +SIZE (tor-0.2.2.17-alpha.tar.gz) = 2608531 diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index 68b4becf33bd..d1b8fba5195d 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -6,5 +6,4 @@ etc/tor/tor-tsocks.conf.sample etc/tor/torrc.sample %%DATADIR%%/geoip @dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% @dirrm etc/tor |