diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-23 18:51:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-23 18:51:31 +0800 |
commit | 2158951e8a10047046c0ac13ee7328130e1b27c6 (patch) | |
tree | f5fa054d2adc36615d44fa290b46b578f92f1ac4 /audio | |
parent | 7956d714f6aa93853851b76022124fd5f0becd8a (diff) | |
download | freebsd-ports-graphics-2158951e8a10047046c0ac13ee7328130e1b27c6.tar.gz freebsd-ports-graphics-2158951e8a10047046c0ac13ee7328130e1b27c6.tar.zst freebsd-ports-graphics-2158951e8a10047046c0ac13ee7328130e1b27c6.zip |
- Update to 0.5.2.1
PR: 124844
Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ksmp3play/Makefile | 12 | ||||
-rw-r--r-- | audio/ksmp3play/distinfo | 6 | ||||
-rw-r--r-- | audio/ksmp3play/pkg-descr | 2 |
3 files changed, 9 insertions, 11 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index 93c8a654bbd..3dd3f76572b 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -7,17 +7,18 @@ # PORTNAME= ksmp3play -PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTVERSION= 0.5.2.1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=ksmp3play +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An curses-based MP3 player LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg +NO_WRKSUBDIR= yes + +USE_GNOME= gnomehack gnometarget USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -27,9 +28,6 @@ MAN1= ksmp3play.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/audio/ksmp3play/distinfo b/audio/ksmp3play/distinfo index 72df1cbd172..f4b35760ed4 100644 --- a/audio/ksmp3play/distinfo +++ b/audio/ksmp3play/distinfo @@ -1,3 +1,3 @@ -MD5 (ksmp3play-0.5.1.tar.gz) = 39c54413c05abf4d462d313313b4f159 -SHA256 (ksmp3play-0.5.1.tar.gz) = b9c0b79e8f8f1908aa2d9cc46052e55509eb19e2cea22fbd80a4a7d327035b2d -SIZE (ksmp3play-0.5.1.tar.gz) = 105641 +MD5 (ksmp3play-0.5.2.1.tar.gz) = 5e5d9e79f984fc342d7e863b28974b43 +SHA256 (ksmp3play-0.5.2.1.tar.gz) = f69d9c8c39d750ed84b5d920537a3f0c1a39b8d3f7c5086f8e99e0cb138d16ab +SIZE (ksmp3play-0.5.2.1.tar.gz) = 108571 diff --git a/audio/ksmp3play/pkg-descr b/audio/ksmp3play/pkg-descr index a1a5c6cf511..084720e3a32 100644 --- a/audio/ksmp3play/pkg-descr +++ b/audio/ksmp3play/pkg-descr @@ -3,4 +3,4 @@ player on another computer using telnet or ssh, which might be useful if you have an old computer dedicated for mp3 playing. Other features include song rating and volume settings for each song. -WWW: http://www.xanadunet.net/ksmp3play/ +WWW: http://sourceforge.net/projects/ksmp3play/ |