support GH_* variables

This commit is contained in:
espie 2014-07-12 17:35:32 +00:00
parent 421dd0103a
commit fed0ac4a66
5 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.55 2013/11/25 14:13:33 sthen Exp $
# $OpenBSD: Makefile,v 1.56 2014/07/12 17:35:32 espie Exp $
CATEGORIES = databases
V = 4.0
V = 4.1
DISTNAME = sqlports-$V
DISTFILES =
COMMENT = sqlite database of ports

View File

@ -1,4 +1,4 @@
# $OpenBSD: Info.pm,v 1.12 2013/11/25 14:13:33 sthen Exp $
# $OpenBSD: Info.pm,v 1.13 2014/07/12 17:35:32 espie Exp $
#
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
@ -43,6 +43,10 @@ our $vars = {
EPOCH => 'AnyVar',
FLAVORS => 'FlavorsVar',
FULLPKGNAME => 'FullpkgnameVar',
GH_ACCOUNT => 'DefinedVar',
GH_COMMIT => 'DefinedVar',
GH_PROJECT => 'DefinedVar',
GH_TAGNAME => 'DefinedVar',
HOMEPAGE => 'AnyVar',
IGNORE => 'DefinedVar',
IS_INTERACTIVE => 'AnyVar',

View File

@ -30,6 +30,7 @@ stored in specialized tables, e.g.,:
EPOCH
FLAVORS
FULLPKGNAME
GH_*
HOMEPAGE
IS_INTERACTIVE
MAINTAINER

View File

@ -21,6 +21,7 @@ holds all the information retrieved through various variables, e.g.,:
EPOCH
FLAVORS
FULLPKGNAME
GH_*
HOMEPAGE
IS_INTERACTIVE
MAINTAINER

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.1269 2014/07/10 23:19:55 sthen Exp $
# $OpenBSD: bsd.port.mk,v 1.1270 2014/07/12 17:35:32 espie Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@ -135,7 +135,7 @@ _ALL_VARIABLES += HOMEPAGE DISTNAME \
CONFIGURE_STYLE USE_LIBTOOL SEPARATE_BUILD \
SHARED_LIBS TARGETS PSEUDO_FLAVOR \
MAINTAINER AUTOCONF_VERSION AUTOMAKE_VERSION CONFIGURE_ARGS \
PKG_ARCH
PKG_ARCH GH_ACCOUNT GH_COMMIT GH_PROJECT GH_TAGNAME
_ALL_VARIABLES_PER_ARCH += BROKEN
# and stuff needing to be MULTI_PACKAGE'd
_ALL_VARIABLES_INDEXED += COMMENT PKGNAME \