View | Details | Raw Unified | Return to bug 195163
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	git-extras
3
PORTNAME=	git-extras
4
PORTVERSION=	2.1.0
4
PORTVERSION=	2.2.0
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
6
7
MAINTAINER=	igor.ostapenko@gmail.com
7
MAINTAINER=	igor.ostapenko@gmail.com
Lines 14-21 Link Here
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	tj
16
GH_ACCOUNT=	tj
17
GH_TAGNAME=	v${PORTVERSION}
17
GH_COMMIT=	075d0ce
18
GH_COMMIT=	28f0ad8
19
18
20
USES=		gmake shebangfix
19
USES=		gmake shebangfix
21
SHEBANG_FILES=	bin/git-squash
20
SHEBANG_FILES=	bin/git-squash
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (git-extras-2.1.0.tar.gz) = bcd0aed2f6675929f59d4be386a34f71023c7851f69d60f2d9360131705b40b7
1
SHA256 (git-extras-2.2.0.tar.gz) = 1cfeaa9f2644a37541f8c4e8f175222c70b36fe9672fc7f9c9ef248c0071e4bb
2
SIZE (git-extras-2.1.0.tar.gz) = 51203
2
SIZE (git-extras-2.2.0.tar.gz) = 52513
(-)files/patch-Makefile (-9 lines)
Lines 9-23 Link Here
9
 BINS = $(wildcard bin/git-*)
9
 BINS = $(wildcard bin/git-*)
10
 MANS = $(wildcard man/git-*.md)
10
 MANS = $(wildcard man/git-*.md)
11
 MAN_HTML = $(MANS:.md=.html)
11
 MAN_HTML = $(MANS:.md=.html)
12
@@ -17,7 +18,7 @@
13
 	@mkdir -p $(DESTDIR)$(BINPREFIX)
14
 	@echo "... installing bins to $(DESTDIR)$(BINPREFIX)"
15
 	@echo "... installing man pages to $(DESTDIR)$(MANPREFIX)"
16
-	$(eval TEMPFILE := $(shell mktemp))
17
+	$(eval TEMPFILE := $(shell mktemp -t git-extras))
18
 	@# chmod from rw-------(default) to rwxrwxr-x, so that users can exec the scripts
19
 	@chmod 775 $(TEMPFILE)
20
 	@$(foreach COMMAND, $(COMMANDS_USED_WITH_GIT_REPO), \
21
@@ -31,8 +32,8 @@
12
@@ -31,8 +32,8 @@
22
 		cp -f bin/$(COMMAND) $(DESTDIR)$(BINPREFIX); \
13
 		cp -f bin/$(COMMAND) $(DESTDIR)$(BINPREFIX); \
23
 	)
14
 	)
(-)pkg-plist (+4 lines)
Lines 23-28 Link Here
23
bin/git-line-summary
23
bin/git-line-summary
24
bin/git-local-commits
24
bin/git-local-commits
25
bin/git-lock
25
bin/git-lock
26
bin/git-locked
26
bin/git-missing
27
bin/git-missing
27
bin/git-obliterate
28
bin/git-obliterate
28
bin/git-pr
29
bin/git-pr
Lines 33-38 Link Here
33
bin/git-rename-tag
34
bin/git-rename-tag
34
bin/git-repl
35
bin/git-repl
35
bin/git-reset-file
36
bin/git-reset-file
37
bin/git-root
36
bin/git-setup
38
bin/git-setup
37
bin/git-show-tree
39
bin/git-show-tree
38
bin/git-squash
40
bin/git-squash
Lines 65-70 Link Here
65
man/man1/git-info.1.gz
67
man/man1/git-info.1.gz
66
man/man1/git-local-commits.1.gz
68
man/man1/git-local-commits.1.gz
67
man/man1/git-lock.1.gz
69
man/man1/git-lock.1.gz
70
man/man1/git-locked.1.gz
68
man/man1/git-missing.1.gz
71
man/man1/git-missing.1.gz
69
man/man1/git-pr.1.gz
72
man/man1/git-pr.1.gz
70
man/man1/git-rebase-patch.1.gz
73
man/man1/git-rebase-patch.1.gz
Lines 73-78 Link Here
73
man/man1/git-rename-tag.1.gz
76
man/man1/git-rename-tag.1.gz
74
man/man1/git-repl.1.gz
77
man/man1/git-repl.1.gz
75
man/man1/git-reset-file.1.gz
78
man/man1/git-reset-file.1.gz
79
man/man1/git-root.1.gz
76
man/man1/git-setup.1.gz
80
man/man1/git-setup.1.gz
77
man/man1/git-show-tree.1.gz
81
man/man1/git-show-tree.1.gz
78
man/man1/git-squash.1.gz
82
man/man1/git-squash.1.gz

Return to bug 195163