Changeset 98754


Ignore:
Timestamp:
Oct 15, 2012, 3:21:48 AM (12 years ago)
Author:
jmr@…
Message:

tpkg: maintainer update to 2.3.3 (#35915)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/tpkg/Portfile

    r91574 r98754  
    33
    44PortSystem          1.0
    5 PortGroup           ruby 1.0
     5PortGroup           github 1.0
     6
     7github.setup        tpkg client 2.3.3 v
     8github.tarball_from downloads
    69
    710name                tpkg
    8 version             2.3.2
     11distname            ${github.author}-${github.project}-${github.version}
     12
    913categories          sysutils
    10 maintainers         aput.net:jheiss openmaintainer 
     14maintainers         aput.net:jheiss openmaintainer
    1115supported_archs     noarch
    1216license             MIT
     
    2125                    of systems.
    2226
    23 homepage            http://tpkg.sourceforge.net/
    2427platforms           darwin
    2528
    26 master_sites        sourceforge:project/tpkg/tpkg/${version}
    27 
    28 checksums           rmd160  b195513a268bc09b7fa613bac404da548ec9e53d \
    29                     sha256  f33b248da7e43b0a18d6fc83d09b33c0d810e0f081db7955c9e2118398955ba3
     29checksums           rmd160  03a3b051ba0f1dc2a9ed7a86ce4eae4ab364abfc \
     30                    sha256  e1078eb9a5c88a4fdd5394653aeb7e0984c9fbf8039a1596b5ed6729c00ce48a
    3031
    3132depends_build       port:rb-rake
    3233depends_run         port:facter
    3334
    34 worksrcdir          ${worksrcdir}/client
    3535use_configure       no
    3636build               {}
Note: See TracChangeset for help on using the changeset viewer.