Extend+sync comment about VERSION sync.

This commit is contained in:
ajacoutot 2012-02-18 18:40:18 +00:00
parent 5ec398a2e3
commit 665a54371a
3 changed files with 11 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.154 2012/01/09 18:26:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.155 2012/02/18 18:40:18 ajacoutot Exp $
SHARED_ONLY= Yes
@ -14,8 +14,7 @@ PKGNAME-plugins= evolution-plugins-${GNOME_VERSION}
REVISION-plugins= 0
# Only get the first x.y which is needed in the PLIST.
# NOTE: when major version changes, increment EVO_VERSION accordingly
# and bump:
# NOTE: when R changes, increment EVO_VERSION accordingly and bump:
# mail/evolution-ews
# mail/evolution-exchange
# mail/evolution-rss

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2012/01/31 07:58:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.61 2012/02/18 18:40:18 ajacoutot Exp $
SHARED_ONLY= Yes
@ -11,9 +11,9 @@ COMMENT-ui= GTK+ extension and tools for libgda
GNOME_PROJECT= libgda
GNOME_VERSION= 5.0.3
# NOTE: when major version changes, increment GDA_MAJOR accordingly and
# bump "x11/gnome/libgdamm"
GDA_MAJOR= 5.0
# NOTE: when GDA_MAJOR changes, increment GDA_MAJOR accordingly and bump:
# x11/gnome/libgdamm
GDA_MAJOR= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAME-main= ${DISTNAME}
PKGNAME-ldap= libgda-ldap-${GNOME_VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.95 2012/02/16 22:20:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.96 2012/02/18 18:40:18 ajacoutot Exp $
# XXX Binary files patch-src_tracker-control_tracker-control-general_c
# and patch-src_tracker-control_tracker-control-general_c.new differ
@ -21,7 +21,11 @@ PKGNAME-main= meta-tracker-${VERSION}
PKGNAME-evolution= evolution-meta-tracker-${VERSION}
PKGNAME-nautilus= nautilus-meta-tracker-${VERSION}
# Only get the first x.y which is needed in the PLIST.
# NOTE: when MAJ_V changes, increment TRACKER_VERSION accordingly and bump:
# net/telepathy/folks
MAJ_V= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
EVO_VERSION= 3.2
SUBST_VARS= MAJ_V EVO_VERSION