diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:31 +0000 |
commit | 09fb8f10fb22bc4370abb823f601c8cf4494ecd1 (patch) | |
tree | 421c191830ca5d458107d48849d9a0e7a42e66e2 /audio/ksmp3play | |
parent | 021b01cd8d5b6be41dc873c5b3ee2e638d5f5cee (diff) | |
download | ports-09fb8f10fb22bc4370abb823f601c8cf4494ecd1.tar.gz ports-09fb8f10fb22bc4370abb823f601c8cf4494ecd1.zip |
Notes
Diffstat (limited to 'audio/ksmp3play')
-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 93c8a654bbde..3dd3f76572b2 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 72df1cbd1725..f4b35760ed4c 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 a1a5c6cf5114..084720e3a320 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/ |