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 /www | |
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 'www')
-rw-r--r-- | www/linux-c6-flashplugin11/Makefile | 3 | ||||
-rw-r--r-- | www/linux-c6-flashplugin11/distinfo.x86_64 | 4 | ||||
-rw-r--r-- | www/linux-c6-qt47-webkit/Makefile | 2 | ||||
-rw-r--r-- | www/linux-f10-flashplugin11/Makefile | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/www/linux-c6-flashplugin11/Makefile b/www/linux-c6-flashplugin11/Makefile index c332c6b3f499..b95a8390524e 100644 --- a/www/linux-c6-flashplugin11/Makefile +++ b/www/linux-c6-flashplugin11/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib PKGNAMEPREFIX= linux-${USE_LINUX}- -DISTFILES= install_flash_player_11_linux.i386.tar.gz:plugin +DISTFILES?= install_flash_player_11_linux.${LINUX_REPO_ARCH}.tar.gz:plugin DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org @@ -26,6 +26,7 @@ RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} NO_BUILD= yes NO_WRKSUBDIR= yes +WRKSRC:= ${WRKDIR}/linux-${USE_LINUX}-${DISTNAME} USES= webplugin:linux desktop-file-utils cpe WEBPLUGIN_FILES= libflashplayer.so diff --git a/www/linux-c6-flashplugin11/distinfo.x86_64 b/www/linux-c6-flashplugin11/distinfo.x86_64 index 8c15104647ca..7eaabc523cc8 100644 --- a/www/linux-c6-flashplugin11/distinfo.x86_64 +++ b/www/linux-c6-flashplugin11/distinfo.x86_64 @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 09d4d16f8a508fdb678372ae91ba9ea3c2b22d9c0c72591fd3a2f0d39171a8c5 -SIZE (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 6965297 +SHA256 (flashplugin/11.2r202.559/install_flash_player_11_linux.x86_64.tar.gz) = ebba1e03aa2e191811a6165e2dc1b3cdda49cc855399f07bc9786421c40308b6 +SIZE (flashplugin/11.2r202.559/install_flash_player_11_linux.x86_64.tar.gz) = 7275447 SHA256 (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf SIZE (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 diff --git a/www/linux-c6-qt47-webkit/Makefile b/www/linux-c6-qt47-webkit/Makefile index 3fdbd6e92d83..70f8db62f447 100644 --- a/www/linux-c6-qt47-webkit/Makefile +++ b/www/linux-c6-qt47-webkit/Makefile @@ -5,7 +5,7 @@ PORTNAME= qt47-webkit PORTVERSION= 4.7.2 PORTREVISION= 1 CATEGORIES= www linux -MASTER_SITES= http://dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj +MASTER_SITES= https://www.mirrorservice.org/sites/dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/atrpms/6 MAINTAINER= emulation@FreeBSD.org diff --git a/www/linux-f10-flashplugin11/Makefile b/www/linux-f10-flashplugin11/Makefile index a48522a379f1..40a335c67ac4 100644 --- a/www/linux-f10-flashplugin11/Makefile +++ b/www/linux-f10-flashplugin11/Makefile @@ -1,6 +1,7 @@ # Created by: Naoki Tsurutani # $FreeBSD$ +DISTFILES:= install_flash_player_11_linux.i386.tar.gz:plugin USE_LINUX= f10 ALSA_RUN_DEPENDS= linux-${USE_LINUX}-alsa-lib>=1.0.21_5:${PORTSDIR}/audio/linux-f10-alsa-lib USE_LINUX_APPS= curl cyrus-sasl2 gtk2 libssh2 nspr nss openldap |