diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-30 07:37:47 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-30 07:37:47 +0000 |
commit | c41282fd966cadce75d35cd7e14967419d77975f (patch) | |
tree | f3763436902c1310c4be315abf813de5754e7881 /devel/ORBit2/Makefile | |
parent | cd45ccf49e58db7d582268895d890b3911939355 (diff) | |
download | FreeBSD-ports-c41282fd966cadce75d35cd7e14967419d77975f.zip FreeBSD-ports-c41282fd966cadce75d35cd7e14967419d77975f.tar.gz |
Correct PORTREVISION - in my last commit instead of updating it to 5 I've
erroneously decreased it to 2.
Submitted by: Joe Clarke <marcus@marcuscom.com>
Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r-- | devel/ORBit2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 87a3909..f9c2acc 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.10 -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit |