diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-23 15:53:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-23 15:53:31 +0800 |
commit | fded4f79926e8e493c43e0fe167d28c20494181f (patch) | |
tree | 6bcbb73f160d84d9aa1ece304fbdeb95189684ce | |
parent | 9ea61144323898b1ab238767254c252b270dadac (diff) | |
download | freebsd-ports-gnome-fded4f79926e8e493c43e0fe167d28c20494181f.tar.gz freebsd-ports-gnome-fded4f79926e8e493c43e0fe167d28c20494181f.tar.zst freebsd-ports-gnome-fded4f79926e8e493c43e0fe167d28c20494181f.zip |
- update to 4.2.3
PR: 145888
-rw-r--r-- | databases/phppgadmin/Makefile | 2 | ||||
-rw-r--r-- | databases/phppgadmin/distinfo | 6 | ||||
-rw-r--r-- | databases/phppgadmin/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 14faa9f6efd7..dc114ba7778d 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phppgadmin -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-${PORTVERSION} DISTNAME= phpPgAdmin-${PORTVERSION} diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo index ddc5fb601c6f..4eb85689daa0 100644 --- a/databases/phppgadmin/distinfo +++ b/databases/phppgadmin/distinfo @@ -1,3 +1,3 @@ -MD5 (phpPgAdmin-4.2.2.tar.bz2) = 7716bd0b1afa8468e22b641bba8faa65 -SHA256 (phpPgAdmin-4.2.2.tar.bz2) = e02ce63276c516db135518d057e4c8041c1cc5c3407087d8f6ee41f30fb43ae4 -SIZE (phpPgAdmin-4.2.2.tar.bz2) = 664619 +MD5 (phpPgAdmin-4.2.3.tar.bz2) = 29ce16a331bf2ca4f6d924fe35d4ada1 +SHA256 (phpPgAdmin-4.2.3.tar.bz2) = 52efcb2a2a2782f6bfe216d19c04fae854fc172f56f0b62b6c0dc0bf4c324a13 +SIZE (phpPgAdmin-4.2.3.tar.bz2) = 665324 diff --git a/databases/phppgadmin/pkg-plist b/databases/phppgadmin/pkg-plist index 0ac810e61002..b05e2d523d35 100644 --- a/databases/phppgadmin/pkg-plist +++ b/databases/phppgadmin/pkg-plist @@ -1,4 +1,5 @@ %%PGADMDIR%%/CREDITS +%%PGADMDIR%%/BUGS %%PGADMDIR%%/DEVELOPERS %%PGADMDIR%%/FAQ %%PGADMDIR%%/HISTORY @@ -31,7 +32,6 @@ %%PGADMDIR%%/classes/plugins/Plugin.php %%PGADMDIR%%/classes/plugins/Slony.php %%PGADMDIR%%/colproperties.php -%%PGADMDIR%%/conf/.gitignore @unexec if cmp -s %D/%%PGADMDIR%%/conf/config.inc.php %D/%%PGADMDIR%%/conf/config.inc.php-dist; then rm -f %D/%%PGADMDIR%%/conf/config.inc.php; fi %%PGADMDIR%%/conf/config.inc.php-dist @exec cp -np %D/%%PGADMOLDDIR%%/conf/config.inc.php %B/config.inc.php |