Modified: trunk/dports/x11/bitmap/Portfile (74253 => 74254)
--- trunk/dports/x11/bitmap/Portfile 2010-12-09 07:11:00 UTC (rev 74253)
+++ trunk/dports/x11/bitmap/Portfile 2010-12-09 07:12:11 UTC (rev 74254)
@@ -3,6 +3,7 @@
PortSystem 1.0
name bitmap
version 1.0.5
+revision 1
categories x11 graphics
maintainers jeremyhu openmaintainer
description Bitmap editor and converter utilities for X11
@@ -22,6 +23,12 @@
depends_lib port:xorg-libXaw port:xbitmaps
+post-destroot {
+ # This conflicts with stipple from the bitmap port for case-insensitive file systems
+ delete ${destroot}${prefix}/include/X11/bitmaps/Stipple
+}
+
+
livecheck.type regex
livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url ${master_sites}