summaryrefslogtreecommitdiff
path: root/audio/linux-f8-esound/Makefile
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-08-03 10:11:22 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-08-03 10:11:22 +0000
commit9ee51810af8236b71e4c22b86a9dbc51b482621c (patch)
tree5a12759eedaaa7d4792dcc5f45de120b16c4fd1d /audio/linux-f8-esound/Makefile
parentRetire ruby-optparse, which is now part of lang/ruby16-shim-ruby18. (diff)
MAINTEINER-suggested version up.
Install RPMs from RedHat 7.1 instead of RedHat 6.1. Thanks to this upgrade, many ports (pips, bjfilter,..) is internationalized without *-linux-locale port. I have verified this modification imposed no fatal error to the depending ports. Submitted by: Maintainer (taoka@FreeBSD.org) Reviewed by: ports-jp
Notes
Notes: svn path=/head/; revision=63900
Diffstat (limited to 'audio/linux-f8-esound/Makefile')
-rw-r--r--audio/linux-f8-esound/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/audio/linux-f8-esound/Makefile b/audio/linux-f8-esound/Makefile
index 29698d8a781d..7bcb5c47290f 100644
--- a/audio/linux-f8-esound/Makefile
+++ b/audio/linux-f8-esound/Makefile
@@ -7,16 +7,7 @@
PORTNAME= esound
CATEGORIES= audio linux
-.if (${MACHINE_ARCH} == "i386")
-PORTVERSION= 0.2.14
-.elif (${MACHINE_ARCH} == "alpha")
-PORTVERSION= 0.2.17
-.endif
-.if (${MACHINE_ARCH} == "i386")
-MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/i386/RedHat/RPMS/
-.elif (${MACHINE_ARCH} == "alpha")
-MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/alpha/RedHat/RPMS/
-.endif
+PORTVERSION= 0.2.22
MAINTAINER= taoka@FreeBSD.org