FreeBSD Bugzilla – Attachment 164823 Details for
Bug 205698
[maintainer update] devel/git-extras: update to 4.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git-extras-4.0.0.diff
git-extras-4.0.0.diff (text/plain), 3.82 KB, created by
Igor Ostapenko
on 2015-12-29 15:42:44 UTC
(
hide
)
Description:
git-extras-4.0.0.diff
Filename:
MIME Type:
Creator:
Igor Ostapenko
Created:
2015-12-29 15:42:44 UTC
Size:
3.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 404752) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= git-extras >-PORTVERSION= 3.0.0 >+PORTVERSION= 4.0.0 > CATEGORIES= devel > > MAINTAINER= igor.ostapenko@gmail.com >@@ -15,9 +15,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= tj > >-USES= gmake shebangfix >-SHEBANG_FILES= bin/git-guilt \ >- bin/git-merge-into >+USES= gmake > > NO_BUILD= yes > >Index: distinfo >=================================================================== >--- distinfo (revision 404752) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (tj-git-extras-3.0.0_GH0.tar.gz) = 490742428824d6e807e894c3b6612be37a9a9a4e8fbea747d1813e5d62b2a807 >-SIZE (tj-git-extras-3.0.0_GH0.tar.gz) = 74070 >+SHA256 (tj-git-extras-4.0.0_GH0.tar.gz) = 4adaadc1f22f3240ae9607963ede29a5c010ae14b877b90c27d17d6b0c06f430 >+SIZE (tj-git-extras-4.0.0_GH0.tar.gz) = 94582 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 404752) >+++ files/patch-Makefile (working copy) >@@ -1,31 +1,10 @@ >---- Makefile.orig 2015-04-27 12:13:50 UTC >+--- Makefile.orig 2015-12-29 14:53:09 UTC > +++ Makefile >-@@ -1,6 +1,7 @@ >+@@ -1,6 +1,6 @@ > PREFIX ?= /usr/local > BINPREFIX ?= "$(PREFIX)/bin" > -MANPREFIX ?= "$(PREFIX)/share/man/man1" > +MANPREFIX = "$(PREFIX)/man/man1" >-+ETCPREFIX ?= "$(PREFIX)/etc" >+ SYSCONFDIR ?= $(PREFIX)/etc > BINS = $(wildcard bin/git-*) > MANS = $(wildcard man/git-*.md) >- MAN_HTML = $(MANS:.md=.html) >-@@ -39,8 +40,8 @@ install: >- cp -f man/git-*.1 $(DESTDIR)$(MANPREFIX); \ >- echo "cp -f man/git-*.1 $(DESTDIR)$(MANPREFIX)"; \ >- fi >-- @mkdir -p $(DESTDIR)/etc/bash_completion.d >-- cp -f etc/bash_completion.sh $(DESTDIR)/etc/bash_completion.d/git-extras >-+ @mkdir -p $(DESTDIR)$(ETCPREFIX)/bash_completion.d >-+ cp -f etc/bash_completion.sh $(DESTDIR)$(ETCPREFIX)/bash_completion.d/git-extras >- >- man/%.html: man/%.md >- ronn \ >-@@ -64,7 +65,7 @@ uninstall: >- echo "... uninstalling $(DESTDIR)$(MANPREFIX)/$(notdir $(MAN))"; \ >- rm -f $(DESTDIR)$(MANPREFIX)/$(notdir $(MAN)); \ >- ) >-- rm -f $(DESTDIR)/etc/bash_completion.d/git-extras >-+ rm -f $(DESTDIR)$(ETCPREFIX)/bash_completion.d/git-extras >- >- clean: docclean >- >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 404752) >+++ pkg-plist (working copy) >@@ -5,6 +5,7 @@ > bin/git-bug > bin/git-changelog > bin/git-chore >+bin/git-clear > bin/git-commits-since > bin/git-contrib > bin/git-count >@@ -23,6 +24,7 @@ > bin/git-graft > bin/git-guilt > bin/git-ignore >+bin/git-ignore-io > bin/git-info > bin/git-line-summary > bin/git-local-commits >@@ -33,6 +35,7 @@ > bin/git-missing > bin/git-obliterate > bin/git-pr >+bin/git-psykorebase > bin/git-pull-request > bin/git-rebase-patch > bin/git-refactor >@@ -43,6 +46,7 @@ > bin/git-root > bin/git-rscp > bin/git-scp >+bin/git-sed > bin/git-setup > bin/git-show-merged-branches > bin/git-show-tree >@@ -60,6 +64,7 @@ > man/man1/git-bug.1.gz > man/man1/git-changelog.1.gz > man/man1/git-chore.1.gz >+man/man1/git-clear.1.gz > man/man1/git-commits-since.1.gz > man/man1/git-contrib.1.gz > man/man1/git-count.1.gz >@@ -77,8 +82,10 @@ > man/man1/git-gh-pages.1.gz > man/man1/git-graft.1.gz > man/man1/git-guilt.1.gz >+man/man1/git-ignore-io.1.gz > man/man1/git-ignore.1.gz > man/man1/git-info.1.gz >+man/man1/git-line-summary.1.gz > man/man1/git-local-commits.1.gz > man/man1/git-lock.1.gz > man/man1/git-locked.1.gz >@@ -86,6 +93,7 @@ > man/man1/git-merge-repo.1.gz > man/man1/git-missing.1.gz > man/man1/git-pr.1.gz >+man/man1/git-psykorebase.1.gz > man/man1/git-rebase-patch.1.gz > man/man1/git-refactor.1.gz > man/man1/git-release.1.gz >@@ -94,6 +102,7 @@ > man/man1/git-reset-file.1.gz > man/man1/git-root.1.gz > man/man1/git-scp.1.gz >+man/man1/git-sed.1.gz > man/man1/git-setup.1.gz > man/man1/git-show-merged-branches.1.gz > man/man1/git-show-tree.1.gz
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 205698
: 164823