svn commit: r343476 - head/misc/hotkeys

Antoine Brodin antoine at FreeBSD.org
Sun Feb 9 12:03:21 UTC 2014


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


More information about the svn-ports-all mailing list