diff options
author | vs <vs@FreeBSD.org> | 2005-02-16 21:21:13 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-16 21:21:13 +0800 |
commit | d883365e2020f634380baa3285235fc808d746b3 (patch) | |
tree | 6077e6d85d9057471df2c77c1ebde11244a90cb2 /audio/amp/Makefile | |
parent | 9b7c6c1b274f82cd65f82b0091d24beb99de6a2f (diff) | |
download | freebsd-ports-gnome-d883365e2020f634380baa3285235fc808d746b3.tar.gz freebsd-ports-gnome-d883365e2020f634380baa3285235fc808d746b3.tar.zst freebsd-ports-gnome-d883365e2020f634380baa3285235fc808d746b3.zip |
Downgrade to 0.7.5-99 which is the only version still available (so bump
PORTEPOCH). Inicidentially, this is hosted on the same site as its only
consumer, audio/xmpeg3.
Diffstat (limited to 'audio/amp/Makefile')
-rw-r--r-- | audio/amp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 2ade1f46e04a..21acafb0c3b7 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -6,18 +6,19 @@ # PORTNAME= amp -PORTVERSION= 0.7.6 -PORTREVISION= 1 +PORTVERSION= 0.7.5 +PORTEPOCH= 1 CATEGORIES= audio -#MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ -# the author's site seems dead. -MASTER_SITES= ftp://ftp.clara.net/pub/unix/Audio/ +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/audio/mpeg/amp/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-99 +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Another mp3 player GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_ARGS= CC="${CC}" MAN1= amp.1 PLIST_FILES= bin/amp |