most recent changes, diff for ion3
Index: x11/ion3/Portfile
--- x11/ion3/Portfile (revision 32086)
+++ x11/ion3/Portfile (revision 32087)
@@ -4,6 +4,7 @@
name ion3
version 3rc-20071109
+revision 1
categories x11 x11-wm
maintainers nomaintainer
@@ -16,25 +17,18 @@
homepage http://modeemi.cs.tut.fi/~tuomov/ion/
master_sites http://iki.fi/~tuomov/dl/
-distname ion-${version}
-checksums sha1 709d99b524e25fc190038959191dbaeb306a9a2d \
- rmd160 b89b725ec1f508161e30126c26f8494bd7ccfd28
-depends_lib lib:libX11.6:XFree86 lib:libXext.6:XFree86 \
- port:lua port:gettext
+fetch {
+ ui_msg ""
+ ui_msg "This port has been removed due to concerns on the software license used."
+ ui_msg "Should you still want to install it, have a look at:"
+ ui_msg " ${homepage}."
+ ui_msg "You can also choose to try out another window manager; to list all the"
+ ui_msg "ones directly available using MacPorts, issue the following command:"
+ ui_msg " port list category:x11-wm"
+ ui_msg ""
-livecheck.url "http://www.freebsd.org/cgi/ports.cgi?query=ion-3&stype=all"
-livecheck.regex ">ion-(.*?)<"
-
-configure {
- # don't put these in a patch because it changes w/ every release
- reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/system.mk
- reinplace "s|/var/cache/ion3|${prefix}/var/cache/ion3|g" ${worksrcpath}/system.mk
- reinplace "s|#PRELOAD_MODULES|PRELOAD_MODULES|g" ${worksrcpath}/system.mk
- reinplace "s|#HAS_SYSTEM_ASPRINTF|HAS_SYSTEM_ASPRINTF|g" ${worksrcpath}/system.mk
- reinplace "s|#EXTRA_LIBS|EXTRA_LIBS|g" ${worksrcpath}/system.mk
- reinplace "s|EXTRA_LIBS += -lrt||g" ${worksrcpath}/system.mk
+ return -code error "This port has been removed."
}
-
-build.env INCLUDES="-I${prefix}/include" LIBS="-L${prefix}/lib"
-destroot.destdir PREFIX=${destroot}${prefix}