summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-05 17:43:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-05 17:43:32 +0800
commit1f53025abd84460467d421bac440b56e51d91561 (patch)
tree2afa68e9b3ac19e1dc8e94f01e32c72de4d6aff0 /x11
parente89eed1b1e140d527e1c50b1d2d97b55888e75fb (diff)
downloadmarcuscom-ports-1f53025abd84460467d421bac440b56e51d91561.tar.gz
marcuscom-ports-1f53025abd84460467d421bac440b56e51d91561.tar.zst
marcuscom-ports-1f53025abd84460467d421bac440b56e51d91561.zip
Bump to 3.6.2.
Since 7.x is EOL always include cheese, axe evo-exchange3 since it doesn't build anymore. Submitted by: Gustau Perez (based on) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18512 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome3/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile
index c36fefacc..933038d4e 100644
--- a/x11/gnome3/Makefile
+++ b/x11/gnome3/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/trunk/x11/gnome3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gnome3
-PORTVERSION= 3.4.0
+PORTVERSION= 3.6.2
PORTREVISION?= 0
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
@@ -39,15 +39,17 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \
NO_BUILD= yes
-OPTIONS= GNOME_SHELL "Build Gnome-shell" off
+OPTIONS_DEFINE= SHELL
+SHELL_DESC= Include Gnome-shell
.if ${.CURDIR:T}!="gnome3-lite"
-#OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" off
+#OPTIONS_DEFINE+=MAPI
+MAPI_DESC= Depend on evolution-mapi (pulls in samba4)" off
.endif
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_GNOME_SHELL)
+.if ${PORT_OPTIONS:MSHELL}
RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \
gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool
.endif
@@ -82,17 +84,14 @@ RUN_DEPENDS+= empathy>=3.0.0:${PORTSDIR}/net-im/empathy3 \
gconf-editor>=3.0.0:${PORTSDIR}/sysutils/gconf-editor3 \
gdm>=3.0.0:${PORTSDIR}/x11/gdm3 \
evolution>=3.0.0:${PORTSDIR}/mail/evolution3 \
- evolution-exchange>=3.0.0:${PORTSDIR}/mail/evolution-exchange3
+ cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3
-.if ${OSVERSION}>=800000
-RUN_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3
-.endif
-.if defined(WITH_MAPI)
+.if ${PORT_OPTIONS:MMAPI}
RUN_DEPENDS+= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi3
.endif
.endif # !gnome3-lite section
do-install: # empty
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>