[115097] trunk/dports/devel

mojca at macports.org mojca at macports.org
Tue Dec 24 14:55:14 PST 2013


Revision: 115097
          https://trac.macports.org/changeset/115097
Author:   mojca at macports.org
Date:     2013-12-24 14:55:14 -0800 (Tue, 24 Dec 2013)
Log Message:
-----------
myrepos: rename mr->myrepos, upgrade to version 1.20130826, fetch sources from github (maintainer, closes #40799)

Modified Paths:
--------------
    trunk/dports/devel/mr/Portfile
    trunk/dports/devel/myrepos/Portfile

Added Paths:
-----------
    trunk/dports/devel/myrepos/

Modified: trunk/dports/devel/mr/Portfile
===================================================================
--- trunk/dports/devel/mr/Portfile	2013-12-24 17:45:59 UTC (rev 115096)
+++ trunk/dports/devel/mr/Portfile	2013-12-24 22:55:14 UTC (rev 115097)
@@ -3,50 +3,12 @@
 
 PortSystem          1.0
 
+replaced_by         myrepos
+PortGroup           obsolete 1.0
+
 name                mr
 version             1.13
-categories          devel
-platforms           darwin
-maintainers         googlemail.com:gjasny openmaintainer
-license             GPL-2+
+revision            1
 
-description         Multiple repository management tool
-
-long_description    The mr(1) command can checkout, update, or perform other actions on a set of \
-                    repositories as if they were one combined respository. It supports any combination \
-                    of git, svn, mercurial, bzr, darcs, cvs, vcsh, fossil, and veracity repositories, \
-                    and support for other version control systems can easily be added. \
-                    (There are extensions adding support for unison and git-svn, among others.)
-
-homepage            http://joeyh.name/code/mr/
-
-master_sites        debian:m/${name}
-distname            ${name}_${version}
-worksrcdir          ${name}
-
-checksums           rmd160 3d64e271ea0a0ac6dee07c5fb32cc5a8a6e64aa3 \
-                    sha256 9f7e93568113497c59f4fdb132f77cba06ca2d1705c1dec506632fded0ec78e0
-
-supported_archs     noarch
-use_configure       no
-build.target        build
-
-depends_lib         port:perl5.12
-
-depends_run         port:p5.12-html-parser \
-                    port:p5.12-libwww-perl \
-                    port:p5.12-getopt-long
-
-post-patch {
-    reinplace -locale C "s|^#!.*perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/mr ${worksrcpath}/webcheckout
-}
-
-destroot {
-    xinstall -W ${worksrcpath} -m 755 mr webcheckout ${destroot}${prefix}/bin
-    xinstall -d -m 755 ${destroot}${prefix}/share/${name}
-    eval xinstall -W ${worksrcpath} -m 644 [glob lib/*] ${destroot}${prefix}/share/${name}
-    xinstall -W ${worksrcpath} -m 644 mr.1 webcheckout.1 ${destroot}${prefix}/share/man/man1/
-}
-
-livecheck.type      regex
-livecheck.regex     {>version ([0-9.]+)<}
+homepage            http://myrepos.branchable.com/
+license             GPL-2+

Modified: trunk/dports/devel/myrepos/Portfile
===================================================================
--- trunk/dports/devel/mr/Portfile	2013-12-24 17:45:59 UTC (rev 115096)
+++ trunk/dports/devel/myrepos/Portfile	2013-12-24 22:55:14 UTC (rev 115097)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                mr
-version             1.13
+github.setup        joeyh myrepos 1.20130826
+
 categories          devel
 platforms           darwin
 maintainers         googlemail.com:gjasny openmaintainer
@@ -18,15 +19,11 @@
                     and support for other version control systems can easily be added. \
                     (There are extensions adding support for unison and git-svn, among others.)
 
-homepage            http://joeyh.name/code/mr/
+homepage            http://myrepos.branchable.com/
 
-master_sites        debian:m/${name}
-distname            ${name}_${version}
-worksrcdir          ${name}
+checksums           rmd160  0d6d3d7a5e4ec0e3ca3dad8b86357c4372a9df5f \
+                    sha256  ebfb45760de2e22fa2c6d5d5ad1f4583529c81793f5388667327acbffe39cf63
 
-checksums           rmd160 3d64e271ea0a0ac6dee07c5fb32cc5a8a6e64aa3 \
-                    sha256 9f7e93568113497c59f4fdb132f77cba06ca2d1705c1dec506632fded0ec78e0
-
 supported_archs     noarch
 use_configure       no
 build.target        build
@@ -47,6 +44,3 @@
     eval xinstall -W ${worksrcpath} -m 644 [glob lib/*] ${destroot}${prefix}/share/${name}
     xinstall -W ${worksrcpath} -m 644 mr.1 webcheckout.1 ${destroot}${prefix}/share/man/man1/
 }
-
-livecheck.type      regex
-livecheck.regex     {>version ([0-9.]+)<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131224/0f66379c/attachment.html>


More information about the macports-changes mailing list