Index: head/misc/unclutter-xfixes/Makefile =================================================================== --- head/misc/unclutter-xfixes/Makefile (revision 488440) +++ head/misc/unclutter-xfixes/Makefile (revision 488441) @@ -1,35 +1,34 @@ # Created by: Oleh Hushchenkov # $FreeBSD$ PORTNAME= unclutter-xfixes -PORTVERSION= 1.3 +PORTVERSION= 1.5 DISTVERSIONPREFIX= v CATEGORIES= misc MAINTAINER= o.hushchenkov@gmail.com COMMENT= Rewrite of unclutter using the x11-xfixes extension LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libev.so:devel/libev USES= gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= Airblader USE_XORG= x11 xi xfixes 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 .include Index: head/misc/unclutter-xfixes/distinfo =================================================================== --- head/misc/unclutter-xfixes/distinfo (revision 488440) +++ head/misc/unclutter-xfixes/distinfo (revision 488441) @@ -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 Property changes on: head/misc/unclutter-xfixes/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/misc/unclutter-xfixes/files/patch-Makefile =================================================================== --- head/misc/unclutter-xfixes/files/patch-Makefile (revision 488440) +++ head/misc/unclutter-xfixes/files/patch-Makefile (revision 488441) @@ -1,34 +1,29 @@ -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 -PREFIX = /usr -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" .PHONY: uninstall uninstall: Property changes on: head/misc/unclutter-xfixes/files/patch-Makefile ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property