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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/linux-instantbird/Makefile | 1 | ||||
-rw-r--r-- | net-im/qq/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype-devel/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype4/Makefile | 2 | ||||
-rw-r--r-- | net-im/yoono/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/net-im/linux-instantbird/Makefile b/net-im/linux-instantbird/Makefile index c7e947a480db..f4132b8a171e 100644 --- a/net-im/linux-instantbird/Makefile +++ b/net-im/linux-instantbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= instantbird DISTVERSION= 1.5 DISTVERSIONSUFFIX=.${LOCALE}.linux-i686 +PORTREVISION= 1 CATEGORIES= net-im irc ipv6 MASTER_SITES= http://ftp.instantbird.com/instantbird/releases/${DISTVERSION}/ \ GOOGLE_CODE diff --git a/net-im/qq/Makefile b/net-im/qq/Makefile index a67312799158..53584edc9843 100644 --- a/net-im/qq/Makefile +++ b/net-im/qq/Makefile @@ -3,7 +3,7 @@ PORTNAME= qq DISTVERSION= v1.0.2-beta1_i386 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://dl_dir.qq.com/linuxqq/ DISTNAME= linuxqq_${DISTVERSION} diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 7ca22104f9cf..fa75d1150f0b 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= skype PORTVERSION= 2.2.0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= -devel diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 62e63c91638a..4b6ac33cd614 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -3,7 +3,7 @@ PORTNAME= skype PORTVERSION= 2.1.0.81 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile index 21346087ae33..3820c1bae0df 100644 --- a/net-im/skype4/Makefile +++ b/net-im/skype4/Makefile @@ -3,7 +3,7 @@ PORTNAME= skype PORTVERSION= 4.3.0.37 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ diff --git a/net-im/yoono/Makefile b/net-im/yoono/Makefile index b6e9b06993de..282f7e021be8 100644 --- a/net-im/yoono/Makefile +++ b/net-im/yoono/Makefile @@ -3,6 +3,7 @@ PORTNAME= yoono PORTVERSION= 1.8.43 +PORTREVISION= 1 #PORTREVISION= 0 CATEGORIES= net-im MASTER_SITES= http://cdn.yoono.com/desktop/ |