diff options
author | demon <demon@FreeBSD.org> | 2003-09-27 19:45:13 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-09-27 19:45:13 +0800 |
commit | d6b2a575fca1ffdbabcabb7a269fe01bd7777cc0 (patch) | |
tree | bfe31f937e4939dee9dbc4e83a46ab701014a85e /audio/xfce4-mixer/Makefile | |
parent | 6b778204b7845fe0de868fff84e2a15f72f221fa (diff) | |
download | freebsd-ports-gnome-d6b2a575fca1ffdbabcabb7a269fe01bd7777cc0.tar.gz freebsd-ports-gnome-d6b2a575fca1ffdbabcabb7a269fe01bd7777cc0.tar.zst freebsd-ports-gnome-d6b2a575fca1ffdbabcabb7a269fe01bd7777cc0.zip |
Update to 4.0.0 release.
Diffstat (limited to 'audio/xfce4-mixer/Makefile')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 47a171cbec2e..3d5cf334f603 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -6,13 +6,10 @@ # PORTNAME= xfce4-mixer -PORTVERSION= 3.99.3 +PORTVERSION= 4.0.0 CATEGORIES= audio xfce -MASTER_SITES= http://www.xfce.org/archive/xfce4-rc3/src/ \ - ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc3/separate/ \ - http://usuarios.lycos.es/xfce4/tarballs/rc3/separate/ \ - http://linux.imp.mx/xfce4/rc2/xfce4-rc3/src/ -DIST_SUBDIR= xfce4 +MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 volume mixer module for xfce4-panel |