Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2020 04:50:01 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554870 - in head/archivers/libdeflate: . files
Message-ID:  <202011110450.0AB4o1dZ013607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Nov 11 04:50:01 2020
New Revision: 554870
URL: https://svnweb.freebsd.org/changeset/ports/554870

Log:
  Update to version 1.7.
  
  Found out via:	repology.org

Modified:
  head/archivers/libdeflate/Makefile
  head/archivers/libdeflate/distinfo
  head/archivers/libdeflate/files/patch-Makefile

Modified: head/archivers/libdeflate/Makefile
==============================================================================
--- head/archivers/libdeflate/Makefile	Wed Nov 11 04:49:20 2020	(r554869)
+++ head/archivers/libdeflate/Makefile	Wed Nov 11 04:50:01 2020	(r554870)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdeflate
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	archivers
 

Modified: head/archivers/libdeflate/distinfo
==============================================================================
--- head/archivers/libdeflate/distinfo	Wed Nov 11 04:49:20 2020	(r554869)
+++ head/archivers/libdeflate/distinfo	Wed Nov 11 04:50:01 2020	(r554870)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589337724
-SHA256 (ebiggers-libdeflate-v1.6_GH0.tar.gz) = 60748f3f7b22dae846bc489b22a4f1b75eab052bf403dd8e16c8279f16f5171e
-SIZE (ebiggers-libdeflate-v1.6_GH0.tar.gz) = 139031
+TIMESTAMP = 1604978990
+SHA256 (ebiggers-libdeflate-v1.7_GH0.tar.gz) = a5e6a0a9ab69f40f0f59332106532ca76918977a974e7004977a9498e3f11350
+SIZE (ebiggers-libdeflate-v1.7_GH0.tar.gz) = 144143

Modified: head/archivers/libdeflate/files/patch-Makefile
==============================================================================
--- head/archivers/libdeflate/files/patch-Makefile	Wed Nov 11 04:49:20 2020	(r554869)
+++ head/archivers/libdeflate/files/patch-Makefile	Wed Nov 11 04:50:01 2020	(r554870)
@@ -1,24 +1,23 @@
---- Makefile.orig	2019-08-12 00:36:38 UTC
+--- Makefile.orig	2020-11-10 03:29:50 UTC
 +++ Makefile
-@@ -41,7 +41,7 @@ cc-option = $(shell if $(CC) $(1) -c -x c /dev/null -o
+@@ -48,7 +48,7 @@ cc-option = $(shell if $(CC) $(1) -c -x c /dev/null -o
  	      1>&2 2>/dev/null; then echo $(1); fi)
  
  override CFLAGS :=							\
--	-O2 -fomit-frame-pointer $(CFLAGS) -std=c99 -I.			\
-+	$(CFLAGS) -std=c99 -I.						\
- 	-Wall -Wundef							\
+-	-O2 -fomit-frame-pointer -std=c99 -I. -Wall -Wundef		\
++	-std=c99 -I. -Wall -Wundef					\
  	$(call cc-option,-Wpedantic)					\
  	$(call cc-option,-Wdeclaration-after-statement)			\
-@@ -267,10 +267,10 @@ all:$(DEFAULT_TARGETS)
+ 	$(call cc-option,-Wmissing-prototypes)				\
+@@ -305,9 +305,9 @@ all:$(DEFAULT_TARGETS)
  install:all
  	install -d $(DESTDIR)$(LIBDIR) $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR)
  	install -m644 $(STATIC_LIB) $(DESTDIR)$(LIBDIR)
 -	install -m755 $(SHARED_LIB) $(DESTDIR)$(LIBDIR)
 +	install -s -m755 $(SHARED_LIB) $(DESTDIR)$(LIBDIR)
- 	ln -sf $(SHARED_LIB) $(DESTDIR)$(LIBDIR)/libdeflate.so
  	install -m644 libdeflate.h $(DESTDIR)$(INCDIR)
--	install -m755 gzip $(DESTDIR)$(BINDIR)/libdeflate-gzip
-+	install -s -m755 gzip $(DESTDIR)$(BINDIR)/libdeflate-gzip
- 	ln -f $(DESTDIR)$(BINDIR)/libdeflate-gzip $(DESTDIR)$(BINDIR)/libdeflate-gunzip
- 
- uninstall:
+-	install -m755 gzip$(PROG_SUFFIX) \
++	install -s -m755 gzip$(PROG_SUFFIX) \
+ 		$(DESTDIR)$(BINDIR)/libdeflate-gzip$(PROG_SUFFIX)
+ 	ln -f $(DESTDIR)$(BINDIR)/libdeflate-gzip$(PROG_SUFFIX)		\
+ 	      $(DESTDIR)$(BINDIR)/libdeflate-gunzip$(PROG_SUFFIX)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011110450.0AB4o1dZ013607>