Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 10:21:07 +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: r490540 - in head/archivers/libdeflate: . files
Message-ID:  <201901171021.x0HAL7uY021250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Jan 17 10:21:06 2019
New Revision: 490540
URL: https://svnweb.freebsd.org/changeset/ports/490540

Log:
  Update `archivers/libdeflate' to version 1.2.
  
  Reported by:	portscout

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

Modified: head/archivers/libdeflate/Makefile
==============================================================================
--- head/archivers/libdeflate/Makefile	Thu Jan 17 10:11:42 2019	(r490539)
+++ head/archivers/libdeflate/Makefile	Thu Jan 17 10:21:06 2019	(r490540)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	libdeflate
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	archivers
 
 MAINTAINER=	danfe@FreeBSD.org

Modified: head/archivers/libdeflate/distinfo
==============================================================================
--- head/archivers/libdeflate/distinfo	Thu Jan 17 10:11:42 2019	(r490539)
+++ head/archivers/libdeflate/distinfo	Thu Jan 17 10:21:06 2019	(r490540)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545592408
-SHA256 (ebiggers-libdeflate-v1.1_GH0.tar.gz) = f580f28f1bf6270fdf381cc7571a56eb83269daa0e1808b86a0477ef9dd8f8b8
-SIZE (ebiggers-libdeflate-v1.1_GH0.tar.gz) = 128729
+TIMESTAMP = 1547530668
+SHA256 (ebiggers-libdeflate-v1.2_GH0.tar.gz) = d30203c3a2fae6cee70d52a59cc668740f806a4bb9eb6668930fb7de99464d90
+SIZE (ebiggers-libdeflate-v1.2_GH0.tar.gz) = 133494

Modified: head/archivers/libdeflate/files/patch-Makefile
==============================================================================
--- head/archivers/libdeflate/files/patch-Makefile	Thu Jan 17 10:11:42 2019	(r490539)
+++ head/archivers/libdeflate/files/patch-Makefile	Thu Jan 17 10:21:06 2019	(r490540)
@@ -1,4 +1,4 @@
---- Makefile.orig	2018-12-23 19:13:28 UTC
+--- Makefile.orig	2019-01-15 05:37:48 UTC
 +++ Makefile
 @@ -21,7 +21,7 @@ cc-option = $(shell if $(CC) $(1) -c -x c /dev/null -o
  	      1>&2 2>/dev/null; then echo $(1); fi)
@@ -9,22 +9,19 @@
  	-Wall -Wundef							\
  	$(call cc-option,-Wpedantic)					\
  	$(call cc-option,-Wdeclaration-after-statement)			\
-@@ -227,12 +227,12 @@ DEFAULT_TARGETS += gunzip$(PROG_SUFFIX)
+@@ -240,11 +240,11 @@ DEFAULT_TARGETS += gunzip$(PROG_SUFFIX)
  all:$(DEFAULT_TARGETS)
  
  install:all
--	install -Dm644 -t $(DESTDIR)/usr/lib $(STATIC_LIB)
--	install -Dm755 -t $(DESTDIR)/usr/lib $(SHARED_LIB)
--	ln -sf $(SHARED_LIB) $(DESTDIR)/usr/lib/libdeflate.so
--	install -Dm644 -t $(DESTDIR)/usr/include libdeflate.h
--	install -Dm755 gzip $(DESTDIR)/usr/bin/libdeflate-gzip
--	ln -f $(DESTDIR)/usr/bin/libdeflate-gzip $(DESTDIR)/usr/bin/libdeflate-gunzip
-+	install -Dm644 $(STATIC_LIB) $(DESTDIR)$(PREFIX)/lib
-+	install -s -Dm755 $(SHARED_LIB) $(DESTDIR)$(PREFIX)/lib
-+	ln -sf $(SHARED_LIB) $(DESTDIR)$(PREFIX)/lib/libdeflate.so
-+	install -Dm644 libdeflate.h $(DESTDIR)$(PREFIX)/include
-+	install -s -Dm755 gzip $(DESTDIR)$(PREFIX)/bin/libdeflate-gzip
-+	ln -f $(DESTDIR)$(PREFIX)/bin/libdeflate-gzip $(DESTDIR)$(PREFIX)/bin/libdeflate-gunzip
+-	install -Dm644 -t $(DESTDIR)$(PREFIX)/lib $(STATIC_LIB)
+-	install -Dm755 -t $(DESTDIR)$(PREFIX)/lib $(SHARED_LIB)
++	install -m644 $(STATIC_LIB) $(DESTDIR)$(PREFIX)/lib
++	install -s -m755 $(SHARED_LIB) $(DESTDIR)$(PREFIX)/lib
+ 	ln -sf $(SHARED_LIB) $(DESTDIR)$(PREFIX)/lib/libdeflate.so
+-	install -Dm644 -t $(DESTDIR)$(PREFIX)/include libdeflate.h
+-	install -Dm755 gzip $(DESTDIR)$(PREFIX)/bin/libdeflate-gzip
++	install -m644 libdeflate.h $(DESTDIR)$(PREFIX)/include
++	install -s -m755 gzip $(DESTDIR)$(PREFIX)/bin/libdeflate-gzip
+ 	ln -f $(DESTDIR)$(PREFIX)/bin/libdeflate-gzip $(DESTDIR)$(PREFIX)/bin/libdeflate-gunzip
  
  uninstall:
- 	rm -f $(DESTDIR)/usr/lib/$(STATIC_LIB) \



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