[104041] trunk/dports/textproc/docbook-xml/Portfile

jmr at macports.org jmr at macports.org
Wed Mar 13 17:27:37 PDT 2013


Revision: 104041
          https://trac.macports.org/changeset/104041
Author:   jmr at macports.org
Date:     2013-03-13 17:27:36 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
docbook-xml: remove notes only relevant when using flat registry format

Modified Paths:
--------------
    trunk/dports/textproc/docbook-xml/Portfile

Modified: trunk/dports/textproc/docbook-xml/Portfile
===================================================================
--- trunk/dports/textproc/docbook-xml/Portfile	2013-03-13 22:45:51 UTC (rev 104040)
+++ trunk/dports/textproc/docbook-xml/Portfile	2013-03-14 00:27:36 UTC (rev 104041)
@@ -166,22 +166,6 @@
             }
         }
 
-        if {${registry.format} == "receipt_flat"} {
-
-            set notes-cmds "    xmlcatmgr remove nextCatalog ${install_dir}/catalog.xml"
-            if {[file exists ${install_dir}/docbook.cat]} {
-                append notes-cmds "\n    xmlcatmgr ${sgml.args} remove CATALOG ${install_dir}/docbook.cat"
-            }
-            notes "
-
-As the flat registry format does not support post-deactivate hooks,
-you will need to ensure that you manually remove the catalog
-entry for this port when you uninstall it.  To do so, run
-${notes-cmds}
-
-"
-        }
-
         # This will remove the catalog entry for this port.
         post-deactivate {
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130313/c0166844/attachment.html>


More information about the macports-changes mailing list