From e0c0f407fdf1a332c4772fdc7ec8b974e546a8c6 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 23 Aug 2017 11:57:53 +0000 Subject: [PATCH] the recent change to move MASTER_SITE_GNUPG to https broke security/gpa; bump REVISION and use a better HOMEPAGE. --- security/gpa/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/gpa/Makefile b/security/gpa/Makefile index f9d3bb39d6d..308a02139cc 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.33 2016/10/01 13:56:26 naddy Exp $ +# $OpenBSD: Makefile,v 1.34 2017/08/23 11:57:53 sthen Exp $ COMMENT= graphical interface for GnuPG DISTNAME= gpa-0.9.9 -REVISION= 0 +REVISION= 1 CATEGORIES= security x11 -HOMEPAGE= ${MASTER_SITE_GNUPG:=gpa/} +HOMEPAGE= https://www.gnupg.org/software/gpa/ # GPLv2 PERMIT_PACKAGE_CDROM= Yes