pkgsrc-WIP-changes archive

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

lldb-git: Remove GIT_REVISION.lldb



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Mar 29 16:07:54 2017 +0200
Changeset:	ddbbcf06e0647c2eeb45d0972473a5c426842504

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Remove GIT_REVISION.lldb

This package is no longer frozen on a certain git sha1 revision.
The needed patches have been merged upstream.

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 lldb-git/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index aea62d2c81..37054b55a8 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -5,7 +5,6 @@ CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	lldb
 GIT_REPO.lldb=		git://github.com/llvm-mirror/lldb.git
-GIT_REVISION.lldb=	85d8791e1dae0a7581cf439cc722182214aa80eb
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lldb.org/


Home | Main Index | Thread Index | Old Index