[71555] trunk/dports/gnome/liboobs

devans at macports.org devans at macports.org
Thu Sep 16 14:06:56 PDT 2010


Revision: 71555
          http://trac.macports.org/changeset/71555
Author:   devans at macports.org
Date:     2010-09-16 14:06:55 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
liboobs: update to version 2.30.1, remove outdated patchfiles.

Modified Paths:
--------------
    trunk/dports/gnome/liboobs/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/liboobs/files/

Modified: trunk/dports/gnome/liboobs/Portfile
===================================================================
--- trunk/dports/gnome/liboobs/Portfile	2010-09-16 19:35:16 UTC (rev 71554)
+++ trunk/dports/gnome/liboobs/Portfile	2010-09-16 21:06:55 UTC (rev 71555)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            liboobs
-version         2.22.2
+version         2.30.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
@@ -22,19 +22,17 @@
 
 use_bzip2       yes
 
-checksums       md5     84d20702942635e3bebc0c1c35bdad43 \
-                sha1    39a54fc11a7384e2d241518a4cdd61798472d77f \
-                rmd160  900aa933c9f8da262de77dc30e6f116679cad07f
+checksums       md5     65abd1254c63aea04fc1879c21e0051d \
+                sha1    f5d995a31fc907add165953c3797b15cbd61da28 \
+                rmd160  87ef170d7a0ee73563ce341bec958ad99f0179c7
 
-patchfiles      patch-oobs-oobs-ifacesconfig.c.diff \
-                patch-oobs-oobs-user.c.diff
-
 post-patch {
     # Crypt functions are in the System library.
     reinplace "s/-lcrypt/-lSystem/" ${worksrcpath}/configure
 
     # Crypt functions are declared in unistd.h system header.
-    reinplace "s/<crypt.h>/<unistd.h>/" ${worksrcpath}/oobs/oobs-group.c
+    reinplace "s/<crypt.h>/<unistd.h>/" ${worksrcpath}/oobs/oobs-group.c \
+                                        ${worksrcpath}/oobs/oobs-user.c
 }
 
 depends_build   port:pkgconfig \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/be342c60/attachment.html>


More information about the macports-changes mailing list