From 99cdbdfa1d2f664be67d3dbbc8f40a2d0926ebab Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 1 Apr 2014 15:07:19 +0000 Subject: [PATCH] Point HOMEPAGE to github. It contains a complete history of the old base httpd(8). Need to bump REVISION pointed out and OK by sthen@ --- www/apache-httpd-openbsd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/apache-httpd-openbsd/Makefile b/www/apache-httpd-openbsd/Makefile index efab8b8dc7c..c4a3a702c6d 100644 --- a/www/apache-httpd-openbsd/Makefile +++ b/www/apache-httpd-openbsd/Makefile @@ -1,20 +1,20 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/03/13 17:28:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2014/04/01 15:07:19 florian Exp $ COMMENT= OpenBSD improved and secured version of Apache 1.3 DISTNAME= apache-httpd-openbsd-1.3p54 PKGNAME= apache-httpd-openbsd-1.3 -REVISION= 54 +REVISION= 55 CATEGORIES= www -HOMEPAGE= http://sha256.net/apache-httpd-openbsd/ +HOMEPAGE= https://github.com/fobser/apache-httpd-openbsd # Apache 1.1 PERMIT_PACKAGE_CDROM= Yes WANTLIB += c crypto m pthread ssl -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= http://sha256.net/apache-httpd-openbsd/ NO_TEST= Yes