Index: head/emulators/xzx/Makefile =================================================================== --- head/emulators/xzx/Makefile (revision 137846) +++ head/emulators/xzx/Makefile (revision 137847) @@ -1,42 +1,44 @@ # New ports collection makefile for: xzx # Date created: 13 Nov 1997 # Whom: Sheldon Hearn # # $FreeBSD$ # PORTNAME= xzx -PORTVERSION= 4.4 +PORTVERSION= 4.5 CATEGORIES= emulators MASTER_SITES= http://www.zx-spectrum.net/xzx/files/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 # xmkmf is used in configure script; USE_IMAKE makes the build unhappy BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} # Server redirects to distfile; won't work with -A FETCH_CMD= /usr/bin/fetch -Rr USE_MOTIF= yes USE_X_PREFIX= yes USE_REINPLACE= yes # License forbids redistribution RESTRICTED= Redistribution forbidden by license GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-oss MAN1= xzx.1 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro +PORTDOCS= COPYRIGHT FAQ README # Prevent configure from trying to run auto* since it's not needed and will # error if auto* < 2.54 post-configure: @${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile @${ECHO_CMD} "${TRUE}" > ${WRKSRC}/missing .include Property changes on: head/emulators/xzx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/emulators/xzx/distinfo =================================================================== --- head/emulators/xzx/distinfo (revision 137846) +++ head/emulators/xzx/distinfo (revision 137847) @@ -1,2 +1,2 @@ -MD5 (xzx-pro-4.4.tar.gz) = 8c4cd4677b8e06f40c8f27507695d723 -SIZE (xzx-pro-4.4.tar.gz) = 622969 +MD5 (xzx-pro-4.5.tar.gz) = 79ae5ee23ce87b410b1c99f466512c3f +SIZE (xzx-pro-4.5.tar.gz) = 640096 Property changes on: head/emulators/xzx/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/emulators/xzx/files/patch-roms::Makefile.in =================================================================== --- head/emulators/xzx/files/patch-roms::Makefile.in (revision 137846) +++ head/emulators/xzx/files/patch-roms::Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- roms/Makefile.in.orig Sat Feb 28 13:05:47 2004 -+++ roms/Makefile.in Sat Feb 28 13:06:25 2004 -@@ -323,7 +323,7 @@ - for f in $(DATA_FILES); do \ - $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \ - done -- (cd $(DESTDIR)$(pkglibdir); rm if1.rom; ln if1-v2.rom if1.rom) -+ (cd $(DESTDIR)$(pkglibdir); rm -f if1.rom; ln if1-v2.rom if1.rom) - - uninstall-local: - for f in $(DATA_FILES); do \ Property changes on: head/emulators/xzx/files/patch-roms::Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/xzx/pkg-plist =================================================================== --- head/emulators/xzx/pkg-plist (revision 137846) +++ head/emulators/xzx/pkg-plist (revision 137847) @@ -1,15 +1,11 @@ bin/xzx lib/X11/app-defaults/Xzx lib/xzx-pro/128.rom lib/xzx-pro/if1-v1.rom lib/xzx-pro/if1-v2.rom lib/xzx-pro/plus2.rom lib/xzx-pro/plus3.rom lib/xzx-pro/spectrum.rom -share/doc/xzx-pro/COPYRIGHT -share/doc/xzx-pro/FAQ -share/doc/xzx-pro/README @unexec rm -f %D/lib/xzx-pro/if1.rom @exec ln -f %D/lib/xzx-pro/if1-v2.rom %D/lib/xzx-pro/if1.rom -@dirrm share/doc/xzx-pro @dirrm lib/xzx-pro Property changes on: head/emulators/xzx/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property