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

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Wed Oct 7 22:40:06 CEST 2009


Revision: 6760
          http://gar.svn.sourceforge.net/gar/?rev=6760&view=rev
Author:   wbonnet
Date:     2009-10-07 20:40:06 +0000 (Wed, 07 Oct 2009)

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

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

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

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

Modified: csw/mgar/pkg/x11/x11_videoproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/videoproto/trunk/Makefile	2009-10-07 19:13:03 UTC (rev 6752)
+++ csw/mgar/pkg/x11/x11_videoproto/trunk/Makefile	2009-10-07 20:40:06 UTC (rev 6760)
@@ -1,20 +1,23 @@
-GARNAME = videoproto
 GARVERSION = 2.3.0
 CATEGORIES = x11
+PROTONAME = videoproto
+GARNAME = x11_$(PROTONAME)
+DISTNAME = $(PROTONAME)-$(GARVERSION)
 
 DESCRIPTION = Video extension headers
 define BLURB
   Video extension headers
 endef
 
-PACKAGES = CSWxvideoproto
+MASTER_SITES = $(X11_PROTO_MASTER_SITE)
+DISTFILES = $(PROTONAME)-$(GARVERSION).tar.gz
 
-MASTER_SITES  = $(X11_PROTO_MASTER_SITE)
-DISTFILES = $(GARNAME)-$(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