[csw-devel] SF.net SVN: gar:[15292] csw/mgar/pkg
opk at users.sourceforge.net
opk at users.sourceforge.net
Wed Aug 10 01:35:36 CEST 2011
Revision: 15292
http://gar.svn.sourceforge.net/gar/?rev=15292&view=rev
Author: opk
Date: 2011-08-09 23:35:36 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
fix uwatch configuration for my packages
Modified Paths:
--------------
csw/mgar/pkg/guilt/trunk/Makefile
csw/mgar/pkg/lang-python/nose/trunk/Makefile
csw/mgar/pkg/lang-python/pygobject/trunk/Makefile
csw/mgar/pkg/lang-python/pygtk/trunk/Makefile
csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile
csw/mgar/pkg/lang-python/pytz/trunk/Makefile
csw/mgar/pkg/tkcvs/trunk/Makefile
csw/mgar/pkg/zsh/trunk/Makefile
Modified: csw/mgar/pkg/guilt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/guilt/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/guilt/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -14,7 +14,6 @@
MASTER_SITES = http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/
DISTFILES = $(DISTNAME).tar.bz2
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS =
Modified: csw/mgar/pkg/lang-python/nose/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/nose/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/lang-python/nose/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -17,6 +17,7 @@
GOOGLE_PROJECT = python-nose
MASTER_SITES = $(GOOGLE_MIRROR)
DISTFILES = $(NAME)-$(VERSION).tar.gz
+UPSTREAM_MASTER_SITES = http://code.google.com/p/python-nose/downloads/list
PACKAGES = CSWpy-nose
CATALOGNAME = py_nose
Modified: csw/mgar/pkg/lang-python/pygobject/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pygobject/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/lang-python/pygobject/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -39,7 +39,6 @@
EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
-UFILES_REGEX = (\d+(?:\.\d+)*).tar.bz2
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --without-ffi
Modified: csw/mgar/pkg/lang-python/pygtk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pygtk/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/lang-python/pygtk/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -26,10 +26,6 @@
SPKG_CLASSES = none cswpycompile
RUNTIME_DEP_PKGS += CSWcswclassutils
-# We define upstream file regex so we can be notifed of
-# new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*).tar.bz2
-
PKG_CONFIG_PATH = /opt/csw/lib/pkgconfig:/opt/csw/X11/lib/pkgconfig
EXTRA_EXPORTS = PKG_CONFIG_PATH
Modified: csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -20,6 +20,7 @@
EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
+UPSTREAM_MASTER_SITES = http://labix.org/python-dateutil/
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
TEST_SCRIPTS = dateutil
Modified: csw/mgar/pkg/lang-python/pytz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pytz/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/lang-python/pytz/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -20,8 +20,6 @@
EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
-UFILES_REGEX = $(NAME)-(\d+[a-z]).tar.bz2
-
LICENSE = LICENSE.txt
ARCHALL = 1
Modified: csw/mgar/pkg/tkcvs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tkcvs/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/tkcvs/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -14,13 +14,9 @@
DISTNAME = $(NAME)_$(subst .,_,$(VERSION))
DISTFILES = $(NAME)_$(subst .,_,$(VERSION)).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = $(MASTER_SITES)/tkcvs.html
UFILES_REGEX = $(NAME)_(\d+(?:_\d+)*).tar.gz
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS =
TEST_SCRIPTS =
Modified: csw/mgar/pkg/zsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zsh/trunk/Makefile 2011-08-09 15:55:47 UTC (rev 15291)
+++ csw/mgar/pkg/zsh/trunk/Makefile 2011-08-09 23:35:36 UTC (rev 15292)
@@ -22,12 +22,8 @@
BUILD_DEP_PKGS = CSWpcre
SPKG_SOURCEURL = http://www.zsh.org
+UPSTREAM_MASTER_SITES = http://www.zsh.org/pub/
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=4068
-UPSTREAM_USE_SF = 1
-UFILES_REGEX = (\d+(?:\.\d+)*)
-
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-maildir-support
CONFIGURE_ARGS += --enable-fndir=$(sharedstatedir)/$(NAME)/functions
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