Bug 104211 - update security/tor-devel
Summary: update security/tor-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 15:00 UTC by Peter Thoenen
Modified: 2006-10-09 17:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Thoenen 2006-10-09 15:00:45 UTC
        Update to latest release.
--0-1266917608-1160402241=:19880
Content-Type: text/plain; name="tor-devel.diff.txt"
Content-Description: 3310809015-tor-devel.diff.txt
Content-Disposition: inline; filename="tor-devel.diff.txt"

diff -ruN tor-devel.orig/Makefile tor-devel/Makefile
--- tor-devel.orig/Makefile	Mon Oct  9 09:38:09 2006
+++ tor-devel/Makefile	Mon Oct  9 09:40:18 2006
@@ -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,6 +51,8 @@
 		${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
diff -ruN tor-devel.orig/distinfo tor-devel/distinfo
--- tor-devel.orig/distinfo	Mon Oct  9 09:38:09 2006
+++ tor-devel/distinfo	Mon Oct  9 09:39:03 2006
@@ -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

--0-1266917608-1160402241=:19880--
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-09 16:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-09 17:11:06 UTC
clsung      2006-10-09 16:10:59 UTC

  FreeBSD ports repository

  Modified files:
    security/tor-devel   Makefile distinfo 
  Log:
  - Update to 0.1.2.2
  
  PR:             ports/104211
  Submitted by:   maintainer (Peter Thoenen)
  
  Revision  Changes    Path
  1.32      +3 -2      ports/security/tor-devel/Makefile
  1.24      +3 -3      ports/security/tor-devel/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-09 17:11:08 UTC
State Changed
From-To: open->closed

Committed. Thank You.