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 /astro | |
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)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/linux-setiathome/Makefile | 2 |
1 files changed, 1 insertions, 1 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- |