Update x11/xnee 0.8.1 -> 0.9
PR: 44490 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: pat
This commit is contained in:
parent
f46bbe3c99
commit
46c086bcf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68974
5 changed files with 32 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xnee
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -16,7 +16,9 @@ MAINTAINER= ports@FreeBSD.org
|
|||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= xnee.1
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xnee-0.8.1.tar.gz) = 6002cf9b87553d2d4c2acc977087f6b1
|
||||
MD5 (xnee-0.9.tar.gz) = a4309d9057923afa9964d332bfedd402
|
||||
|
|
11
x11/xnee/files/patch-doc::Makefile.in
Normal file
11
x11/xnee/files/patch-doc::Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- doc/Makefile.in.bak Sat Oct 26 05:33:52 2002
|
||||
+++ doc/Makefile.in Sat Oct 26 08:58:58 2002
|
||||
@@ -390,7 +390,7 @@
|
||||
uninstall-man1
|
||||
|
||||
|
||||
-all: html man pdf info txt clean
|
||||
+all: man info
|
||||
|
||||
html: xnee.html
|
||||
|
13
x11/xnee/files/patch-doc::xnee.texi
Normal file
13
x11/xnee/files/patch-doc::xnee.texi
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- doc/xnee.texi.rig Fri Oct 25 05:08:09 2002
|
||||
+++ doc/xnee.texi Sat Oct 26 08:57:08 2002
|
||||
@@ -2,6 +2,10 @@
|
||||
@c %**start of header
|
||||
@setfilename xnee.info
|
||||
@settitle Xnee Manual 0.1
|
||||
+@dircategory Miscellaneous
|
||||
+@direntry
|
||||
+* Xnee: (xnee). X events recorder and player
|
||||
+@end direntry
|
||||
@setchapternewpage odd
|
||||
@c %**end o
|
||||
|
|
@ -1,2 +1,5 @@
|
|||
bin/xnee
|
||||
lib/libxnee.a
|
||||
@unexec install-info --delete %D/info/xnee.info %D/info/dir
|
||||
info/xnee.info
|
||||
@exec install-info %D/info/xnee.info %D/info/dir
|
||||
|
|
Loading…
Reference in a new issue