pkgsrc-WIP-changes archive

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

fastp: Clean up patch



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri May 3 18:52:08 2019 -0500
Changeset:	3a71b5a07405fe70cb2d902efc945f27c1ff0521

Modified Files:
	fastp/distinfo
	fastp/patches/patch-Makefile

Log Message:
fastp: Clean up patch

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

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

diffstat:
 fastp/distinfo               | 2 +-
 fastp/patches/patch-Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/fastp/distinfo b/fastp/distinfo
index 15a6132328..851a168d3d 100644
--- a/fastp/distinfo
+++ b/fastp/distinfo
@@ -4,4 +4,4 @@ SHA1 (fastp-0.20.0.tar.gz) = 657888d18b40aa18aa6d68e31a5e930ae8cf1606
 RMD160 (fastp-0.20.0.tar.gz) = 0ad6a0eb389e31855f1fa95a089aaa653164f88e
 SHA512 (fastp-0.20.0.tar.gz) = 33349b761283a42fb9eaf045ab7f839d5ec335fb394e277519b87f8c95cf682027ab183b174a1b82d908a3e4d1d65ac63a88c30efea04d93a08f559c1a7a732c
 Size (fastp-0.20.0.tar.gz) = 139422 bytes
-SHA1 (patch-Makefile) = 38b5f2bb400cb6b8a962126e1ad1887fc8a5990e
+SHA1 (patch-Makefile) = 52fa55ead7d384b8c758e7a2d14680a53f61e623
diff --git a/fastp/patches/patch-Makefile b/fastp/patches/patch-Makefile
index 323e3d0ed4..6dbd542efc 100644
--- a/fastp/patches/patch-Makefile
+++ b/fastp/patches/patch-Makefile
@@ -12,7 +12,7 @@ $NetBSD$
  BINDIR ?= $(PREFIX)/bin
  INCLUDE_DIRS ?=
  LIBRARY_DIRS ?=
-+STRIP_CMD ?= strip
++STRIP ?= strip
  
  SRC := $(wildcard ${DIR_SRC}/*.cpp)
  OBJ := $(patsubst %.cpp,${DIR_OBJ}/%.o,$(notdir ${SRC}))
@@ -45,4 +45,4 @@ $NetBSD$
  	@echo "Installed."
 +
 +install-strip: install
-+	$(STRIP_CMD) $(DESTDIR)$(BINDIR)/$(TARGET)
++	$(STRIP) $(DESTDIR)$(BINDIR)/$(TARGET)


Home | Main Index | Thread Index | Old Index