From owner-svn-ports-head@freebsd.org Tue Feb 6 20:29:34 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 2CF90F0342D; Tue, 6 Feb 2018 20:29:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D663D7EF39; Tue, 6 Feb 2018 20:29:33 +0000 (UTC) (envelope-from dbaio@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 D114B1CDA1; Tue, 6 Feb 2018 20:29:33 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w16KTX1M084230; Tue, 6 Feb 2018 20:29:33 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w16KTXt3084227; Tue, 6 Feb 2018 20:29:33 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802062029.w16KTXt3084227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 6 Feb 2018 20:29:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461100 - in head/misc/unclutter-xfixes: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/misc/unclutter-xfixes: . files X-SVN-Commit-Revision: 461100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 06 Feb 2018 20:29:34 -0000 Author: dbaio Date: Tue Feb 6 20:29:33 2018 New Revision: 461100 URL: https://svnweb.freebsd.org/changeset/ports/461100 Log: misc/unclutter-xfixes: Update to 1.3 Also reorder Makefile. Changes: https://github.com/Airblader/unclutter-xfixes/releases/tag/v1.3 PR: 225661 Submitted by: Oleh Hushchenkov (maintainer) Modified: head/misc/unclutter-xfixes/Makefile head/misc/unclutter-xfixes/distinfo head/misc/unclutter-xfixes/files/patch-Makefile Modified: head/misc/unclutter-xfixes/Makefile ============================================================================== --- head/misc/unclutter-xfixes/Makefile Tue Feb 6 20:28:58 2018 (r461099) +++ head/misc/unclutter-xfixes/Makefile Tue Feb 6 20:29:33 2018 (r461100) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unclutter-xfixes -PORTVERSION= 1.2 +PORTVERSION= 1.3 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -15,21 +15,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libev.so:devel/libev -CONFLICTS_INSTALL= unclutter-8* +USES= gmake pkgconfig -CFLAGS+= -I${LOCALBASE}/include - USE_GITHUB= yes GH_ACCOUNT= Airblader USE_XORG= x11 xi xfixes -USES= gmake pkgconfig +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 Modified: head/misc/unclutter-xfixes/distinfo ============================================================================== --- head/misc/unclutter-xfixes/distinfo Tue Feb 6 20:28:58 2018 (r461099) +++ head/misc/unclutter-xfixes/distinfo Tue Feb 6 20:29:33 2018 (r461100) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500506028 -SHA256 (Airblader-unclutter-xfixes-v1.2_GH0.tar.gz) = addaf8fa4e7381a95ea2279eb47be675b52eb43efb83f7a78ac9044e53121d4a -SIZE (Airblader-unclutter-xfixes-v1.2_GH0.tar.gz) = 6000 +TIMESTAMP = 1517137222 +SHA256 (Airblader-unclutter-xfixes-v1.3_GH0.tar.gz) = 8726b2e447de9d43bbd979ad6581c6fd34ad76ef82a6e1c7e1ad2ca3247565b2 +SIZE (Airblader-unclutter-xfixes-v1.3_GH0.tar.gz) = 6131 Modified: head/misc/unclutter-xfixes/files/patch-Makefile ============================================================================== --- head/misc/unclutter-xfixes/files/patch-Makefile Tue Feb 6 20:28:58 2018 (r461099) +++ head/misc/unclutter-xfixes/files/patch-Makefile Tue Feb 6 20:29:33 2018 (r461100) @@ -1,32 +1,34 @@ Index: Makefile =================================================================== ---- Makefile.orig 2016-05-16 09:27:55 UTC +--- Makefile.orig 2018-01-24 07:43:43 UTC +++ Makefile -@@ -4,9 +4,9 @@ IDIR = include +@@ -4,15 +4,14 @@ IDIR = include ODIR = obj INSTALL = install --PREFIX = /usr/bin +-PREFIX = /usr --MANDIR = /usr/share/man/man1 +-BINDIR = $(PREFIX)/bin +-MANDIR = $(PREFIX)/share/man/man1 +BINDIR = /bin +MANDIR = /man/man1 CC = gcc - CFLAGS += -I$(IDIR) -@@ -32,12 +32,12 @@ $(TARGET): $(OBJS) - $(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(LIBS) + LD = $(CC) - $(ODIR)/%.o: $(SDIR)/%.c $(INCS) -- $(CC) -D'__VERSION="$(shell git describe --all --long --always)"' $(CFLAGS) -o $@ -c $< -+ $(CC) -D'__VERSION="$(UNCLUTTER_VERSION)"' $(CFLAGS) -o $@ -c $< +-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) -- $(INSTALL) -Dm 0755 $(TARGET) $(DESTDIR)$(PREFIX)/$(TARGET) -- $(INSTALL) -Dm 0644 man/unclutter-xfixes.1 $(DESTDIR)$(MANDIR)/unclutter.1 -+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(PREFIX)$(BINDIR)/$(TARGET) -+ $(BSD_INSTALL_MAN) man/unclutter-xfixes.1 $(DESTDIR)$(PREFIX)$(MANDIR)/$(TARGET).1 + install: $(TARGET) mans +- $(INSTALL) -Dm 0755 "$(TARGET)" "$(DESTDIR)$(BINDIR)/$(TARGET)" +- $(INSTALL) -Dm 0644 man/unclutter-xfixes.1 "$(DESTDIR)$(MANDIR)/unclutter.1" ++ $(BSD_INSTALL_PROGRAM) "$(TARGET)" "$(DESTDIR)$(PREFIX)$(BINDIR)/$(TARGET)" ++ $(BSD_INSTALL_MAN) man/unclutter-xfixes.1 "$(DESTDIR)$(PREFIX)$(MANDIR)/$(TARGET).1" .PHONY: uninstall uninstall: