most recent changes, diff for bazaar-ng
Index: devel/bazaar-ng/Portfile
--- devel/bazaar-ng/Portfile (revision 31796)
+++ devel/bazaar-ng/Portfile (revision 31797)
@@ -14,24 +14,14 @@
homepage http://bazaar-vcs.org/
-fetch {
+depends_lib port:bzr
+
+pre-fetch {
ui_msg ""
ui_msg "Port bazaar-ng has been superseeded by port bzr"
- ui_msg "bzr will be installed after removing bazaar-ng"
+ ui_msg "please uninstall bazaar-ng"
ui_msg ""
+ return -code error "bazaar-ng port is obsolete"
}
-checksum {}
-configure {}
-build {}
-destroot {}
-archive {}
-install {
- ui_msg "Removing bazaar-ng"
- system "port -f uninstall bazaar-ng"
- ui_msg "Installing bzr"
- system "port install bzr"
- ui_msg "Port bzr has been installed"
-}
-activate {}
universal_variant no