Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 21:44:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514616 - head/misc/hotkeys
Message-ID:  <201910162144.x9GLiG46026588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Oct 16 21:44:16 2019
New Revision: 514616
URL: https://svnweb.freebsd.org/changeset/ports/514616

Log:
  misc/hotkeys: Fix MASTER_SITES
  
  While here, assign maintainer
  
  PR:		241276
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

Modified:
  head/misc/hotkeys/Makefile   (contents, props changed)

Modified: head/misc/hotkeys/Makefile
==============================================================================
--- head/misc/hotkeys/Makefile	Wed Oct 16 21:41:11 2019	(r514615)
+++ head/misc/hotkeys/Makefile	Wed Oct 16 21:44:16 2019	(r514616)
@@ -3,20 +3,16 @@
 
 PORTNAME=	hotkeys
 PORTVERSION=	0.5.7.1
-PORTREVISION=	16
+PORTREVISION=	18
 CATEGORIES=	misc
-MASTER_SITES=	http://ypwong.org/hotkeys/${PORTVERSION}/
+MASTER_SITES=	https://BSDforge.com/projects/source/misc/hotkeys/${PORTVERSION}/
 DISTNAME=	hotkeys_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Allows usage of special keys on internet/multimedia keyboards
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 LIB_DEPENDS=	libxml2.so:textproc/libxml2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910162144.x9GLiG46026588>