diff options
author | tijl <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
commit | ead4be38d89ad64cc1ca84c5a754424cbca9bc21 (patch) | |
tree | d41bcf410a7fc743b61a34bce3e34230f2282700 /www | |
parent | afa8c5c5e676782e1fa3b1cddbc80031fc14f4b3 (diff) | |
download | freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.tar.gz freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.tar.zst freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.zip |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-c6-flashplugin11/Makefile | 2 | ||||
-rw-r--r-- | www/linux-c6-qt47-webkit/Makefile | 2 | ||||
-rw-r--r-- | www/linux-firefox/Makefile | 1 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 1 | ||||
-rw-r--r-- | www/linux-seamonkey/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/www/linux-c6-flashplugin11/Makefile b/www/linux-c6-flashplugin11/Makefile index ef59120c6cd1..83a614adfa5c 100644 --- a/www/linux-c6-flashplugin11/Makefile +++ b/www/linux-c6-flashplugin11/Makefile @@ -3,7 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.632 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib diff --git a/www/linux-c6-qt47-webkit/Makefile b/www/linux-c6-qt47-webkit/Makefile index a0b42f67c5a7..e5eeb9a4796c 100644 --- a/www/linux-c6-qt47-webkit/Makefile +++ b/www/linux-c6-qt47-webkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= qt47-webkit PORTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www linux MASTER_SITES= https://www.mirrorservice.org/sites/dl.atrpms.net/el6-i386/atrpms/testing/ \ https://www.mirrorservice.org/sites/dl.atrpms.net/el6-x86_64/atrpms/testing/ \ diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile index 98a5a91a926b..dc94893a0fc7 100644 --- a/www/linux-firefox/Makefile +++ b/www/linux-firefox/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.4.0 DISTVERSIONSUFFIX=esr +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \ diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 521cd22b3b13..cf04ec828065 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -2,6 +2,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/ \ ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/ \ diff --git a/www/linux-seamonkey/Makefile b/www/linux-seamonkey/Makefile index a30acab46ff9..858439ebf916 100644 --- a/www/linux-seamonkey/Makefile +++ b/www/linux-seamonkey/Makefile @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.39 +PORTREVISION= 1 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US |