[csw-devel] SF.net SVN: gar:[6789] csw/mgar/pkg/cswutils/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Oct 8 19:36:43 CEST 2009
Revision: 6789
http://gar.svn.sourceforge.net/gar/?rev=6789&view=rev
Author: wahwah
Date: 2009-10-08 17:36:43 +0000 (Thu, 08 Oct 2009)
Log Message:
-----------
cswutils: Support for stripping paths for comparepkg
Modified Paths:
--------------
csw/mgar/pkg/cswutils/trunk/Makefile
csw/mgar/pkg/cswutils/trunk/checksums
Property Changed:
----------------
csw/mgar/pkg/cswutils/trunk/Makefile
Modified: csw/mgar/pkg/cswutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswutils/trunk/Makefile 2009-10-08 17:34:28 UTC (rev 6788)
+++ csw/mgar/pkg/cswutils/trunk/Makefile 2009-10-08 17:36:43 UTC (rev 6789)
@@ -1,3 +1,5 @@
+# $Id$
+
GARNAME = cswutils
GARVERSION = 1.14.4
CATEGORIES = utils
@@ -7,7 +9,7 @@
endef
SVNROOT = http://opencsw.svn.sourceforge.net/svnroot/opencsw/utilities/
-SVN_REV = 74
+SVN_REV = 77
MASTER_SITES =
DISTFILES = COPYING
@@ -62,9 +64,9 @@
@ginstall $(WORKSRC)/createpkg.8 $(DESTDIR)$(mandir)/man8/
@ginstall $(WORKSRC)/stagepkg.8 $(DESTDIR)$(mandir)/man8/
@ginstall -d $(DESTDIR)$(libdir)/python/csw
- @ginstall $(WORKSRC)/compare_pkgs.py-r$(SVN_REV) \
+ @ginstall -m 755 $(WORKSRC)/compare_pkgs.py-r$(SVN_REV) \
$(DESTDIR)$(libdir)/python/csw/compare_pkgs.py
- @ginstall $(WORKSRC)/opencsw_lib.py-r$(SVN_REV) \
+ @ginstall -m 644 $(WORKSRC)/opencsw_lib.py-r$(SVN_REV) \
$(DESTDIR)$(libdir)/python/csw/opencsw_lib.py
@ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/comparepkg
@$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/cswutils/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: csw/mgar/pkg/cswutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/cswutils/trunk/checksums 2009-10-08 17:34:28 UTC (rev 6788)
+++ csw/mgar/pkg/cswutils/trunk/checksums 2009-10-08 17:36:43 UTC (rev 6789)
@@ -1,10 +1,10 @@
091b12575ebc0e45cf8c3d8b43d8b638 download/COPYING
30b6598a4453e3ce0c1fabeede5eb5f8 download/checkpkg
6ec3b6597e04714430987ccc199db3c4 download/checkpkg.8
-280eef68336d2896ecc136152014af9c download/compare_pkgs.py-r74
+a60cefbb6829c8dbbfae634a9ab01eba download/compare_pkgs.py-r77
9a637f6546cc50974159a987302d91c0 download/cpan2pkg
93b6a811d303ce3be0050c5a7b3c8e69 download/createpkg
a605598f30195f9ab1b29fc3944d3b31 download/createpkg.8
-d2106349c17ae9e9e000e6636960c134 download/opencsw_lib.py-r74
+d2106349c17ae9e9e000e6636960c134 download/opencsw_lib.py-r77
cd4496ee27bf86d5c8bc656c9c5974be download/stagepkg
8908a0a898aa07a7a928b2b8bd8384f0 download/stagepkg.8
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