diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 09:10:18 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 09:10:18 +0000 |
commit | a929832d47ef5ef0a8c1e5acd617f804c177361b (patch) | |
tree | 6cf61338bca5b92d662bc16b535bf0992ed4b209 /audio/rexima | |
parent | fc98a02ba6664839d2212f56b0d18a15cf8c64d5 (diff) | |
download | FreeBSD-ports-a929832d47ef5ef0a8c1e5acd617f804c177361b.zip FreeBSD-ports-a929832d47ef5ef0a8c1e5acd617f804c177361b.tar.gz |
1. upgrade to 1.3
2. make portlint happy
PR: 51939 (1)
Submitted by: maintainer (1)
Diffstat (limited to 'audio/rexima')
-rw-r--r-- | audio/rexima/Makefile | 16 | ||||
-rw-r--r-- | audio/rexima/distinfo | 2 | ||||
-rw-r--r-- | audio/rexima/pkg-descr | 2 |
3 files changed, 11 insertions, 9 deletions
diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile index dbe35c5..f7c9445 100644 --- a/audio/rexima/Makefile +++ b/audio/rexima/Makefile @@ -5,19 +5,21 @@ # $FreeBSD$ # -PORTNAME= rexima -PORTVERSION= 1.2 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/ +PORTNAME= rexima +PORTVERSION= 1.3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/mixers -MAINTAINER= jerry.e@gmx.net +MAINTAINER= jerry@rootbsd.net COMMENT= A ncurses-based console mixer .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif -MAN1= rexima.1 +MAN1= rexima.1 + .include <bsd.port.post.mk> diff --git a/audio/rexima/distinfo b/audio/rexima/distinfo index 7c70a2c..aacea78 100644 --- a/audio/rexima/distinfo +++ b/audio/rexima/distinfo @@ -1 +1 @@ -MD5 (rexima-1.2.tar.gz) = e74e73c6170c9ced428901d3d52e4fc6 +MD5 (rexima-1.3.tar.gz) = 6b315504d5117fadcb6d94e16943d878 diff --git a/audio/rexima/pkg-descr b/audio/rexima/pkg-descr index b3940fe..73d1625 100644 --- a/audio/rexima/pkg-descr +++ b/audio/rexima/pkg-descr @@ -3,4 +3,4 @@ A small and flexible console mixer using ncurses. WWW: http://rus.members.beeb.net/rexima.html - Jerry Eriksson -jerry.e@gmx.net +jerry@rootbsd.net |