diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-08-07 16:37:10 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-08-07 16:37:10 +0000 |
commit | 11247887a6b2b42badef2330f9c97ed965b5258a (patch) | |
tree | 443732e8a9cedbe03e857ebf2a16200bfa72874e /net-p2p/transmission-cli/files/patch-version.sh | |
parent | Remove useless version check. The bsd.port.mk supports only (diff) |
-Update to 0.80.
-Fix assertion bug in torrent.c::fileByteCompleted(). [1]
Obtained from: its SVN [1]
Diffstat (limited to '')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-version.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/files/patch-version.sh b/net-p2p/transmission-cli/files/patch-version.sh index cc23ee3516c7..52aea6e5df4d 100644 --- a/net-p2p/transmission-cli/files/patch-version.sh +++ b/net-p2p/transmission-cli/files/patch-version.sh @@ -1,11 +1,11 @@ ---- version.sh.orig Wed Apr 18 11:24:12 2007 -+++ version.sh Wed Apr 18 11:24:21 2007 -@@ -48,9 +48,4 @@ +--- version.sh.orig 2007-08-07 10:44:05.000000000 -0500 ++++ version.sh 2007-08-07 10:44:41.000000000 -0500 +@@ -52,9 +52,4 @@ EOF replace_if_differs libtransmission/version.h.new libtransmission/version.h -# Generate Info.plist from Info.plist.in --sed -e "s/%%BUNDLE_VERSION%%/$REV/" -e "s/%%SHORT_VERSION_STRING%%/$STRING/" \ +-sed -e "s/%%BUNDLE_VERSION%%/$SVN_REVISION/" -e "s/%%SHORT_VERSION_STRING%%/$USERAGENT_PREFIX/" \ - < macosx/Info.plist.in > macosx/Info.plist.new -replace_if_differs macosx/Info.plist.new macosx/Info.plist - |