pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

git-package: Remove unused _GIT_TODAY



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 14 15:12:54 2015 +0100
Changeset:	229263b640011990c5afaea467d2f0f4714ceafe

Modified Files:
	mk/git-package.mk

Log Message:
git-package: Remove unused _GIT_TODAY

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=229263b640011990c5afaea467d2f0f4714ceafe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mk/git-package.mk | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/mk/git-package.mk b/mk/git-package.mk
index afe61b2..e1b4f06 100644
--- a/mk/git-package.mk
+++ b/mk/git-package.mk
@@ -66,8 +66,6 @@ USE_TOOLS+=		date pax
 _GIT_CMD=		git
 _GIT_ENV=		${GIT_ENV}
 _GIT_FLAGS=		--quiet --depth 1 --recursive
-_GIT_TODAY_CMD=		${DATE} -u +'%Y-%m-%d'
-_GIT_TODAY=		${_GIT_TODAY_CMD:sh}
 _GIT_PKGVERSION_CMD=	${DATE} -u +'%Y.%m.%d'
 _GIT_PKGVERSION=	${_GIT_PKGVERSION_CMD:sh}
 _GIT_DISTDIR=		${DISTDIR}/git-packages


Home | Main Index | Thread Index | Old Index