This updates the homepage for pip.
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-pip/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 8 Oct 2014 23:38:55 -0000 1.16 +++ Makefile 26 Oct 2014 03:57:07 -0000 @@ -6,8 +6,9 @@ MODPY_EGG_VERSION = 1.5.6 DISTNAME = pip-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 -HOMEPAGE = http://www.pip-installer.org/ +HOMEPAGE = https://pip.pypa.io/ # MIT PERMIT_PACKAGE_CDROM = Yes