Revision: 2521 http://gar.svn.sourceforge.net/gar/?rev=2521&view=rev Author: wbonnet Date: 2008-12-10 23:45:44 +0000 (Wed, 10 Dec 2008)
Log Message: ----------- Add UFILE_REGEX generation to xfce and cpan makefile Modified Paths: -------------- csw/mgar/pkg/cpan/Makefile csw/mgar/pkg/xfce/Makefile Modified: csw/mgar/pkg/cpan/Makefile =================================================================== --- csw/mgar/pkg/cpan/Makefile 2008-12-10 23:42:01 UTC (rev 2520) +++ csw/mgar/pkg/cpan/Makefile 2008-12-10 23:45:44 UTC (rev 2521) @@ -36,6 +36,13 @@ echo "MASTER_SITES = "; \ echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \ echo "DISTFILES += $$(call admfiles,CSWpackage,)"; \ + echo ""; \ + echo "# We define upstream file regex so we can be notifed of new upstream software release"; \ + echo "UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \ + echo ""; \ + echo "# If the url used to check for software update is different of MASTER_SITES, then "; \ + echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; \ + echo "# UPSTREAM_MASTER_SITES = "; \ echo ""; \ echo "CONFIGURE_ARGS = $$(DIRPATHS)"; \ echo ""; \ Modified: csw/mgar/pkg/xfce/Makefile =================================================================== --- csw/mgar/pkg/xfce/Makefile 2008-12-10 23:42:01 UTC (rev 2520) +++ csw/mgar/pkg/xfce/Makefile 2008-12-10 23:45:44 UTC (rev 2521) @@ -36,6 +36,13 @@ echo "MASTER_SITES = "; \ echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \ echo "DISTFILES += $$(call admfiles,CSWpackage,)"; \ + echo ""; \ + echo "# We define upstream file regex so we can be notifed of new upstream software release"; \ + echo "UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \ + echo ""; \ + echo "# If the url used to check for software update is different of MASTER_SITES, then "; \ + echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; \ + echo "# UPSTREAM_MASTER_SITES = "; \ echo ""; \ echo "CONFIGURE_ARGS = $$(DIRPATHS)"; \ echo ""; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel