diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:53:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:53:04 +0000 |
commit | 084410eb39c18977ae9c6eda5b96f990db065d79 (patch) | |
tree | e3e189bbbd0e5ef3358d078ba1a35ded8079dcc6 /databases/postgresql95 | |
parent | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (diff) | |
download | pkgsrc-084410eb39c18977ae9c6eda5b96f990db065d79.tar.gz |
Follow some redirects.
Diffstat (limited to 'databases/postgresql95')
-rw-r--r-- | databases/postgresql95/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common index b77ff15a8d5..f5398186358 100644 --- a/databases/postgresql95/Makefile.common +++ b/databases/postgresql95/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2017/08/13 19:25:17 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2017/09/03 08:53:06 wiz Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -22,7 +22,7 @@ MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 MAINTAINER?= adam@NetBSD.org -HOMEPAGE= http://www.postgresql.org/ +HOMEPAGE= https://www.postgresql.org/ LICENSE= postgresql-license CONFLICTS+= postgresql-[0-9]* |