diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-31 23:52:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-31 23:52:49 +0000 |
commit | 0b6aed9df99027e509029e46c9d5beb0534e1762 (patch) | |
tree | c8a2a741376e2eb098e3935c7ef5b003f192810c /astro | |
parent | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (diff) | |
download | ports-0b6aed9df99027e509029e46c9d5beb0534e1762.tar.gz ports-0b6aed9df99027e509029e46c9d5beb0534e1762.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)
Notes
Notes:
svn path=/head/; revision=125615
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- |