diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-14 18:54:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-14 18:54:18 +0000 |
commit | ee86f5414d47992e31222d49f7b2380143d82050 (patch) | |
tree | 770ffa5041ada0141e14117ece6569b7ae55a81b /databases/phppgadmin | |
parent | 7d2e9542b8f4c7f20ae86f1acf8d220f0866e870 (diff) | |
download | ports-ee86f5414d47992e31222d49f7b2380143d82050.tar.gz ports-ee86f5414d47992e31222d49f7b2380143d82050.zip |
Notes
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 6 | ||||
-rw-r--r-- | databases/phppgadmin/distinfo | 4 | ||||
-rw-r--r-- | databases/phppgadmin/pkg-descr | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 1deaa5efbd3f..d3488b7fac9d 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -6,14 +6,16 @@ # PORTNAME= phppgadmin -PORTVERSION= 5.0 +PORTVERSION= 5.0.1 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.0 DISTNAME= phpPgAdmin-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Web Based Postgres Administration +LICENSE= GPLv2 + USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo index 5ca071581194..9942823a8519 100644 --- a/databases/phppgadmin/distinfo +++ b/databases/phppgadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpPgAdmin-5.0.tar.bz2) = c4b5f42d502a484244c21656c88bbaa528ae983a6933e91ecc9cc7a6edced5cf -SIZE (phpPgAdmin-5.0.tar.bz2) = 773043 +SHA256 (phpPgAdmin-5.0.1.tar.bz2) = 1d521ce88aadbf134b9cf2269aa5ea9f8ff91574f9e9448e194d7298b1eaf700 +SIZE (phpPgAdmin-5.0.1.tar.bz2) = 775304 diff --git a/databases/phppgadmin/pkg-descr b/databases/phppgadmin/pkg-descr index 98ece0f6d6f7..25ac46ba1072 100644 --- a/databases/phppgadmin/pkg-descr +++ b/databases/phppgadmin/pkg-descr @@ -14,4 +14,6 @@ Features include: - administer multiple servers - administer postgres users and groups +LICENSE: GPL2 or later + WWW: http://phppgadmin.sourceforge.net/ |