diff options
author | lme <lme@FreeBSD.org> | 2007-08-05 03:29:45 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2007-08-05 03:29:45 +0800 |
commit | 85488fc2d92837f6c8b5129b09a95496e1d77a24 (patch) | |
tree | a83651d97962595238284cf3681b8fd72fb4c5a4 /x11 | |
parent | 9bcc75aeafcf2f8c365f8d11ef22cae9d869eee6 (diff) | |
download | freebsd-ports-gnome-85488fc2d92837f6c8b5129b09a95496e1d77a24.tar.gz freebsd-ports-gnome-85488fc2d92837f6c8b5129b09a95496e1d77a24.tar.zst freebsd-ports-gnome-85488fc2d92837f6c8b5129b09a95496e1d77a24.zip |
Update to 3.01
PR: ports/114744
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xnee/Makefile | 18 | ||||
-rw-r--r-- | x11/xnee/distinfo | 6 | ||||
-rw-r--r-- | x11/xnee/files/patch-doc::xnee.texi | 11 | ||||
-rw-r--r-- | x11/xnee/pkg-descr | 2 |
4 files changed, 16 insertions, 21 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 076ff3128a4c..c57821658063 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 2.06 +PORTVERSION= 3.01 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,8 +24,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cli --disable-doc -MAN1= cnee.1 -INFO= cnee xnee +MAN1= cnee.1 xnee.1 +INFO= cnee PLIST_FILES= bin/cnee \ %%DATADIR%%/example1.xns \ %%DATADIR%%/pixmaps/xnee.png \ @@ -43,8 +43,16 @@ MAKEINFO= ${LOCALBASE}/bin/makeinfo MAKEINFO= /usr/bin/makeinfo .endif +.if ${OSVERSION} < 600000 +BUILD_DEPENDS+= ${MAKEINFO_CMD}:${PORTSDIR}/print/texinfo +MAKEINFO_CMD= ${LOCALBASE}/bin/makeinfo +.else +MAKEINFO_CMD= /usr/bin/makeinfo +.endif + .if defined(WITH_GNEE) USE_GNOME+= gtk20 +MAN1+= gnee.1 PLIST_FILES+= bin/gnee .else CONFIGURE_ARGS+= --disable-gui @@ -80,11 +88,9 @@ post-patch: 's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in post-build: - cd ${WRKSRC}/cnee/src && ${MAKEINFO} --no-split cnee.texi - cd ${WRKSRC}/doc && ${MAKEINFO} --no-split xnee.texi + cd ${WRKSRC}/cnee/src && ${MAKEINFO_CMD} --no-split cnee.texi post-install: ${INSTALL_DATA} ${WRKSRC}/cnee/src/cnee.info ${PREFIX}/${INFO_PATH} - ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} .include <bsd.port.post.mk> diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index e26ef904d764..90ee6e2b7945 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1,3 +1,3 @@ -MD5 (Xnee-2.06.tar.gz) = 1b605eba1b014a5b686df72820deedcb -SHA256 (Xnee-2.06.tar.gz) = b431dce34f53990f3841203c1c03c394b899e4b324ea753f03a764b7750d84c4 -SIZE (Xnee-2.06.tar.gz) = 592914 +MD5 (Xnee-3.01.tar.gz) = a6e1e797170317a7454723a7cd7b3c58 +SHA256 (Xnee-3.01.tar.gz) = 018546681f22a4af6fbef512ebca3b67b2a090761699f39e00a1d72c61c0dcbc +SIZE (Xnee-3.01.tar.gz) = 611686 diff --git a/x11/xnee/files/patch-doc::xnee.texi b/x11/xnee/files/patch-doc::xnee.texi deleted file mode 100644 index aa941369e5dd..000000000000 --- a/x11/xnee/files/patch-doc::xnee.texi +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/xnee.texi.orig Wed May 11 05:04:02 2005 -+++ doc/xnee.texi Mon Jul 25 22:43:28 2005 -@@ -12,7 +12,7 @@ - - @dircategory Miscellaneous - @direntry --@ * : (Xnee). Xnee's Not Event Emulator. -+* Xnee: (xnee). Xnee's Not Event Emulator. - @end direntry - - diff --git a/x11/xnee/pkg-descr b/x11/xnee/pkg-descr index fe2e490437e3..0717e2b663e7 100644 --- a/x11/xnee/pkg-descr +++ b/x11/xnee/pkg-descr @@ -6,4 +6,4 @@ a window before it's ready to "receive" events. By recording events and requests synchronization can be implemented. Xnee can also distribute events (both when recording and replaying) to other displays. -WWW: http://www.gnu.org/software/xnee/www/index.html +WWW: http://www.gnu.org/software/xnee/ |