[csw-devel] SF.net SVN: gar:[6413] csw/mgar/pkg/x11
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Sep 22 22:54:40 CEST 2009
Revision: 6413
http://gar.svn.sourceforge.net/gar/?rev=6413&view=rev
Author: dmichelsen
Date: 2009-09-22 20:54:39 +0000 (Tue, 22 Sep 2009)
Log Message:
-----------
x11/libx11: Adjust directory name to match catalog name
Modified Paths:
--------------
csw/mgar/pkg/x11/libx11/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/x11/libx11/
Removed Paths:
-------------
csw/mgar/pkg/x11/libX11/
Modified: csw/mgar/pkg/x11/libx11/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libX11/trunk/Makefile 2009-09-22 13:55:59 UTC (rev 6393)
+++ csw/mgar/pkg/x11/libx11/trunk/Makefile 2009-09-22 20:54:39 UTC (rev 6413)
@@ -1,4 +1,4 @@
-GARNAME = libX11
+GARNAME = libx11
GARVERSION = 1.2.2
CATEGORIES = x11
@@ -10,7 +10,8 @@
endef
MASTER_SITES = $(X11_LIB_MASTER_SITE)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTNAME = libX11-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
PATCHFILES = patch-stdint.diff
# Add workaround for http://bugs.sourcemage.org/show_bug.cgi?id=13476
PATCHFILES += patch-xlib-sentinel.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list