[csw-devel] SF.net SVN: gar:[2424] csw/mgar/pkg/xfce

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Mon Dec 1 23:57:14 CET 2008


Revision: 2424
          http://gar.svn.sourceforge.net/gar/?rev=2424&view=rev
Author:   wbonnet
Date:     2008-12-01 22:57:13 +0000 (Mon, 01 Dec 2008)

Log Message:
-----------
Add check upstream support

Modified Paths:
--------------
    csw/mgar/pkg/xfce/appfinder/trunk/Makefile
    csw/mgar/pkg/xfce/desktop/trunk/Makefile
    csw/mgar/pkg/xfce/devtools/trunk/Makefile
    csw/mgar/pkg/xfce/exo/trunk/Makefile
    csw/mgar/pkg/xfce/gtk-xfce-engine/trunk/Makefile
    csw/mgar/pkg/xfce/icon-theme/trunk/Makefile
    csw/mgar/pkg/xfce/libxfce4mcs/trunk/Makefile
    csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile
    csw/mgar/pkg/xfce/libxfcegui4/trunk/Makefile
    csw/mgar/pkg/xfce/mcs-manager/trunk/Makefile
    csw/mgar/pkg/xfce/mcs-plugins/trunk/Makefile
    csw/mgar/pkg/xfce/mixer/trunk/Makefile
    csw/mgar/pkg/xfce/mousepad/trunk/Makefile
    csw/mgar/pkg/xfce/orage/trunk/Makefile
    csw/mgar/pkg/xfce/panel/trunk/Makefile
    csw/mgar/pkg/xfce/print/trunk/Makefile
    csw/mgar/pkg/xfce/session/trunk/Makefile
    csw/mgar/pkg/xfce/terminal/trunk/Makefile
    csw/mgar/pkg/xfce/thunar/trunk/Makefile
    csw/mgar/pkg/xfce/utils/trunk/Makefile
    csw/mgar/pkg/xfce/xfwm4/trunk/Makefile
    csw/mgar/pkg/xfce/xfwm4-themes/trunk/Makefile

Modified: csw/mgar/pkg/xfce/appfinder/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/appfinder/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/appfinder/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -10,6 +10,9 @@
 # DISTFILES += CSWxfceappfinder.depend CSWxfceappfinder.gspec CSWxfceappfinder.prototype
 DISTFILES += $(call admfiles,CSWxfceappfinder, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/desktop/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/desktop/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/desktop/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -11,6 +11,9 @@
 # DISTFILES += CSWxfcedesktopdoc.depend CSWxfcedesktopdoc.gspec CSWxfcedesktopdoc.prototype
 DISTFILES += $(call admfiles,CSWxfcedesktop, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 CONFIGURE_ARGS +=   --enable-desktop-icons 

Modified: csw/mgar/pkg/xfce/devtools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/devtools/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/devtools/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -9,6 +9,9 @@
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 DISTFILES += $(call admfiles,CSWxfcedevtools, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 include gar/category.mk
 
 post-install:

Modified: csw/mgar/pkg/xfce/exo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/exo/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/exo/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -14,6 +14,9 @@
 # DISTFILES += CSWxfcelibexodev.depend CSWxfcelibexodev.gspec CSWxfcelibexodev.prototype
 DISTFILES += $(call admfiles,CSWxfceexo, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 #  Patch for the exo-mount.c file
 # PATCHFILES = exo.diff
 

Modified: csw/mgar/pkg/xfce/gtk-xfce-engine/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/gtk-xfce-engine/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/gtk-xfce-engine/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -11,6 +11,9 @@
 # DISTFILES += CSWgtkxfceengine.depend CSWgtkxfceengine.gspec CSWgtkxfceengine.prototype
 DISTFILES += $(call admfiles,CSWgtkxfceengine, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/icon-theme/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/icon-theme/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/icon-theme/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -9,6 +9,9 @@
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 DISTFILES += CSWxfceicontheme.depend CSWxfceicontheme.gspec CSWxfceicontheme.prototype
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/libxfce4mcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/libxfce4mcs/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/libxfce4mcs/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 # DISTFILES += CSWlibxfce4mcsdev.depend CSWlibxfce4mcsdev.gspec CSWlibxfce4mcsdev.prototype
 DISTFILES += $(call admfiles,CSWlibxfce4mcs, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/libxfce4util/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 DISTFILES += CSWlibxfce4utildev.depend CSWlibxfce4utildev.gspec CSWlibxfce4utildev.prototype
 # DISTFILES += $(call admfiles,CSWlibxfce4util, depend) 
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 PATCHFILES += gar-base.diff
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/libxfcegui4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/libxfcegui4/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/libxfcegui4/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -13,6 +13,9 @@
 DISTFILES += CSWlibxfcegui4dev.depend CSWlibxfcegui4dev.gspec CSWlibxfcegui4dev.prototype
 # DISTFILES += $(call admfiles,CSWlibxfcegui4, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 LIBDEPS = xfce/libxfce4util
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/mcs-manager/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/mcs-manager/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/mcs-manager/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -13,6 +13,9 @@
 
 DISTFILES += $(call admfiles,CSWxfcemcsmanager, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 LIBDEPS = xfce/libxfce4util
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/mcs-plugins/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/mcs-plugins/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/mcs-plugins/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 
 DISTFILES += $(call admfiles,CSWxfcemcsplugins, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 # PATCHFILES += configure.in.diff
 # PATCHFILES += configure.diff
 

Modified: csw/mgar/pkg/xfce/mixer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/mixer/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/mixer/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -10,6 +10,9 @@
 # DISTFILES += CSWxfcemixer.depend CSWxfcemixer.gspec CSWxfcemixer.prototype
 DISTFILES += $(call admfiles,CSWxfcemixer, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/mousepad/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/mousepad/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/mousepad/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -11,6 +11,9 @@
 # DISTFILES += CSWxfcemousepad.depend CSWxfcemousepad.gspec CSWxfcemousepad.prototype
 DISTFILES += $(call admfiles,CSWxfcemousepad, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/orage/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/orage/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/orage/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -11,6 +11,9 @@
 # DISTFILES += CSWxfceorage.depend CSWxfceorage.gspec CSWxfceorage.prototype
 # DISTFILES += CSWxfceoragedoc.depend CSWxfceoragedoc.gspec CSWxfceoragedoc.prototype
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/panel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/panel/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/panel/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 # DISTFILES += CSWlibxfcepanel.depend CSWlibxfcepanel.gspec CSWlibxfcepanel.prototype
 # DISTFILES += CSWxfcepanel.depend CSWxfcepanel.gspec CSWxfcepanel.prototype
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 DISTFILES += $(call admfiles,CSWxfcepanel, depend)
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/print/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/print/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/print/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 # DISTFILES += CSWlibxfceprint.depend CSWlibxfceprint.gspec CSWlibxfceprint.prototype
 # DISTFILES += CSWlibxfceprintdev.depend CSWlibxfceprintdev.gspec CSWlibxfceprintdev.prototype
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 DISTFILES += $(call admfiles,CSWxfceprint, depend)
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/session/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/session/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/session/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 # DISTFILES += CSWxfcesessiondoc.depend CSWxfcesessiondoc.gspec CSWxfcesessiondoc.prototype
 # DISTFILES += CSWlibxfcesessiondev.depend CSWlibxfcesessiondev.gspec CSWlibxfcesessiondev.prototype
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 DISTFILES += $(call admfiles,CSWxfcesession, depend)
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/terminal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/terminal/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/terminal/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -16,6 +16,9 @@
 
 DISTFILES += $(call admfiles,CSWxfceterminal, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/thunar/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/thunar/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/thunar/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -18,6 +18,9 @@
 # PATCHFILES  = thunar-vfs-path-private.h.diff 
 # PATCHFILES += thunar-vfs-thumb-jpeg.c.diff
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/utils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/utils/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/utils/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 
 # PATCHFILES = xinitrc.patch
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk

Modified: csw/mgar/pkg/xfce/xfwm4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/xfwm4/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/xfwm4/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -12,6 +12,9 @@
 
 # PATCHFILES = frame.c.diff
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 LIBDEPS = xfce/mcs-mananager
 
 TEST_SCRIPTS = none

Modified: csw/mgar/pkg/xfce/xfwm4-themes/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/xfwm4-themes/trunk/Makefile	2008-12-01 22:48:53 UTC (rev 2423)
+++ csw/mgar/pkg/xfce/xfwm4-themes/trunk/Makefile	2008-12-01 22:57:13 UTC (rev 2424)
@@ -10,6 +10,9 @@
 # DISTFILES += CSWxfcexfwm4themes.depend CSWxfcexfwm4themes.gspec CSWxfcexfwm4themes.prototype
 DISTFILES += $(call admfiles,CSWxfcexfwm4themes, depend)
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
 TEST_SCRIPTS = none
 
 include gar/category.mk


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