FreeBSD Bugzilla – Attachment 152294 Details for
Bug 196176
[PATCH] devel/libgit2: Update to 0.21.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v0.21.5 with dynamic plist (since 377075 revision)
libgit2_0.21.1,1-0.21.5.diff (text/plain), 3.41 KB, created by
lightside
on 2015-01-28 06:51:19 UTC
(
hide
)
Description:
Patch for v0.21.5 with dynamic plist (since 377075 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2015-01-28 06:51:19 UTC
Size:
3.41 KB
patch
obsolete
>diff -ruN libgit2.orig/Makefile libgit2/Makefile >--- libgit2.orig/Makefile 2015-01-24 01:32:12.000000000 +0400 >+++ libgit2/Makefile 2015-01-28 08:47:02.000000000 +0400 >@@ -1,25 +1,25 @@ > # $FreeBSD: head/devel/libgit2/Makefile 377075 2015-01-15 11:01:25Z wg $ > > PORTNAME= libgit2 >-PORTVERSION= 0.21.1 >-PORTREVISION= 1 >+PORTVERSION= 0.21.5 >+DISTVERSIONPREFIX= v > CATEGORIES= devel >+MASTER_SITES= GHR > > MAINTAINER= wg@FreeBSD.org > COMMENT= Portable, pure C implementation of the Git core > > LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING > > USE_GITHUB= yes > GH_ACCOUNT= libgit2 >-GH_TAGNAME= v${PORTVERSION} >-GH_COMMIT= b4d00c1 > > USES= cmake python:build > USE_LDCONFIG= yes > USE_OPENSSL= yes > >-PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > OPTIONS_DEFINE= SSH THREADS > OPTIONS_DEFAULT=SSH THREADS >@@ -45,4 +45,12 @@ > ${WRKSRC}/CMakeLists.txt > .endif > >+add-plist-post: build-plist >+ >+build-plist: .SILENT >+.for d in include lib libdata >+ ${FIND} ${STAGEDIR}${PREFIX}/${d} -type f -o -type l | \ >+ ${SED} -e 's|^${STAGEDIR}||' >> ${TMPPLIST} >+.endfor >+ > .include <bsd.port.post.mk> >diff -ruN libgit2.orig/distinfo libgit2/distinfo >--- libgit2.orig/distinfo 2015-01-24 01:32:12.000000000 +0400 >+++ libgit2/distinfo 2015-01-28 08:40:39.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (libgit2-0.21.1.tar.gz) = 7faed833d59890ca11957610e020aef3d91e56027408e956d5eb3c9f35dbcb29 >-SIZE (libgit2-0.21.1.tar.gz) = 3428317 >+SHA256 (libgit2-v0.21.5.tar.gz) = 46ca07becbdcda0da96a553d9f45e64ead29276ba14049e4bc8e2730ed1aa494 >+SIZE (libgit2-v0.21.5.tar.gz) = 3460366 >diff -ruN libgit2.orig/pkg-plist libgit2/pkg-plist >--- libgit2.orig/pkg-plist 2015-01-24 01:32:12.000000000 +0400 >+++ libgit2/pkg-plist 1970-01-01 03:00:00.000000000 +0300 >@@ -1,71 +0,0 @@ >-include/git2.h >-include/git2/attr.h >-include/git2/blame.h >-include/git2/blob.h >-include/git2/branch.h >-include/git2/buffer.h >-include/git2/checkout.h >-include/git2/cherrypick.h >-include/git2/clone.h >-include/git2/commit.h >-include/git2/common.h >-include/git2/config.h >-include/git2/cred_helpers.h >-include/git2/diff.h >-include/git2/errors.h >-include/git2/filter.h >-include/git2/graph.h >-include/git2/ignore.h >-include/git2/index.h >-include/git2/indexer.h >-include/git2/inttypes.h >-include/git2/merge.h >-include/git2/message.h >-include/git2/net.h >-include/git2/notes.h >-include/git2/object.h >-include/git2/odb.h >-include/git2/odb_backend.h >-include/git2/oid.h >-include/git2/pack.h >-include/git2/patch.h >-include/git2/pathspec.h >-include/git2/push.h >-include/git2/refdb.h >-include/git2/reflog.h >-include/git2/refs.h >-include/git2/refspec.h >-include/git2/remote.h >-include/git2/repository.h >-include/git2/reset.h >-include/git2/revert.h >-include/git2/revparse.h >-include/git2/revwalk.h >-include/git2/signature.h >-include/git2/stash.h >-include/git2/status.h >-include/git2/stdint.h >-include/git2/strarray.h >-include/git2/submodule.h >-include/git2/tag.h >-include/git2/threads.h >-include/git2/trace.h >-include/git2/transport.h >-include/git2/tree.h >-include/git2/types.h >-include/git2/version.h >-include/git2/sys/commit.h >-include/git2/sys/config.h >-include/git2/sys/diff.h >-include/git2/sys/filter.h >-include/git2/sys/index.h >-include/git2/sys/mempack.h >-include/git2/sys/odb_backend.h >-include/git2/sys/refdb_backend.h >-include/git2/sys/reflog.h >-include/git2/sys/refs.h >-include/git2/sys/repository.h >-lib/libgit2.so >-lib/libgit2.so.0.%%SHLIB_VER%%.0 >-lib/libgit2.so.%%SHLIB_VER%% >-libdata/pkgconfig/libgit2.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196176
:
150830
|
150831
|
151669
|
151681
|
151682
|
151683
|
151684
|
152066
|
152067
|
152084
|
152085
|
152135
|
152136
|
152137
|
152138
|
152294
|
152295
|
155312
|
155313
|
155353
|
155354
|
155355
|
155356
|
155463
|
155464
|
155469
|
155470
|
155471
|
155472
|
155473
|
155557
|
155560
|
155561
|
156038
|
156039
|
156453
|
156454
|
156455