Changeset 80344
- Timestamp:
- 07/09/11 23:02:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/phppgadmin/Portfile (modified) (3 diffs)
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$ 2 3 3 4 PortSystem 1.0 … … 5 6 name phppgadmin 6 7 set my_name phpPgAdmin 7 version 4.2.28 version 5.0.2 8 9 categories www databases 9 maintainers nomaintainer 10 maintainers freebsd.org:miwi 11 supported_archs noarch 12 10 13 description phpPgAdmin is a web-based administration tool for PostgreSQL. 11 14 long_description phpPgAdmin is a tool written in PHP intended to handle \ 12 15 the administration of PostgreSQL over the Web. phpPgAdmin \ 13 16 supports a wide range of operations with PostgreSQL. 14 homepage http://phppgadmin. net/17 homepage http://phppgadmin.sourceforge.net/ 15 18 master_sites sourceforge 16 19 distname ${my_name}-${version} 17 20 use_bzip2 yes 18 21 19 checksums md5 7716bd0b1afa8468e22b641bba8faa65 \ 20 sha1 3a0b6fbed26d7faeb7a6a33525d021de941944cc \ 21 rmd160 a41ce2278d09a2d791630b24db90edd0d3cc71d3 22 checksums sha1 14fc59074e23ea57697ccd9c031936f853838bba \ 23 rmd160 13373330d2d118dff6243db49edc8ab3eef31ab8 22 24 23 25 platforms darwin freebsd … … 33 35 34 36 livecheck.distname ${my_name} 35 livecheck.url http://phppgadmin.sourceforge.net/index.php?page=download37 livecheck.url ${homepage}doku.php?id=download 36 38 livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)"
Note: See TracChangeset
for help on using the changeset viewer.

