svn commit: r514616 - head/misc/hotkeys

Steve Wills swills at FreeBSD.org
Wed Oct 16 21:44:17 UTC 2019


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 at 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 at FreeBSD.org
+MAINTAINER=	portmaster at 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
 


More information about the svn-ports-head mailing list