diff options
author | mm <mm@FreeBSD.org> | 2010-01-12 20:17:45 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-01-12 20:17:45 +0800 |
commit | f88fa184233197d6d80ae0fc13e7e2b771dccfd8 (patch) | |
tree | 756a93e011fd70de12197b0c8aa0e3ce2b2df902 /lang | |
parent | 0241cc9d379b120af20260d2ec206c392bf1e132 (diff) | |
download | freebsd-ports-gnome-f88fa184233197d6d80ae0fc13e7e2b771dccfd8.tar.gz freebsd-ports-gnome-f88fa184233197d6d80ae0fc13e7e2b771dccfd8.tar.zst freebsd-ports-gnome-f88fa184233197d6d80ae0fc13e7e2b771dccfd8.zip |
- Update to 1.6.5
Diffstat (limited to 'lang')
-rw-r--r-- | lang/xotcl/Makefile | 4 | ||||
-rw-r--r-- | lang/xotcl/distinfo | 6 | ||||
-rw-r--r-- | lang/xotcl/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index 09ef3674dfd6..a32bf888ba32 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xotcl -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.5 CATEGORIES?= lang tcl MASTER_SITES= SF \ http://media.wu-wien.ac.at/download/ @@ -97,7 +97,7 @@ post-install: .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for FILE in COPYRIGHT ChangeLog README README.aol doc/TODO +.for FILE in COPYRIGHT ChangeLog README README.aol ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff --git a/lang/xotcl/distinfo b/lang/xotcl/distinfo index 605cd299ab64..c06e1500443b 100644 --- a/lang/xotcl/distinfo +++ b/lang/xotcl/distinfo @@ -1,3 +1,3 @@ -MD5 (xotcl-1.6.3.tar.gz) = 8315e6ea45b2c6b7d2fc54da62eac1bf -SHA256 (xotcl-1.6.3.tar.gz) = 1f7ff77caa9fb5affc31c68e3af6643f29689bfee9ca6e163037adaa6611192c -SIZE (xotcl-1.6.3.tar.gz) = 2027111 +MD5 (xotcl-1.6.5.tar.gz) = 7e903c77d9f40cac2605ab84223b4dba +SHA256 (xotcl-1.6.5.tar.gz) = 2077c9216feadefb62e6bad2529a615c55ba064b3a68e31e4da20b7c875e17de +SIZE (xotcl-1.6.5.tar.gz) = 1918948 diff --git a/lang/xotcl/pkg-plist b/lang/xotcl/pkg-plist index 48283c427b1d..ac04b4cc8e82 100644 --- a/lang/xotcl/pkg-plist +++ b/lang/xotcl/pkg-plist @@ -168,6 +168,7 @@ lib/xotcl%%PORTVERSION%%/xotclConfig.sh %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/makeDoc-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/metadataAnalyzer-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/mixinStrategy-xotcl.html +%%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/mixinoftest-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/next-path-mixin-movement.gif %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/next-path.gif %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/obj_class_system.gif @@ -189,6 +190,7 @@ lib/xotcl%%PORTVERSION%%/xotclConfig.sh %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/trace-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/tutorial.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/upvarcompat-xotcl.html +%%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/varresolutiontest-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/webclient-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/webserver-xotcl.html %%TUTORIAL%%%%EXAMPLESDIR%%/tutorial/html/xo-daemon.html |