[123005] trunk/base

afb at macports.org afb at macports.org
Sun Aug 3 11:55:59 PDT 2014


Revision: 123005
          https://trac.macports.org/changeset/123005
Author:   afb at macports.org
Date:     2014-08-03 11:55:58 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
base: remove deprecated rpm-vercomp function

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/Pextlib.c
    trunk/base/tests/test/xcodeversion/Portfile

Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c	2014-08-03 18:55:09 UTC (rev 123004)
+++ trunk/base/src/pextlib1.0/Pextlib.c	2014-08-03 18:55:58 UTC (rev 123005)
@@ -620,10 +620,6 @@
 	Tcl_CreateObjCommand(interp, "xinstall", InstallCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "fs-traverse", FsTraverseCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "filemap", FilemapCmd, NULL, NULL);
-#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);

Modified: trunk/base/tests/test/xcodeversion/Portfile
===================================================================
--- trunk/base/tests/test/xcodeversion/Portfile	2014-08-03 18:55:09 UTC (rev 123004)
+++ trunk/base/tests/test/xcodeversion/Portfile	2014-08-03 18:55:58 UTC (rev 123005)
@@ -19,9 +19,6 @@
 }
 
 test {
-    # rpm-vercomp is now deprecated, change it here too when removed
-    # from all ports and base (but keep this test here, meanwhile...)
-    # rpm-vercomp removed from ports r89810, from base r89811
     if {$xcodeversion != "" && [vercmp $xcodeversion 2.1] >= 0} {
         ui_msg "xcodeversion >= 2.1"
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/95ac012a/attachment.html>


More information about the macports-changes mailing list