Date: Wed, 26 Dec 2018 21:00:40 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201812262100.wBQL0e0s068091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <o.hushchenkov@gmail.com> (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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262100.wBQL0e0s068091>