FreeBSD Bugzilla – Attachment 194337 Details for
Bug 229090
www/py-ddgr: Update to 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-ddgr.patch (text/plain), 2.36 KB, created by
Yuri Victorovich
on 2018-06-17 19:58:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2018-06-17 19:58:07 UTC
Size:
2.36 KB
patch
obsolete
>Index: www/py-ddgr/Makefile >=================================================================== >--- www/py-ddgr/Makefile (revision 471571) >+++ www/py-ddgr/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= ddgr > DISTVERSIONPREFIX= v >-DISTVERSION= 1.1 >+DISTVERSION= 1.4 > CATEGORIES= www > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -23,7 +23,7 @@ > SHEBANG_FILES= ${PORTNAME} > python_OLD_CMD= "/usr/bin/env python3" # see bug#223980 > >-MAKE_ARGS= DOCDIR=${STAGEDIR}${DOCSDIR} FREEBSD_PYTHON_VER=${PYTHON_VER} >+MAKE_ARGS= DOCDIR=${DOCSDIR} > > OPTIONS_DEFINE= DOCS > >Index: www/py-ddgr/distinfo >=================================================================== >--- www/py-ddgr/distinfo (revision 471571) >+++ www/py-ddgr/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1511990479 >-SHA256 (jarun-ddgr-v1.1_GH0.tar.gz) = 6fbf7a638e3e4c0db57ef4a86f253b5810e5755b88727444b17d4528e3a4f5d8 >-SIZE (jarun-ddgr-v1.1_GH0.tar.gz) = 38553 >+TIMESTAMP = 1529264905 >+SHA256 (jarun-ddgr-v1.4_GH0.tar.gz) = 045063b4d7262992a7ea3cd9fe9715a199318828de82073f54c42631d3ef41b7 >+SIZE (jarun-ddgr-v1.4_GH0.tar.gz) = 40983 >Index: www/py-ddgr/files/patch-Makefile >=================================================================== >--- www/py-ddgr/files/patch-Makefile (revision 471571) >+++ www/py-ddgr/files/patch-Makefile (working copy) >@@ -1,21 +1,21 @@ >---- Makefile.orig 2017-11-29 12:33:58 UTC >+--- Makefile.orig 2018-04-04 23:26:45 UTC > +++ Makefile > @@ -1,6 +1,6 @@ > PREFIX ?= /usr/local >- BINDIR = $(DESTDIR)$(PREFIX)/bin >--MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1 >-+MANDIR = $(DESTDIR)$(PREFIX)/man/man1 >- DOCDIR = $(DESTDIR)$(PREFIX)/share/doc/ddgr >+ BINDIR ?= $(PREFIX)/bin >+-MANDIR ?= $(PREFIX)/share/man/man1 >++MANDIR ?= $(PREFIX)/man/man1 >+ DOCDIR ?= $(PREFIX)/share/doc/ddgr > > .PHONY: all install uninstall > @@ -11,9 +11,8 @@ install: >- install -m755 -d $(BINDIR) >- install -m755 -d $(MANDIR) >- install -m755 -d $(DOCDIR) >+ install -m755 -d $(DESTDIR)$(BINDIR) >+ install -m755 -d $(DESTDIR)$(MANDIR) >+ install -m755 -d $(DESTDIR)$(DOCDIR) > - gzip -c ddgr.1 > ddgr.1.gz >- install -m755 ddgr $(BINDIR) >-- install -m644 ddgr.1.gz $(MANDIR) >-+ install -m644 ddgr.1 $(MANDIR) >- install -m644 README.md $(DOCDIR) >+ install -m755 ddgr $(DESTDIR)$(BINDIR) >+- install -m644 ddgr.1.gz $(DESTDIR)$(MANDIR) >++ install -m644 ddgr.1 $(DESTDIR)$(MANDIR) >+ install -m644 README.md $(DESTDIR)$(DOCDIR) > rm -f ddgr.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 229090
: 194337