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 | |
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)
-rw-r--r-- | audio/muine/Makefile | 2 | ||||
-rw-r--r-- | deskutils/tomboy/Makefile | 2 | ||||
-rw-r--r-- | lang/mono/Makefile | 2 | ||||
-rw-r--r-- | net/blam/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 7bd5c02bae52..ae101478b206 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -7,7 +7,7 @@ PORTNAME= muine PORTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnome MASTER_SITES= http://muine.gooeylinux.org/ diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 6736cd753c4b..c2c1388798f4 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -8,7 +8,7 @@ PORTNAME= tomboy PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnome MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/ 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/ diff --git a/net/blam/Makefile b/net/blam/Makefile index dbbd0a472496..0a9fae1d2066 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -8,6 +8,7 @@ PORTNAME= blam PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index 1b8cb128f927..9c55bd884fcf 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk-sharp PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index ee2395e9e388..f4c1fbda0533 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk-sharp PORTVERSION= 1.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/gtk-sharp-2.0/ MASTER_SITE_SUBDIR= gtk-sharp |