pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
git-package.mk: Remove remnants after global GIT_TAG
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Dec 11 02:15:31 2015 +0100
Changeset: 76f1f08c0c408d9c9272704a07e6988b8f2f7c45
Modified Files:
mk/git-package.mk
Log Message:
git-package.mk: Remove remnants after global GIT_TAG
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=76f1f08c0c408d9c9272704a07e6988b8f2f7c45
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mk/git-package.mk | 4 ----
1 file changed, 4 deletions(-)
diffs:
diff --git a/mk/git-package.mk b/mk/git-package.mk
index bd3b2cb..3528273 100644
--- a/mk/git-package.mk
+++ b/mk/git-package.mk
@@ -31,9 +31,7 @@ BUILD_DEPENDS+= git-base>=1.6.4:../../devel/git-base
#
DISTFILES?= # empty
-.if empty(GIT_TAG)
PKGREVISION?= ${_GIT_PKGVERSION:S/.//g}
-.endif
#
# End of the interface part. Start of the implementation part.
@@ -81,8 +79,6 @@ _GIT_ENV.${repo}= ${GIT_ENV.${repo}}
_GIT_FLAG.${repo}= origin/${GIT_BRANCH.${repo}}
. elif defined(GIT_TAG.${repo})
_GIT_FLAG.${repo}= tags/${GIT_TAG.${repo}}
-. elif defined(GIT_TAG)
-_GIT_FLAG.${repo}= tags/${GIT_TAG}
. else
_GIT_FLAG.${repo}= origin/HEAD
. endif
Home |
Main Index |
Thread Index |
Old Index