[27612] trunk/dports/x11/rxvt-unicode/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 10 12:33:22 PDT 2007


Revision: 27612
          http://trac.macosforge.org/projects/macports/changeset/27612
Author:   takanori at macports.org
Date:     2007-08-10 12:33:21 -0700 (Fri, 10 Aug 2007)

Log Message:
-----------
* Version bump to 8.3.
* Add "--disable-utmp" to configure options.
(Ticket #12412)

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2007-08-10 18:19:26 UTC (rev 27611)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2007-08-10 19:33:21 UTC (rev 27612)
@@ -2,7 +2,7 @@
 
 PortSystem      1.0
 name            rxvt-unicode
-version         8.2
+version         8.3
 categories      x11
 maintainers     pesco at gmx.de
 description     Unicode-aware rxvt clone.
@@ -25,22 +25,26 @@
                 port:ncursesw \
                 port:perl5.8 \
                 port:pkgconfig \
+                port:render \
                 port:Xft2 \
                 port:xrender \
                 port:zlib
 use_bzip2       yes
-checksums       md5 7876a1e2a82794c5ebbea8791561daba \
-                sha1 75c2834ae8506faa514713ad70e2276f4eb7d555 \
-                rmd160 e7afb9f80be63585852806f86517c9ceed19611b
+checksums       md5 c53043a5178e2eeb33578148d56f8f96 \
+                sha1 cd335c47543ba086585a296ca0fe7445c07120dd \
+                rmd160 000dbcb1ff297edbff0a8b21dbbba3db30854579
 
 configure.args  --enable-everything --with-codeset=all \
+                --disable-utmp --disable-afterimage \
                 --mandir=${prefix}/share/man
 
 destroot.env    TERMINFO=${destroot}${prefix}/share/terminfo
 pre-destroot {
     file mkdir ${destroot}${prefix}/share/terminfo
+    move ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL_
 }
 post-destroot {
+    move ${worksrcpath}/INSTALL_ ${worksrcpath}/INSTALL
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/etc
     xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070810/f07ecb87/attachment.html


More information about the macports-changes mailing list