diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-10-16 21:44:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-10-16 21:44:16 +0000 |
commit | d308792fcc284825b9d55cf9fb5fbddbd0a5874f (patch) | |
tree | 7e86bfa4df575829d82ad2660fe9ffe6ca1b0d70 /misc/hotkeys | |
parent | 1fbccaa6d66b3104baf741eb209b3e5c2983d43c (diff) |
Notes
Diffstat (limited to 'misc/hotkeys')
-rw-r--r-- | misc/hotkeys/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile index 2fc9f349b339..4451829564ec 100644 --- a/misc/hotkeys/Makefile +++ b/misc/hotkeys/Makefile @@ -3,21 +3,17 @@ 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 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |