Modified: trunk/dports/devel/tcllib/Portfile (75566 => 75567)
--- trunk/dports/devel/tcllib/Portfile 2011-01-30 21:06:12 UTC (rev 75566)
+++ trunk/dports/devel/tcllib/Portfile 2011-01-30 22:21:24 UTC (rev 75567)
@@ -2,30 +2,25 @@
PortSystem 1.0
name tcllib
-version 1.12
+version 1.13
categories devel
platforms darwin
maintainers nomaintainer
+supported_archs noarch
+
description tcllib standardized library
long_description tcllib is a set of pure-Tcl extensions that you can use to \
become even more productive with Tcl.
homepage http://tcllib.sf.net/
master_sites sourceforge:tcllib
-checksums md5 ad45b523773d2f3707a4c2e4909ed44d \
- sha1 71d211b57fab902a3e7f183fa784cb5801e09f67 \
- rmd160 727f225266c1fd09dbe53feef0ec4f762b0feda3
+
+checksums sha1 7e49386f8d757ae596a7cf183c63b2ec6bd9e2a5 \
+ rmd160 c35cf1f136fd3ec0b31c87cd05726107206c77ee
+
use_bzip2 yes
configure.args --mandir=${prefix}/share/man
-# There is a bug in this port, it won't work with LANG or LC_ALL unset.
-destroot.env LANG=C LC_MESSAGES=C LC_CTYPE=C LC_ALL=C
-
depends_lib port:tcl \
path:bin/dot:graphviz \
port:tk
-
-post-destroot {
-# Prevent conflict with tcl port
- delete ${destroot}${prefix}/share/man/mann/msgcat.n
-}