New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80344


Ignore:
Timestamp:
07/09/11 23:02:24 (4 years ago)
Author:
ryandesign@…
Message:

phppgadmin: update to 5.0.2, fix homepage and livecheck, new maintainer; see #30100

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/phppgadmin/Portfile

    r56350 r80344  
    1 # $Id $ 
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 
     2# $Id$ 
    23 
    34PortSystem          1.0 
     
    56name                phppgadmin 
    67set my_name         phpPgAdmin 
    7 version             4.2.2 
     8version             5.0.2 
    89categories          www databases 
    9 maintainers         nomaintainer 
     10maintainers         freebsd.org:miwi 
     11supported_archs     noarch 
     12 
    1013description         phpPgAdmin is a web-based administration tool for PostgreSQL. 
    1114long_description    phpPgAdmin is a tool written in PHP intended to handle \ 
    1215                    the administration of PostgreSQL over the Web. phpPgAdmin \ 
    1316                    supports a wide range of operations with PostgreSQL. 
    14 homepage            http://phppgadmin.net/ 
     17homepage            http://phppgadmin.sourceforge.net/ 
    1518master_sites        sourceforge 
    1619distname            ${my_name}-${version} 
    1720use_bzip2           yes 
    1821 
    19 checksums           md5     7716bd0b1afa8468e22b641bba8faa65 \ 
    20                     sha1    3a0b6fbed26d7faeb7a6a33525d021de941944cc \ 
    21                     rmd160  a41ce2278d09a2d791630b24db90edd0d3cc71d3 
     22checksums           sha1    14fc59074e23ea57697ccd9c031936f853838bba \ 
     23                    rmd160  13373330d2d118dff6243db49edc8ab3eef31ab8 
    2224 
    2325platforms           darwin freebsd 
     
    3335 
    3436livecheck.distname  ${my_name} 
    35 livecheck.url       http://phppgadmin.sourceforge.net/index.php?page=download 
     37livecheck.url       ${homepage}doku.php?id=download 
    3638livecheck.regex     "${my_name}-(\\d+(?:\\.\\d+)*)" 
Note: See TracChangeset for help on using the changeset viewer.