Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 12:03:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343476 - head/misc/hotkeys
Message-ID:  <201402091203.s19C3Lj5096982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  9 12:03:20 2014
New Revision: 343476
URL: http://svnweb.freebsd.org/changeset/ports/343476
QAT: https://qat.redports.org/buildarchive/r343476/

Log:
  Finish stage support

Modified:
  head/misc/hotkeys/Makefile
  head/misc/hotkeys/pkg-plist

Modified: head/misc/hotkeys/Makefile
==============================================================================
--- head/misc/hotkeys/Makefile	Sun Feb  9 11:58:06 2014	(r343475)
+++ head/misc/hotkeys/Makefile	Sun Feb  9 12:03:20 2014	(r343476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hotkeys
 PORTVERSION=	0.5.7.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	misc
 MASTER_SITES=	http://ypwong.org/hotkeys/${PORTVERSION}/
 DISTNAME=	hotkeys_${PORTVERSION}

Modified: head/misc/hotkeys/pkg-plist
==============================================================================
--- head/misc/hotkeys/pkg-plist	Sun Feb  9 11:58:06 2014	(r343475)
+++ head/misc/hotkeys/pkg-plist	Sun Feb  9 12:03:20 2014	(r343476)
@@ -2,6 +2,7 @@ bin/hotkeys
 @unexec if cmp -s %D/etc/hotkeys.conf.sample %D/etc/hotkeys.conf; then rm -f %D/etc/hotkeys.conf; fi
 etc/hotkeys.conf.sample
 @exec if [ ! -f %D/etc/hotkeys.conf ] ; then cp -p %D/%F %B/hotkeys.conf; fi
+man/man1/hotkeys.1.gz
 %%DATADIR%%/splash.png
 %%DATADIR%%/acerwl.def
 %%DATADIR%%/btc9000.def



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