summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-06-19 06:23:24 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2017-06-19 06:23:24 -0400
commitba276bcdc6a72de08bf0641422f0caabe509512b (patch)
tree66605ca318f228f99ed219605156a89f121051ba
parentwrong patch path try2 (diff)
downloadsuperposition-ba276bcdc6a72de08bf0641422f0caabe509512b.tar.gz
superposition-ba276bcdc6a72de08bf0641422f0caabe509512b.tar.bz2
superposition-ba276bcdc6a72de08bf0641422f0caabe509512b.zip
modify patch
-rw-r--r--app-crypt/gorilla/Manifest2
-rw-r--r--app-crypt/gorilla/files/gorilla-script-destdir.patch11
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/gorilla/Manifest b/app-crypt/gorilla/Manifest
index 17a011b..4b90a12 100644
--- a/app-crypt/gorilla/Manifest
+++ b/app-crypt/gorilla/Manifest
@@ -1,4 +1,4 @@
-AUX gorilla-script-destdir.patch 503 SHA256 cefae52454d98bca728e2be003623495bdc6fe8b6a2c6e4e730cc9f4526b5365 SHA512 d39601d0fbd2e25eb540fce4b837fbc86782d643577389a518312a23249c8930a3a784d03ea6a65753135660bdeed425b4906812f420b9f625e613ca2fb237c6 WHIRLPOOL 1b2ba36518130845979fa97b59cb443376eca1e8a1bbb37fde478f4a1692aa084720e3aabe6a411aacb248fd342896aef838ebe51b4c76c6b6b5dd12f7ba57c2
+AUX gorilla-script-destdir.patch 546 SHA256 585a19483182c844d00e449d778d5f166c90de4b5b63ebcd2db7bea179f8b47a SHA512 29de5deaa7aca65973445f5ef57e85add33e37ca52d7ef6a1000af74f6f952b884d519364f4be0be67779aa043aa4efe6219a14c500364b80406dd5509564299 WHIRLPOOL 29e0e71fa619203d2a9e97df5aee02106e73ad897dab706b852b6840ff00e1d0bacea573043f1584f454464179d88cb9b0d1ae6f594d3eec0dfd2aa6c86b112f
DIST gorilla-1.5.3.7.tar.gz 5008679 SHA256 cb55c0134451a26dab10826396752f0e8d5f9fc6af3a85ee75e7dfa914f53720 SHA512 013aaf1a47dac6490aaf11e6598142069d1d32a2a9c8fcf6100c8f9d0a3233e21250510d95ff10930b4dc3b19c065c34a7eae234790f4068cb4c598ab835efc4 WHIRLPOOL ebf1ae84c40a848a95c2f46dd3d7a410518fffbb0e81899ff6eedc56d4dd9b370c032ee1886d375ab70f993798693079029685831f75d181743f11d1964a10a7
EBUILD gorilla-1.5.3.7.ebuild 778 SHA256 ff51dffde430bc2ddab741364029a7f41d794a65b01ea6297e37ad3981c69777 SHA512 b137ab3c328a65a4c7d892a3cb14de66f5ff9b67a299c8df71de8eb7c73c1e40d4e6a9474f36a41b035c0392aeeb71983f472a7f98ac25cc668cb276f5434595 WHIRLPOOL 3bf9ce7c56302259e414180eb4e4fe83329bfac47146d400ac4a91266f5d6a20ec754e9f4e33eb42c23903b7410e9a07a4764d040059172fca7744e3c8afc01f
MISC metadata.xml 334 SHA256 c977e213ec24ca6de82f0139fd8348acfc6aeea7c3dbf9b8050b23965cfb0762 SHA512 82e606fd71fd8dd152b2e3a0638a6d503789226dcf0fa89d25066af33ae8f648da132578bfa506c172596b0a265590428b6444bdeda54d98dc7f1e80b5939b54 WHIRLPOOL 7df375cc943b9443fcec768dc9bc54f923779e3f852f03505acfcfdf7b97a85443c8a66364d67fd3096a6721f4eccbb63be93f08b9d86ca917c845fd23c8e861
diff --git a/app-crypt/gorilla/files/gorilla-script-destdir.patch b/app-crypt/gorilla/files/gorilla-script-destdir.patch
index e18fcd8..048fd72 100644
--- a/app-crypt/gorilla/files/gorilla-script-destdir.patch
+++ b/app-crypt/gorilla/files/gorilla-script-destdir.patch
@@ -1,12 +1,15 @@
---- gorilla-1.4/gorilla.in 2006-07-14 13:29:33.000000000 -0400
-+++ gorilla-1.4/gorilla.in.new 2006-07-14 13:33:01.000000000 -0400
+--- gorilla-1.5.3.7/gorilla.in 2006-07-14 13:29:33.000000000 -0400
++++ gorilla-1.5.3.7/gorilla.in.new 2006-07-14 13:33:01.000000000 -0400
@@ -1,10 +1,13 @@
#! /bin/sh
# the next line restarts using wish \
- exec @wish@ "$0" ${1+"$@"}
+-exec tclsh8.5 "$0" ${1+"$@"}
++exec tclsh "$0" ${1+"$@"}
+
+
+
set myName [info script]
-+set myGorilla /opt/gorilla-1.4/gorilla.tcl
++set myGorilla /opt/gorilla-1.5.3.7/gorilla.tcl
+
if {![catch {
set linkName [file readlink $myName]