[csw-devel] SF.net SVN: gar:[11474] csw/mgar/pkg/cpan/Calendar-Simple/trunk/Makefile
jonbcraig at users.sourceforge.net
jonbcraig at users.sourceforge.net
Tue Nov 2 00:58:21 CET 2010
Revision: 11474
http://gar.svn.sourceforge.net/gar/?rev=11474&view=rev
Author: jonbcraig
Date: 2010-11-01 23:58:21 +0000 (Mon, 01 Nov 2010)
Log Message:
-----------
cpan/Calendar-Simple: added old package name and appropriate dependency
Modified Paths:
--------------
csw/mgar/pkg/cpan/Calendar-Simple/trunk/Makefile
Modified: csw/mgar/pkg/cpan/Calendar-Simple/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Calendar-Simple/trunk/Makefile 2010-11-01 22:02:59 UTC (rev 11473)
+++ csw/mgar/pkg/cpan/Calendar-Simple/trunk/Makefile 2010-11-01 23:58:21 UTC (rev 11474)
@@ -10,11 +10,20 @@
represents the weeks in the month. The second level array contains the actual days.
endef
-PACKAGES = CSWpmcalendarsimple
-CATALOGNAME = pm_calendarsimple
+# CSWpmcalendarsimp is the old package. It is empty and depends on the new one
+PACKAGES = CSWpmcalendarsimple CSWpmcalendarsimp
+CATALOGNAME_CSWpmcalendarsimple = pm_calendarsimple
+CATALOGNAME_CSWpmcalendarsimp = pm_calendarsimp
-ARCHALL = 1
+SPKG_DESC_CSWpmcalendarsimple = $(DESCRIPTION)
+SPKG_DESC_CSWpmcalendarsimp = Empty stub depending on new package CSWpmcalendarsimple
+RUNTIME_DEP_PKGS_CSWpmcalendarsimp = CSWpmcalendarsimple
+
LICENSE=files/COPYING
+PKGFILES_CSWpmcalendarsimp = NOFILES
+ARCHALL = 1
+
+
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