Home
last modified time | relevance | path

Searched refs:LAST_TAG (Results 1 – 25 of 64) sorted by relevance

123

/dports/dns/powerdns/pdns-4.5.2/builder-support/
H A Dgen-version37 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1-2)"
42 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1-2)"
44 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1)"
57 LAST_TAG=0.0
74 VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}${BRANCH}.${GIT_HASH}${DIRTY}"
/dports/dns/dnsdist/dnsdist-1.6.1/builder-support/
H A Dgen-version37 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1-2)"
42 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1-2)"
44 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1)"
57 LAST_TAG=0.0
74 VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}${BRANCH}.${GIT_HASH}${DIRTY}"
/dports/devel/xfce4-dev-tools/xfce4-dev-tools-4.16.0/helpers/
H A Dxfce-get-release-notes5 LAST_TAG=$(git describe --abbrev=0)
8 LAST_TAG=$1
11 echo "Changes since $LAST_TAG:"
15 git log --format=%s ${LAST_TAG}..HEAD | \
H A Dxfce-update-news6 LAST_TAG=$(git describe --abbrev=0)
7 RELEASE_NOTES=$(xfce-get-release-notes "$LAST_TAG" silent)
8 TRANSLATIONS=$(xfce-get-translations "$LAST_TAG" "HEAD" silent)
H A Dxfce-get-translations6 LAST_TAG=$(git describe --abbrev=0)
7 STARTTAG="${1:-$LAST_TAG}"
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/
H A DMakefile.internal.mk2 LAST_TAG := $(shell git describe --tags --abbrev=0)
3 COMMITS := $(shell echo `git log --oneline $(LAST_TAG)..HEAD | wc -l`)
7 ifneq (v$(VERSION),$(LAST_TAG))
/dports/devel/kms-cmake-utils/kms-cmake-utils-6.16.0/CMake/
H A DKurentoGitHelpers.cmake55 OUTPUT_VARIABLE LAST_TAG
61 if(NOT LAST_TAG)
63 OUTPUT_VARIABLE LAST_TAG
70 execute_process(COMMAND ${GIT_EXECUTABLE} rev-list ${LAST_TAG}..HEAD --count
/dports/net-mgmt/metronome/metronome-0.9.0/build-aux/
H A Dgen-version25 LAST_TAG="$(echo ${GIT_VERSION} | cut -d- -f1)"
37 VERSION="${LAST_TAG}+${COMMITS_SINCE_TAG}${BRANCH}.${GIT_HASH}${DIRTY}"
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/tooling/release/
H A Dstable-minor-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 CURRENT_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,wrapland@\(\),\1,g')
H A Dstable-patch-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 LAST_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,wrapland@\(\),\1,g')
H A Dbeta-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 LAST_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,wrapland@\(\),\1,g')
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/ci/release/
H A Dstable-minor-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 CURRENT_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,disman@\(\),\1,g')
H A Dstable-patch-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 LAST_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,disman@\(\),\1,g')
H A Dbeta-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 LAST_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,disman@\(\),\1,g')
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/ci/release/
H A Dstable-minor-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 CURRENT_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,kdisplay@\(\),\1,g')
H A Dstable-patch-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 LAST_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,kdisplay@\(\),\1,g')
H A Dbeta-prepare.sh14 LAST_TAG=$(git describe --abbrev=0)
15 LAST_BETA_VERSION=$(echo $LAST_TAG | sed -e 's,kdisplay@\(\),\1,g')
/dports/news/trn4/trn-4.0-test77/
H A Dmime.h75 #define LAST_TAG (TAG_UL+1) macro
87 EXT HTML_TAGS tagattr[LAST_TAG];
90 HTML_TAGS tagattr[LAST_TAG] = {
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)
/dports/games/palomino/palomino/src/lua_lang/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlobject.h20 #define LAST_TAG LUA_TTHREAD macro
22 #define NUM_TAGS (LAST_TAG+1)
28 #define LUA_TPROTO (LAST_TAG+1)
29 #define LUA_TUPVAL (LAST_TAG+2)
30 #define LUA_TDEADKEY (LAST_TAG+3)

123