Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/synaesthesia/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 26 Sep 2004 03:19:53 -0000 1.10 +++ Makefile 20 Aug 2005 17:33:13 -0000 @@ -6,10 +6,9 @@ # PORTNAME= synaesthesia -PORTVERSION= 2.2 -PORTREVISION= 2 +PORTVERSION= 2.3 CATEGORIES= graphics -MASTER_SITES= http://www.logarithmic.net/pfh/Synaesthesia/ +MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ MAINTAINER= petef@FreeBSD.org COMMENT= Graphically represents sound in real time @@ -22,12 +21,6 @@ GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - post-patch: @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c` @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' \ @@ -36,8 +29,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/synaesthesia - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/synaesthesia/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 7 Jan 2004 03:38:01 -0000 1.2 +++ distinfo 20 Aug 2005 17:33:13 -0000 @@ -1 +1,2 @@ -MD5 (synaesthesia-2.2.tar.gz) = 9d15174b2a436d35099e0577863ca5d3 +MD5 (synaesthesia-2.3.tar.gz) = cfbe3ae68c15952ec7a2403ffda0f0af +SIZE (synaesthesia-2.3.tar.gz) = 178019 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/graphics/synaesthesia/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 26 May 2001 10:48:21 -0000 1.1 +++ pkg-plist 20 Aug 2005 17:33:13 -0000 @@ -1,3 +1,3 @@ bin/synaesthesia -%%PORTDOCS%%share/doc/synaesthesia/README -%%PORTDOCS%%@dirrm share/doc/synaesthesia +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%%