[68505] trunk/dports/x11/xlsclients

jeremyhu at macports.org jeremyhu at macports.org
Fri Jun 4 22:17:25 PDT 2010


Revision: 68505
          http://trac.macports.org/changeset/68505
Author:   jeremyhu at macports.org
Date:     2010-06-04 22:17:22 -0700 (Fri, 04 Jun 2010)
Log Message:
-----------
xlsclients: Bump to version 1.1.0

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

Added Paths:
-----------
    trunk/dports/x11/xlsclients/files/
    trunk/dports/x11/xlsclients/files/strnlen.h

Modified: trunk/dports/x11/xlsclients/Portfile
===================================================================
--- trunk/dports/x11/xlsclients/Portfile	2010-06-05 05:10:46 UTC (rev 68504)
+++ trunk/dports/x11/xlsclients/Portfile	2010-06-05 05:17:22 UTC (rev 68505)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                xlsclients
-version             1.0.2
+version             1.1.0
 categories          x11
 maintainers         jeremyhu openmaintainer
 description         List client applications running on an X11 display
@@ -14,14 +14,19 @@
 master_sites        http://xorg.freedesktop.org/archive/individual/app/
 use_bzip2           yes
 
-checksums           md5     df270f7dd5528ae1b7d80c47585d8278 \
-                    sha1    5cde39a28c5352d1d555714836f57c05197e419d \
-                    rmd160  526a0cae2cfa9229c00670276f3eaecbde845889
+checksums           md5     550a0fee047c5043f2cbf190b41f8a1b \
+                    sha1    1961ee982f98d270c9069eaf84790c6b9dcdc851 \
+                    rmd160  ef0cb54ed84e77ea6013235582f65fcdf288f97d
 
 depends_build       port:pkgconfig
 
-depends_lib         port:xorg-libXmu
+depends_lib         port:xorg-libxcb
 
+# Remove for 1.1.1 or later
+post-patch {
+	file copy ${filespath}/strnlen.h ${worksrcpath}
+}
+
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
 livecheck.url       ${master_sites}

Added: trunk/dports/x11/xlsclients/files/strnlen.h
===================================================================
--- trunk/dports/x11/xlsclients/files/strnlen.h	                        (rev 0)
+++ trunk/dports/x11/xlsclients/files/strnlen.h	2010-06-05 05:17:22 UTC (rev 68505)
@@ -0,0 +1,32 @@
+/*
+ * Copyright (c) 2009 Apple Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+
+ /*
+  * Author:  Jeremy Huddleston, Apple Inc.
+  */
+
+#ifndef __STRNLEN_H__
+#define __STRNLEN_H__ 1
+#include <stdlib.h>
+
+extern size_t strnlen(const char *s, size_t maxlen);
+#endif /* __STRNLEN_H__ */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100604/a8781565/attachment.html>


More information about the macports-changes mailing list