[66534] trunk/dports/x11/xournal/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 16 03:21:04 PDT 2010


Revision: 66534
          http://trac.macports.org/changeset/66534
Author:   ryandesign at macports.org
Date:     2010-04-16 03:21:00 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
xournal: update to 0.4.5, also install doc files

Modified Paths:
--------------
    trunk/dports/x11/xournal/Portfile

Modified: trunk/dports/x11/xournal/Portfile
===================================================================
--- trunk/dports/x11/xournal/Portfile	2010-04-16 10:07:12 UTC (rev 66533)
+++ trunk/dports/x11/xournal/Portfile	2010-04-16 10:21:00 UTC (rev 66534)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    xournal
-version                 0.4.2.1
+version                 0.4.5
 categories              x11
 platforms               darwin
 maintainers             ryandesign
@@ -18,23 +18,17 @@
                         and keeping a journal using a stylus. It's similar to \
                         other applications such as Jarnal, Gournal, and NoteLab.
 
-checksums               md5     b56b1403b68b60a5a27b028d91a38e88 \
-                        sha1    e401675154afd207f7b345c2191714f351837251 \
-                        rmd160  8daf2deac1f4e07284ba8818eec2968bdbd9baea
+checksums               md5     795e4396ded2b67766eb2926be1fb4a9 \
+                        sha1    390cb275774469ed1b04b7268dd625bd456c895e \
+                        rmd160  a4228e6874482bd381c59cd8e3db1100361c1d40
 
-depends_build           port:autoconf \
-                        port:automake \
-                        port:intltool \
-                        port:libtool
+depends_lib             port:poppler
 
-depends_lib             port:libgnomeprintui
-
-post-patch {
-    reinplace {s|libtool|glibtool|g} ${worksrcpath}/autogen.sh
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README ${destroot}${prefix}/share/doc/${name}
 }
 
-configure.cmd           ./autogen.sh
-
 livecheck.type          regex
 livecheck.url           http://sourceforge.net/projects/${name}/files/
 livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100416/88f498a9/attachment.html>


More information about the macports-changes mailing list