diff options
author | araujo <araujo@FreeBSD.org> | 2007-09-02 04:59:37 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-09-02 04:59:37 +0800 |
commit | 39380494d72362ebe071de8ae95173ae3a270ecf (patch) | |
tree | baff394a386f4e63a48ccf91fdee7f2fe11e1303 /astro | |
parent | 24e7adbd3467fdd6fe5321ac1e5d5fb7526df68e (diff) | |
download | freebsd-ports-gnome-39380494d72362ebe071de8ae95173ae3a270ecf.tar.gz freebsd-ports-gnome-39380494d72362ebe071de8ae95173ae3a270ecf.tar.zst freebsd-ports-gnome-39380494d72362ebe071de8ae95173ae3a270ecf.zip |
- Fix wrong PORTREVISION number in previous commit.
Approved by: stas (mentor)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 3e1eb4b6612e..3356a45ed2d5 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpsd PORTVERSION= 2.32 -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} |