diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-31 02:30:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-31 02:30:40 +0800 |
commit | d6f0cd7837697017663dde7959b83d7db3579606 (patch) | |
tree | 7a458fbf8f81914222a665e886c0821f631aa0c6 /emulators/linux-c6 | |
parent | c928bec5870586012f7c1491e6eccb02767ca543 (diff) | |
download | freebsd-ports-gnome-d6f0cd7837697017663dde7959b83d7db3579606.tar.gz freebsd-ports-gnome-d6f0cd7837697017663dde7959b83d7db3579606.tar.zst freebsd-ports-gnome-d6f0cd7837697017663dde7959b83d7db3579606.zip |
Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups
PR: 205846
Submitted by: xmj
In Collaboration with: allanjude, netchild, xmj
Exp-run: antoine
Sponsored by: Perceivon Hosting Inc.
Differential Revision: D3428
We'd like to thanks for all the feedback and comments.
Diffstat (limited to 'emulators/linux-c6')
-rw-r--r-- | emulators/linux-c6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile index 44fbb56274b1..b81e3145dfe4 100644 --- a/emulators/linux-c6/Makefile +++ b/emulators/linux-c6/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= linux-${USE_LINUX} -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -51,7 +51,6 @@ RUN_DEPENDS+= linux-${USE_LINUX}-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncn linux-${USE_LINUX}-arts>0:${PORTSDIR}/audio/linux-c6-arts \ linux-${USE_LINUX}-pulseaudio-utils>0:${PORTSDIR}/audio/linux-c6-pulseaudio-utils \ linux-${USE_LINUX}-pulseaudio-libs>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs \ - linux-${USE_LINUX}-pulseaudio-libs-glib2>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs-glib2 \ linux-${USE_LINUX}-mikmod>0:${PORTSDIR}/audio/linux-c6-mikmod \ linux-${USE_LINUX}-openal-soft>0:${PORTSDIR}/audio/linux-c6-openal-soft \ linux-${USE_LINUX}-libvorbis>0:${PORTSDIR}/audio/linux-c6-libvorbis \ |