1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- update to 0.9.0

- pass maintainership to Andrew J Caines <A.J.Caines@halplant.com>

PR:		78869
Submitted by:	Danny Koenig <dako@bsdberlin.org>
Approved by:	krion (mentor) (implicit)
This commit is contained in:
Roman Bogorodskiy 2005-03-15 17:21:25 +00:00
parent 87869765a8
commit c82bc7e821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131316
2 changed files with 8 additions and 8 deletions

View File

@ -6,23 +6,23 @@
#
PORTNAME= bbkeys
PORTVERSION= 0.8.6
PORTVERSION= 0.9.0
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= A.J.Caines@halplant.com
COMMENT= A keygrabber for the Blackbox window manager
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
MAN1= bbkeys.1
MAN5= bbkeysrc.5 bbkeys.bb.5
MAN5= bbkeysrc.5
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README
PLIST_FILES= bin/bbkeys bin/bbkeysconf.pl \
share/bbtools/bbkeys.bb share/bbtools/bbkeys.nobb
PLIST_FILES= bin/bbkeys share/bbkeys/bbkeysrc share/bbkeys/defaultStyle
post-patch:
@${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@ -34,7 +34,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
@${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true" \
>> ${TMPPLIST}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (bbkeys-0.8.6.tar.gz) = 6df58a99d136f21682b859b823d31b7d
SIZE (bbkeys-0.8.6.tar.gz) = 185230
MD5 (bbkeys-0.9.0.tar.gz) = bd4c4bb38344b5c596cea4a72d940827
SIZE (bbkeys-0.9.0.tar.gz) = 199146