[csw-devel] SF.net SVN: gar:[6716] csw/mgar/pkg/x11

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Mon Oct 5 21:47:05 CEST 2009


Revision: 6716
          http://gar.svn.sourceforge.net/gar/?rev=6716&view=rev
Author:   wbonnet
Date:     2009-10-05 19:46:33 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
Switch to new naming

Modified Paths:
--------------
    csw/mgar/pkg/x11/x11_dmxproto/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/x11/x11_dmxproto/

Removed Paths:
-------------
    csw/mgar/pkg/x11/dmxproto/

Modified: csw/mgar/pkg/x11/x11_dmxproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/dmxproto/trunk/Makefile	2009-10-05 14:46:03 UTC (rev 6713)
+++ csw/mgar/pkg/x11/x11_dmxproto/trunk/Makefile	2009-10-05 19:46:33 UTC (rev 6716)
@@ -1,6 +1,8 @@
-GARNAME = dmxproto
 GARVERSION = 2.2.2
 CATEGORIES = x11
+PROTONAME = dmxproto
+GARNAME = x11_$(PROTONAME)
+DISTNAME = $(PROTONAME)-$(GARVERSION)
 
 DESCRIPTION = Distributed Multi-headed X protocol headers for X11
 define BLURB
@@ -8,11 +10,14 @@
 endef
 
 MASTER_SITES = $(X11_PROTO_MASTER_SITE)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(PROTONAME)-$(GARVERSION).tar.gz
 
 # We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(PROTONAME)-(\d+(?:\.\d+)*).tar.gz
 
+PACKAGES = CSWx11$(PROTONAME)
+CATALOGNAME_CSWx11$(PROTONAME) = x11_$(PROTONAME)
+
 REQUIRED_PKGS = CSWx11common
 
 BUILD64 = 1


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