diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
commit | aea21b3b3619470bf2d902f69eccd14e83001a5c (patch) | |
tree | d41bcf410a7fc743b61a34bce3e34230f2282700 /editors | |
parent | 9612b325c23ce22fb17f659ba29e3bc21d9ce6aa (diff) | |
download | freebsd-ports-gnome-aea21b3b3619470bf2d902f69eccd14e83001a5c.tar.gz freebsd-ports-gnome-aea21b3b3619470bf2d902f69eccd14e83001a5c.tar.zst freebsd-ports-gnome-aea21b3b3619470bf2d902f69eccd14e83001a5c.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 'editors')
-rw-r--r-- | editors/komodo-edit/Makefile | 1 | ||||
-rw-r--r-- | editors/linux-sublime/Makefile | 2 | ||||
-rw-r--r-- | editors/linux-sublime3/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 82bb2a56dca7..840a509388e4 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -3,6 +3,7 @@ PORTNAME= komodo-edit PORTVERSION= 6.1.3 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://downloads.activestate.com/Komodo/releases/archive/6.x/${PORTVERSION}/ DISTNAME= Komodo-Edit-${PORTVERSION}-8844-linux-libcpp6-x86 diff --git a/editors/linux-sublime/Makefile b/editors/linux-sublime/Makefile index 2430f7c651fe..c66fc665264d 100644 --- a/editors/linux-sublime/Makefile +++ b/editors/linux-sublime/Makefile @@ -3,7 +3,7 @@ PORTNAME= sublime PORTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors linux MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ DISTNAME= Sublime%20Text%202.0.2 diff --git a/editors/linux-sublime3/Makefile b/editors/linux-sublime3/Makefile index 9a97f959f583..acdca033e3fd 100644 --- a/editors/linux-sublime3/Makefile +++ b/editors/linux-sublime3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sublime PORTVERSION= 3.0.83 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors linux MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ PKGNAMEPREFIX= linux- |