From 25297ac61cf9772ba37f6f8380a49c4184524284 Mon Sep 17 00:00:00 2001 From: petef Date: Sun, 21 Aug 2005 05:09:17 +0000 Subject: - unbreak: update to 2.3 - new MASTER_SITES - use ${DOCSDIR}/%%DOCSDIR%% Approved by: portmgr (krion) --- graphics/synaesthesia/Makefile | 17 +++++------------ graphics/synaesthesia/distinfo | 3 ++- graphics/synaesthesia/pkg-plist | 4 ++-- 3 files changed, 9 insertions(+), 15 deletions(-) (limited to 'graphics') diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index 8807ee8a7896..f45601c9255c 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -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 @@ USE_X_PREFIX= Yes 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 @@ post-patch: 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 diff --git a/graphics/synaesthesia/distinfo b/graphics/synaesthesia/distinfo index 497f7f6fbec6..396d23c2f94a 100644 --- a/graphics/synaesthesia/distinfo +++ b/graphics/synaesthesia/distinfo @@ -1 +1,2 @@ -MD5 (synaesthesia-2.2.tar.gz) = 9d15174b2a436d35099e0577863ca5d3 +MD5 (synaesthesia-2.3.tar.gz) = cfbe3ae68c15952ec7a2403ffda0f0af +SIZE (synaesthesia-2.3.tar.gz) = 178019 diff --git a/graphics/synaesthesia/pkg-plist b/graphics/synaesthesia/pkg-plist index 61cc7404e6ec..a3eed8c25b52 100644 --- a/graphics/synaesthesia/pkg-plist +++ b/graphics/synaesthesia/pkg-plist @@ -1,3 +1,3 @@ bin/synaesthesia -%%PORTDOCS%%share/doc/synaesthesia/README -%%PORTDOCS%%@dirrm share/doc/synaesthesia +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit