The attached patch update xcompmgr to 1.1.4. Apart from bug fixes, it also clarifies the licence. The GPL in COPYING in the 1.1.1 version was an oversight and has been removed upstream. So the license is now a bare MIT one. This opens the question of moving this into Xenocara rather than keeping it as a port.

Comments, tests reports?

--
Matthieu Herrb
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/xcompmgr/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile    21 Feb 2008 21:35:54 -0000      1.8
+++ Makefile    5 Sep 2008 10:25:18 -0000
@@ -2,25 +2,23 @@
 
 COMMENT=       sample X Compositing Manager
 
-DISTNAME=      xcompmgr-1.1.1
-PKGNAME=       ${DISTNAME}p4
+DISTNAME=      xcompmgr-1.1.4
 CATEGORIES=    x11
 
-MASTER_SITES=  http://freedesktop.org/xapps/release/
+MASTER_SITES=  ftp://ftp.x.org/pub/individual/app/
 
-HOMEPAGE=      http://www.freedesktop.org/Software/xapps
+HOMEPAGE=      http://www.x.org/
 
 MAINTAINER=    Matthieu Herrb <[EMAIL PROTECTED]>
 
-# GPL
+# MIT
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=               Xcomposite Xext Xdamage Xfixes Xrender X11 Xau Xdmcp m c
 
-CONFIGURE_STYLE=       autoconf
-AUTOCONF_VERSION=      2.59
+CONFIGURE_STYLE=       gnu
 
 USE_X11=               Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/xcompmgr/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    5 Apr 2007 17:36:26 -0000       1.2
+++ distinfo    5 Sep 2008 10:25:18 -0000
@@ -1,5 +1,5 @@
-MD5 (xcompmgr-1.1.1.tar.gz) = TfkCvgdqaXlUwS8vTBN0oQ==
-RMD160 (xcompmgr-1.1.1.tar.gz) = EOCpcL0NM+6ebZeR6IDXljp9LKg=
-SHA1 (xcompmgr-1.1.1.tar.gz) = m4QnBwoAXFMAKQqq5J1AxLoXJnw=
-SHA256 (xcompmgr-1.1.1.tar.gz) = NC9yUo5HcFEsMOHPLgU8+8umtmy/BJLrs4TfpnpGjFk=
-SIZE (xcompmgr-1.1.1.tar.gz) = 87131
+MD5 (xcompmgr-1.1.4.tar.gz) = gvgARHsIsP7GpZvkHeyWGg==
+RMD160 (xcompmgr-1.1.4.tar.gz) = mUNWlce38s8m4gJJaw1xzQ5yJm0=
+SHA1 (xcompmgr-1.1.4.tar.gz) = lI1uTqKI6QiW4XYYfqZtCudeejQ=
+SHA256 (xcompmgr-1.1.4.tar.gz) = RGHk/Wj80y2ojMsCETFZHMp45RfNlLaM5tkBSN8U8Cg=
+SIZE (xcompmgr-1.1.4.tar.gz) = 92267

Reply via email to