diff options
author | kris <kris@FreeBSD.org> | 2005-01-01 07:52:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-01 07:52:49 +0800 |
commit | bfa6e42cf304da2afd4be76079b2de5daccfb3ce (patch) | |
tree | 5566cebd7b06ad030870ca46b992b2c75f9e1f2f | |
parent | de58e85fef29917adc14446fb8506d26ab4429b2 (diff) | |
download | freebsd-ports-gnome-bfa6e42cf304da2afd4be76079b2de5daccfb3ce.tar.gz freebsd-ports-gnome-bfa6e42cf304da2afd4be76079b2de5daccfb3ce.tar.zst freebsd-ports-gnome-bfa6e42cf304da2afd4be76079b2de5daccfb3ce.zip |
Properly increment PORTREVISION relative to the previous value (3,
incorrectly inherited from the linux-gtk port because it was not
previously overridden in this slave port).
Noticed by: eikbot
Approved by: portmgr (self)
-rw-r--r-- | astro/linux-setiathome/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f10-png/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f10-png10/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f8-png/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f8-png10/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-png/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-png10/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/astro/linux-setiathome/Makefile b/astro/linux-setiathome/Makefile index 89938cd56f1a..19099d69958a 100644 --- a/astro/linux-setiathome/Makefile +++ b/astro/linux-setiathome/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTVERSION= 3.08 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= astro linux PKGNAMEPREFIX= linux- diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile index 029959b20ada..d54f7fa5db57 100644 --- a/graphics/linux-f10-png/Makefile +++ b/graphics/linux-f10-png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile index b817efb03ff9..2c224a5cf078 100644 --- a/graphics/linux-f10-png10/Makefile +++ b/graphics/linux-f10-png10/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile index 029959b20ada..d54f7fa5db57 100644 --- a/graphics/linux-f8-png/Makefile +++ b/graphics/linux-f8-png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ diff --git a/graphics/linux-f8-png10/Makefile b/graphics/linux-f8-png10/Makefile index b817efb03ff9..2c224a5cf078 100644 --- a/graphics/linux-f8-png10/Makefile +++ b/graphics/linux-f8-png10/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ diff --git a/graphics/linux-png/Makefile b/graphics/linux-png/Makefile index 029959b20ada..d54f7fa5db57 100644 --- a/graphics/linux-png/Makefile +++ b/graphics/linux-png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ diff --git a/graphics/linux-png10/Makefile b/graphics/linux-png10/Makefile index b817efb03ff9..2c224a5cf078 100644 --- a/graphics/linux-png10/Makefile +++ b/graphics/linux-png10/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ |