[66865] trunk/dports/net/pastebinit/Portfile

mnick at macports.org mnick at macports.org
Sat Apr 24 03:24:11 PDT 2010


Revision: 66865
          http://trac.macports.org/changeset/66865
Author:   mnick at macports.org
Date:     2010-04-24 03:24:05 -0700 (Sat, 24 Apr 2010)
Log Message:
-----------
* update to version 1.1
* add py26-configobj dependency 
* fix shebang to point to /opt/local/bin/python2.6

Modified Paths:
--------------
    trunk/dports/net/pastebinit/Portfile

Modified: trunk/dports/net/pastebinit/Portfile
===================================================================
--- trunk/dports/net/pastebinit/Portfile	2010-04-24 09:48:00 UTC (rev 66864)
+++ trunk/dports/net/pastebinit/Portfile	2010-04-24 10:24:05 UTC (rev 66865)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pastebinit
-version             1.0
+version             1.1
 maintainers         mnick
 
 categories          net python
@@ -17,15 +17,21 @@
 homepage            http://www.stgraber.org/category/pastebinit
 master_sites        http://launchpad.net/pastebinit/trunk/${version}/+download/
 
-checksums           md5     97c2a0b227240dcb8d6f4c66d7e3eb12 \
-                    sha1    014652e6c42b0a7f8365273e9048d7f415fa8cbe \
-                    rmd160  d52038eb417450dc7196b25a3d7370a0078f1f36
+checksums           md5     669a27ff705e101488834e1524196587 \
+                    sha1    3a61945cbd5df0254a358d2ae1fa972c6f30a023 \
+                    rmd160  13cf47cde0788c8dbfa64c7f2e6d4a66850d9c87
 
 use_configure       no
 
 set sharedir        ${prefix}/share/${name}/
 set localedir       ${prefix}/share/locale/
 
+depends_lib-append  port:py26-configobj
+
+post-patch {
+    reinplace "s|^#!/usr/bin/python|#!/opt/local/bin/python2.6|" ${worksrcpath}/pastebinit
+}
+
 build {
     system "cd ${worksrcpath}/po && make"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100424/37680f3d/attachment.html>


More information about the macports-changes mailing list