diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 23:24:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 23:24:53 +0800 |
commit | 642697f7caf780ccb79de854c226bf198f96487a (patch) | |
tree | c9d89a588562c3e56920193f71d6dd557c713078 /x11 | |
parent | 08709f1fa6559d30780385d1321a07e592acc936 (diff) | |
download | marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.tar marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.tar.gz marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.tar.bz2 marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.tar.lz marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.tar.xz marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.tar.zst marcuscom-ports-642697f7caf780ccb79de854c226bf198f96487a.zip |
Bump to 3.2.0.
3.2.1 is still being release, and need to add new ports.
Correct gnome-user-docs3 depends [1]
Submitted by: tcb on IRC.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16460 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 39440888c..ca42ba527 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome3/Makefile,v 1.28 2011/08/23 19:40:35 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.29 2011/09/01 11:49:29 kwm Exp $ # PORTNAME= gnome3 -PORTVERSION= 3.0.2 +PORTVERSION= 3.2.0 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty @@ -37,7 +37,7 @@ RUN_DEPENDS?= gnome-panel>=2.91.0:${PORTSDIR}/x11/gnome-panel3 \ gnome-control-center>=2.91.0:${PORTSDIR}/sysutils/gnome-control-center3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \ - ${LOCALBASE}/share/gnome/help/gnome-help/C/index.page:${PORTSDIR}/misc/gnome-user-docs3 \ + ${LOCALBASE}/share/help/C/gnome-help/index.page:${PORTSDIR}/misc/gnome-user-docs3 \ ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme NO_BUILD= yes |