[80344] trunk/dports/www/phppgadmin/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 9 23:02:26 PDT 2011


Revision: 80344
          http://trac.macports.org/changeset/80344
Author:   ryandesign at macports.org
Date:     2011-07-09 23:02:24 -0700 (Sat, 09 Jul 2011)
Log Message:
-----------
phppgadmin: update to 5.0.2, fix homepage and livecheck, new maintainer; see #30100

Modified Paths:
--------------
    trunk/dports/www/phppgadmin/Portfile

Modified: trunk/dports/www/phppgadmin/Portfile
===================================================================
--- trunk/dports/www/phppgadmin/Portfile	2011-07-10 02:28:35 UTC (rev 80343)
+++ trunk/dports/www/phppgadmin/Portfile	2011-07-10 06:02:24 UTC (rev 80344)
@@ -1,24 +1,26 @@
-# $Id $
+# -*- 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
+# $Id$
 
 PortSystem          1.0
 
 name                phppgadmin
 set my_name         phpPgAdmin
-version             4.2.2
+version             5.0.2
 categories          www databases
-maintainers         nomaintainer
+maintainers         freebsd.org:miwi
+supported_archs     noarch
+
 description         phpPgAdmin is a web-based administration tool for PostgreSQL.
 long_description    phpPgAdmin is a tool written in PHP intended to handle \
                     the administration of PostgreSQL over the Web. phpPgAdmin \
                     supports a wide range of operations with PostgreSQL.
-homepage            http://phppgadmin.net/
+homepage            http://phppgadmin.sourceforge.net/
 master_sites        sourceforge
 distname            ${my_name}-${version}
 use_bzip2           yes
 
-checksums           md5     7716bd0b1afa8468e22b641bba8faa65 \
-                    sha1    3a0b6fbed26d7faeb7a6a33525d021de941944cc \
-                    rmd160  a41ce2278d09a2d791630b24db90edd0d3cc71d3
+checksums           sha1    14fc59074e23ea57697ccd9c031936f853838bba \
+                    rmd160  13373330d2d118dff6243db49edc8ab3eef31ab8
 
 platforms           darwin freebsd
 
@@ -32,5 +34,5 @@
 }
 
 livecheck.distname  ${my_name}
-livecheck.url       http://phppgadmin.sourceforge.net/index.php?page=download
+livecheck.url       ${homepage}doku.php?id=download
 livecheck.regex     "${my_name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110709/9cb4ad0a/attachment.html>


More information about the macports-changes mailing list