aboutsummaryrefslogtreecommitdiff
path: root/graphics/synaesthesia
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-05-29 13:08:07 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-05-29 13:08:07 +0000
commit2e60d7ca7e5f7730174d34dec15d81862dfc5c50 (patch)
tree7cbab022e2fcb1bf2f13bc0dfa00add1f4902f69 /graphics/synaesthesia
parent093217b34dfa56ede099d2998f3142cbefd6231c (diff)
downloadports-2e60d7ca7e5f7730174d34dec15d81862dfc5c50.tar.gz
ports-2e60d7ca7e5f7730174d34dec15d81862dfc5c50.zip
- Update to 2.4
- Take maintainership PR: ports/95871 Submitted by: sat Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=163834
Diffstat (limited to 'graphics/synaesthesia')
-rw-r--r--graphics/synaesthesia/Makefile13
-rw-r--r--graphics/synaesthesia/distinfo6
-rw-r--r--graphics/synaesthesia/pkg-plist3
3 files changed, 10 insertions, 12 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index d5d4fa700392..d8372bc66c9d 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= synaesthesia
-PORTVERSION= 2.3
+PORTVERSION= 2.4
CATEGORIES= graphics
MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Graphically represents sound in real time
USE_SDL= sdl
@@ -19,14 +19,15 @@ USE_X_PREFIX= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
+PORTDOCS= README
+PLIST_FILES= bin/${PORTNAME}
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,' \
- -e 's,machine/soundcard.h,sys/soundcard.h,' ${WRKSRC}/sound.cc
+ @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' ${WRKSRC}/*.c?
+ @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
diff --git a/graphics/synaesthesia/distinfo b/graphics/synaesthesia/distinfo
index 93525a5ea556..30242a1b9466 100644
--- a/graphics/synaesthesia/distinfo
+++ b/graphics/synaesthesia/distinfo
@@ -1,3 +1,3 @@
-MD5 (synaesthesia-2.3.tar.gz) = cfbe3ae68c15952ec7a2403ffda0f0af
-SHA256 (synaesthesia-2.3.tar.gz) = 4460f087bd725333a82753f8cdf050b2bb92286f446bc2a326e606fd802d2989
-SIZE (synaesthesia-2.3.tar.gz) = 178019
+MD5 (synaesthesia-2.4.tar.gz) = 784105cbeed3ab209231675f0e029497
+SHA256 (synaesthesia-2.4.tar.gz) = 48505975e809ebadf416dc3e35a528ef87f01b117f2f1c5498d728ead8786493
+SIZE (synaesthesia-2.4.tar.gz) = 259531
diff --git a/graphics/synaesthesia/pkg-plist b/graphics/synaesthesia/pkg-plist
deleted file mode 100644
index a3eed8c25b52..000000000000
--- a/graphics/synaesthesia/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/synaesthesia
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%