From owner-svn-ports-head@freebsd.org Wed Dec 26 21:00:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF0A6135C87D; Wed, 26 Dec 2018 21:00:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7684D6BA66; Wed, 26 Dec 2018 21:00:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66251F72; Wed, 26 Dec 2018 21:00:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBQL0fOe068096; Wed, 26 Dec 2018 21:00:41 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQL0e0s068091; Wed, 26 Dec 2018 21:00:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812262100.wBQL0e0s068091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 26 Dec 2018 21:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488441 - in head/misc/unclutter-xfixes: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/misc/unclutter-xfixes: . files X-SVN-Commit-Revision: 488441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7684D6BA66 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 21:00:42 -0000 Author: swills Date: Wed Dec 26 21:00:40 2018 New Revision: 488441 URL: https://svnweb.freebsd.org/changeset/ports/488441 Log: misc/unclutter-xfixes: Update to 1.5 PR: 234264 Submitted by: Oleh Hushchenkov (maintainer) Modified: head/misc/unclutter-xfixes/Makefile (contents, props changed) head/misc/unclutter-xfixes/distinfo (contents, props changed) head/misc/unclutter-xfixes/files/patch-Makefile (contents, props changed) Modified: head/misc/unclutter-xfixes/Makefile ============================================================================== --- head/misc/unclutter-xfixes/Makefile Wed Dec 26 20:55:27 2018 (r488440) +++ head/misc/unclutter-xfixes/Makefile Wed Dec 26 21:00:40 2018 (r488441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unclutter-xfixes -PORTVERSION= 1.3 +PORTVERSION= 1.5 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -27,7 +27,6 @@ CONFLICTS_INSTALL= unclutter-8* PLIST_FILES= bin/unclutter \ man/man1/unclutter.1.gz -MAKE_ENV+= UNCLUTTER_VERSION=${PORTVERSION} MAKE_ARGS= CC=${CC} CFLAGS+= -I${LOCALBASE}/include Modified: head/misc/unclutter-xfixes/distinfo ============================================================================== --- head/misc/unclutter-xfixes/distinfo Wed Dec 26 20:55:27 2018 (r488440) +++ head/misc/unclutter-xfixes/distinfo Wed Dec 26 21:00:40 2018 (r488441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517137222 -SHA256 (Airblader-unclutter-xfixes-v1.3_GH0.tar.gz) = 8726b2e447de9d43bbd979ad6581c6fd34ad76ef82a6e1c7e1ad2ca3247565b2 -SIZE (Airblader-unclutter-xfixes-v1.3_GH0.tar.gz) = 6131 +TIMESTAMP = 1545470741 +SHA256 (Airblader-unclutter-xfixes-v1.5_GH0.tar.gz) = 35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11 +SIZE (Airblader-unclutter-xfixes-v1.5_GH0.tar.gz) = 7998 Modified: head/misc/unclutter-xfixes/files/patch-Makefile ============================================================================== --- head/misc/unclutter-xfixes/files/patch-Makefile Wed Dec 26 20:55:27 2018 (r488440) +++ head/misc/unclutter-xfixes/files/patch-Makefile Wed Dec 26 21:00:40 2018 (r488441) @@ -1,8 +1,6 @@ -Index: Makefile -=================================================================== ---- Makefile.orig 2018-01-24 07:43:43 UTC +--- Makefile.orig 2018-12-11 20:44:10 UTC +++ Makefile -@@ -4,15 +4,14 @@ IDIR = include +@@ -5,11 +5,10 @@ IDIR = include ODIR = obj INSTALL = install @@ -10,23 +8,20 @@ Index: Makefile -BINDIR = $(PREFIX)/bin -MANDIR = $(PREFIX)/share/man/man1 +-LICENSEDIR = $(PREFIX)/share/licenses/$(TARGET) +BINDIR = /bin +MANDIR = /man/man1 ++LICENSEDIR = /share/licenses/$(TARGET) CC = gcc LD = $(CC) +@@ -44,9 +43,8 @@ $(ODIR)/%.o: $(SDIR)/%.c $(INCS) --CPPFLAGS += -D'__VERSION="$(shell git describe --all --long --always)"' "-I$(IDIR)" -+CPPFLAGS += -D'__VERSION="$(UNCLUTTER_VERSION)"' "-I$(IDIR)" - - CFLAGS += -std=gnu99 - CFLAGS += -Wall -Wundef -Wshadow -Wformat-security -@@ -41,8 +40,8 @@ $(ODIR)/%.o: $(SDIR)/%.c $(INCS) - .PHONY: install install: $(TARGET) mans - $(INSTALL) -Dm 0755 "$(TARGET)" "$(DESTDIR)$(BINDIR)/$(TARGET)" - $(INSTALL) -Dm 0644 man/unclutter-xfixes.1 "$(DESTDIR)$(MANDIR)/unclutter.1" +- $(INSTALL) -Dm 0644 -t "$(DESTDIR)$(LICENSEDIR)/" LICENSE + $(BSD_INSTALL_PROGRAM) "$(TARGET)" "$(DESTDIR)$(PREFIX)$(BINDIR)/$(TARGET)" + $(BSD_INSTALL_MAN) man/unclutter-xfixes.1 "$(DESTDIR)$(PREFIX)$(MANDIR)/$(TARGET).1"