1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

misc/unclutter-xfixes: Update to 1.5

PR:		234264
Submitted by:	Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer)
This commit is contained in:
Steve Wills 2018-12-26 21:00:40 +00:00
parent 47fd29520d
commit a13ba87a6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488441
3 changed files with 10 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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)
-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)
@@ -44,9 +43,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"