[csw-devel] SF.net SVN: gar:[13376] csw/mgar/pkg/lang-python/supybot/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Feb 18 19:04:17 CET 2011
Revision: 13376
http://gar.svn.sourceforge.net/gar/?rev=13376&view=rev
Author: skayser
Date: 2011-02-18 18:04:17 +0000 (Fri, 18 Feb 2011)
Log Message:
-----------
lang-python/supybot/trunk: cosmetic changes, split out changelog.CSW handling, update changelow.CSW
Modified Paths:
--------------
csw/mgar/pkg/lang-python/supybot/trunk/Makefile
csw/mgar/pkg/lang-python/supybot/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/lang-python/supybot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/supybot/trunk/Makefile 2011-02-18 16:46:00 UTC (rev 13375)
+++ csw/mgar/pkg/lang-python/supybot/trunk/Makefile 2011-02-18 18:04:17 UTC (rev 13376)
@@ -12,10 +12,10 @@
plugins providing around 400 actual commands.
endef
-SPKG_SOURCEURL = http://supybot.com/
+VENDOR_URL = http://supybot.com/
MASTER_SITES = $(SF_MIRRORS)
-DISTNAME = Supybot-$(VERSION)
-DISTFILES = $(DISTNAME).tar.gz
+DISTFILES = $(DISTNAME).tar.gz
+DISTNAME = Supybot-$(VERSION)
ARCHALL = 1
RUNTIME_DEP_PKGS = CSWpysqlite CSWtwisted
@@ -30,7 +30,13 @@
post-install-modulated: MANDEST=$(DESTDIR)$(mandir)/man1
post-install-modulated:
ginstall -d $(DOCDEST)
- cp $(FILEDIR)/changelog.CSW $(DOCDEST)
-cp $(addprefix $(WORKSRC)/, $(DOCS)) $(DOCDEST)
ginstall -d $(MANDEST) && cp $(WORKSRC)/docs/man/* $(MANDEST)
@$(MAKECOOKIE)
+
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+ ginstall -D $(FILEDIR)/changelog.CSW \
+ $(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/supybot/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/supybot/trunk/files/changelog.CSW 2011-02-18 16:46:00 UTC (rev 13375)
+++ csw/mgar/pkg/lang-python/supybot/trunk/files/changelog.CSW 2011-02-18 18:04:17 UTC (rev 13376)
@@ -1,5 +1,5 @@
-supybot (0.83.4.1,REV=2009.09.24)
+supybot (0.83.4.1,REV=2011.02.18)
* Initial release.
- -- Sebastian Kayser <skayser at opencsw.org> Thu, 24 Sep 2009 21:24:03 +0200
+ -- Sebastian Kayser <skayser at opencsw.org> Fri, 18 Feb 2011 19:00:12 +0100
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