diff options
author | bf <bf@FreeBSD.org> | 2013-04-19 03:31:53 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-04-19 03:31:53 +0800 |
commit | 5e51ed2e95a10bacc82d6b8f85569eccbf56c2ae (patch) | |
tree | bb3d66167c03f6ad95215cbaa27a81d8cd83845a | |
parent | cbd3e3f05415981f3a387faac7e5e55367202dc9 (diff) | |
download | freebsd-ports-gnome-5e51ed2e95a10bacc82d6b8f85569eccbf56c2ae.tar.gz freebsd-ports-gnome-5e51ed2e95a10bacc82d6b8f85569eccbf56c2ae.tar.zst freebsd-ports-gnome-5e51ed2e95a10bacc82d6b8f85569eccbf56c2ae.zip |
update to 0.2.4.12-alpha
Feature safe: yes
-rw-r--r-- | security/tor-devel/Makefile | 7 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index d96e96617946..c89f721152f6 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.4.11-alpha +DISTVERSION= 0.2.4.12-alpha CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ @@ -174,11 +174,6 @@ CONFIGURE_ARGS+= --disable-transparent .endif post-patch: - @${MV} ${WRKSRC}/contrib/tor-tsocks.conf \ - ${WRKSRC}/contrib/tor-tsocks.conf.sample - @${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \ - -e "\|^install-data-am:|s|install-docDATA||" \ - ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E -e "s@-ltcmalloc@${LOCALBASE}/lib/libtcmalloc.so@" \ -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \ ${WRKSRC}/configure diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 3c6615e08469..85178617ddde 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.4.11-alpha.tar.gz) = 2297afbfaa969147f7080935b89bcbbe28f9dd50e907dd70e931ea940bbb9902 -SIZE (tor-0.2.4.11-alpha.tar.gz) = 3429229 +SHA256 (tor-0.2.4.12-alpha.tar.gz) = 29445d559f1c3097bc0513c94d4aeb22f4bc93ab6ef7dbff5104f7bc8d8e677c +SIZE (tor-0.2.4.12-alpha.tar.gz) = 3378384 diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index 7964194df287..3f016cfb2e68 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -2,7 +2,6 @@ bin/tor bin/tor-gencert bin/tor-resolve bin/torify -etc/tor/tor-tsocks.conf.sample etc/tor/torrc.sample %%DATADIR%%/geoip %%DATADIR%%/geoip6 |