diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-06 15:36:17 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-06 15:36:17 +0800 |
commit | 6bae5799cf929b39a82f70b89d8a326dfda7d5e3 (patch) | |
tree | f30b6f50433222771ad3b202a41b387ab8fbed54 /lang/mono | |
parent | 7fe3151cd01b494ebba1da9200835bd07887a6c3 (diff) | |
download | freebsd-ports-gnome-6bae5799cf929b39a82f70b89d8a326dfda7d5e3.tar.gz freebsd-ports-gnome-6bae5799cf929b39a82f70b89d8a326dfda7d5e3.tar.zst freebsd-ports-gnome-6bae5799cf929b39a82f70b89d8a326dfda7d5e3.zip |
Bump PORTREVISION to chase glib update that came with Gnome 2.12
- Initially I planned to make a large Mono commit right after Gnome 2.12
was merged but the new Gnome has in part caused me to delay merging
updates to Mono and friends.
Approved by: mezz (co-mentor)
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 979f6c30d795..e10288d5acee 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -8,7 +8,7 @@ PORTNAME= mono PORTVERSION= 1.1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/sources/mono-1.1/ |