aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/synaesthesia
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2005-08-21 13:09:17 +0800
committerpetef <petef@FreeBSD.org>2005-08-21 13:09:17 +0800
commit25297ac61cf9772ba37f6f8380a49c4184524284 (patch)
tree3bb3db473c825e8bb5da2a4f59dffba74c28c59c /graphics/synaesthesia
parentdee2b025e62243f2ee454d41fb809c9a40e1e13d (diff)
downloadfreebsd-ports-gnome-25297ac61cf9772ba37f6f8380a49c4184524284.tar.gz
freebsd-ports-gnome-25297ac61cf9772ba37f6f8380a49c4184524284.tar.zst
freebsd-ports-gnome-25297ac61cf9772ba37f6f8380a49c4184524284.zip
- unbreak: update to 2.3
- new MASTER_SITES - use ${DOCSDIR}/%%DOCSDIR%% Approved by: portmgr (krion)
Diffstat (limited to 'graphics/synaesthesia')
-rw-r--r--graphics/synaesthesia/Makefile17
-rw-r--r--graphics/synaesthesia/distinfo3
-rw-r--r--graphics/synaesthesia/pkg-plist4
3 files changed, 9 insertions, 15 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
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%%