[csw-devel] SF.net SVN: gar:[10920] csw/mgar/pkg/cpan/SVN-Mirror/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Fri Sep 3 13:50:47 CEST 2010


Revision: 10920
          http://gar.svn.sourceforge.net/gar/?rev=10920&view=rev
Author:   bonivart
Date:     2010-09-03 11:50:47 +0000 (Fri, 03 Sep 2010)

Log Message:
-----------
svn-mirror: update to 0.75

Modified Paths:
--------------
    csw/mgar/pkg/cpan/SVN-Mirror/trunk/Makefile
    csw/mgar/pkg/cpan/SVN-Mirror/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/COPYING

Removed Paths:
-------------
    csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.depend
    csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.gspec

Property Changed:
----------------
    csw/mgar/pkg/cpan/SVN-Mirror/trunk/


Property changes on: csw/mgar/pkg/cpan/SVN-Mirror/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/cpan/SVN-Mirror/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/SVN-Mirror/trunk/Makefile	2010-09-03 11:17:24 UTC (rev 10919)
+++ csw/mgar/pkg/cpan/SVN-Mirror/trunk/Makefile	2010-09-03 11:50:47 UTC (rev 10920)
@@ -1,26 +1,24 @@
 GARNAME = SVN-Mirror
-GARVERSION = 0.72
+GARVERSION = 0.75
 CATEGORIES = cpan
 AUTHOR = CLKAO
 
-DESCRIPTION = mirror remote repository to local Subversion repository
+DESCRIPTION = Mirror remote repository to local Subversion repository
 define BLURB
   SVN::Mirror allows you to mirror remote repository to your local subversion
   repository.
 endef
 
-DISTFILES = $(call admfiles,CSWpmsvnmirror,depend)
+DISTFILES += COPYING
 
-DEPENDS += utils/subversion
-DEPENDS += cpan/TermReadKey
-DEPENDS += cpan/SVN-Simple
-DEPENDS += cpan/URI
-DEPENDS += cpan/Class-Accessor
-DEPENDS += cpan/File-chdir
+PACKAGES = CSWpmsvnmirror
+CATALOGNAME = pm_svnmirror
+ARCHALL = 1
 
+RUNTIME_DEP_PKGS += CSWpmdatauuid CSWpmsvn CSWsvn
+RUNTIME_DEP_PKGS += CSWpmsvnsimple CSWpmtermreadkey CSWpmuri
+
 # VCP Support (disabled for now)
-#DEPENDS += cpan/VCP
-#DEPENDS += cpan/Data-UUID
 PATCHFILES += novcp.diff
 
 # Test suite takes >20m, 0.67/SPARC

Modified: csw/mgar/pkg/cpan/SVN-Mirror/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/SVN-Mirror/trunk/checksums	2010-09-03 11:17:24 UTC (rev 10919)
+++ csw/mgar/pkg/cpan/SVN-Mirror/trunk/checksums	2010-09-03 11:50:47 UTC (rev 10920)
@@ -1,4 +1 @@
-2d73a57da67f35223f5488e308fecfe3  download/CSWpmsvnmirror.gspec
-1e0f099dce15a853fb9feb3d16eb487f  download/CSWpmsvnmirror.depend
-e5b67a40307b06781b02468de5985261  download/SVN-Mirror-0.72.tar.gz
-49082178a81aa4c5e900dd288581c202  download/novcp.diff
+15c81a0958ae94e11fcb0dbb62548c98  SVN-Mirror-0.75.tar.gz

Added: csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/COPYING	2010-09-03 11:50:47 UTC (rev 10920)
@@ -0,0 +1,6 @@
+Copyright 2003 by Chia-liang Kao clkao at clkao.org.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+See <http://www.perl.com/perl/misc/Artistic.html>.

Deleted: csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.depend
===================================================================
--- csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.depend	2010-09-03 11:17:24 UTC (rev 10919)
+++ csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.depend	2010-09-03 11:50:47 UTC (rev 10920)
@@ -1,7 +0,0 @@
-P CSWcommon  common - common files and dirs for CSW packages
-P CSWpmdatauuid pm_datauuid - extension for generating unique identifiers
-P CSWpmsvn pm_subversion - subversion perl language binding
-P CSWpmsvnsimple pm_svnsimple - a simple interface for driving svn delta editors
-P CSWpmtermreadkey pm_termreadkey - module for simple terminal control
-P CSWpmuri pm_uri -  Uniform Resource Identifiers (absolute and relative)
-P CSWsvn subversion - Version control rethought

Deleted: csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.gspec
===================================================================
--- csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.gspec	2010-09-03 11:17:24 UTC (rev 10919)
+++ csw/mgar/pkg/cpan/SVN-Mirror/trunk/files/CSWpmsvnmirror.gspec	2010-09-03 11:50:47 UTC (rev 10920)
@@ -1,11 +0,0 @@
-%var            bitname pm_svnmirror
-%var            pkgname CSWpmsvnmirror
-%var            arch all
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright      
-Copyright 2003 by Chia-liang Kao clkao at clkao.org.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See <http://www.perl.com/perl/misc/Artistic.html>.


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