diff options
-rw-r--r-- | security/tor-devel/Makefile | 5 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 3501c2d2bdc8..725bcb22d69e 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -PORTVERSION= 0.1.2.1 +PORTVERSION= 0.1.2.2 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ \ http://mirror.onionland.org/dist/ @@ -51,9 +51,10 @@ pre-install: ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: + @${MKDIR} /var/run/tor + @${CHOWN} _tor:_tor /var/run/tor @${TOUCH} /var/log/tor @${CHOWN} _tor:_tor /var/log/tor - @${MKDIR} /var/db/tor @${MKDIR} /var/db/tor/data @${CHOWN} _tor:_tor /var/db/tor @${CAT} ${PKGMESSAGE} diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index facb94f656d8..762541d368f3 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.1.2.1-alpha.tar.gz) = aeee6e4235d4ebf34cb55555084d391c -SHA256 (tor-0.1.2.1-alpha.tar.gz) = ace8f8ae264fad52348012ed170d60f3bdcf116882ae5f48ff18e9a9a14fbf88 -SIZE (tor-0.1.2.1-alpha.tar.gz) = 915833 +MD5 (tor-0.1.2.2-alpha.tar.gz) = 3646914b8ccc0a6b40dd7da9ed05353f +SHA256 (tor-0.1.2.2-alpha.tar.gz) = d65f545162c9c531dff28587b6b46a6d9a52261936ed67ec922db7ff225adb03 +SIZE (tor-0.1.2.2-alpha.tar.gz) = 955886 |