[89818] trunk/base/src/pextlib1.0/Pextlib.c
and.damore at macports.org
and.damore at macports.org
Sat Feb 11 02:13:19 PST 2012
Revision: 89818
http://trac.macports.org/changeset/89818
Author: and.damore at macports.org
Date: 2012-02-11 02:13:16 -0800 (Sat, 11 Feb 2012)
Log Message:
-----------
base: reverting r89811
Revision Links:
--------------
http://trac.macports.org/changeset/89811
Modified Paths:
--------------
trunk/base/src/pextlib1.0/Pextlib.c
Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c 2012-02-11 09:58:11 UTC (rev 89817)
+++ trunk/base/src/pextlib1.0/Pextlib.c 2012-02-11 10:13:16 UTC (rev 89818)
@@ -588,7 +588,10 @@
Tcl_CreateObjCommand(interp, "xinstall", InstallCmd, NULL, NULL);
Tcl_CreateObjCommand(interp, "fs-traverse", FsTraverseCmd, NULL, NULL);
Tcl_CreateObjCommand(interp, "filemap", FilemapCmd, NULL, NULL);
- /* "rpm-vercomp" command removed in r89810, replaced by "vercmp" */
+#if 1
+ /* the name "rpm-vercomp" is deprecated, use "vercmp" instead */
+ Tcl_CreateObjCommand(interp, "rpm-vercomp", VercompCmd, NULL, NULL);
+#endif
Tcl_CreateObjCommand(interp, "vercmp", VercompCmd, NULL, NULL);
Tcl_CreateObjCommand(interp, "rmd160", RMD160Cmd, NULL, NULL);
Tcl_CreateObjCommand(interp, "sha256", SHA256Cmd, NULL, NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120211/608163cb/attachment.html>
More information about the macports-changes
mailing list