1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to upstream version 1.2

- Correct e-mail address in Makefile header
- Handle missing stripping of installed binary

PR:		192509
Submitted by:	solene@bsd.zplay.eu (maintainer)
Approved by:	mentors (implicit)
This commit is contained in:
Thomas Zander 2014-08-09 08:42:11 +00:00
parent d014ce18a8
commit 8e4afe7bb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364408
3 changed files with 16 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# Created by: Solène RAPENNE <charles@bsd.zplay.eu>
# Created by: Solène RAPENNE <solene@bsd.zplay.eu>
# $FreeBSD$
PORTNAME= sxiv
PORTVERSION= 1.1.1
PORTVERSION= 1.2
CATEGORIES= graphics
MASTER_SITES= https://github.com/muennich/sxiv/archive/
DISTNAME= v${PORTVERSION}
@ -20,8 +20,12 @@ USE_XORG= x11
PLIST_FILES= bin/sxiv \
man/man1/sxiv.1.gz \
share/sxiv/exec/image-info
share/sxiv/exec/image-info \
share/sxiv/exec/key-handler
PLIST_DIRS= share/sxiv/exec \
share/sxiv
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sxiv
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (v1.1.1.tar.gz) = 30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f
SIZE (v1.1.1.tar.gz) = 37251
SHA256 (v1.2.tar.gz) = ac76b69e4889137f2ce531ec4dc5ce9c4916bc575a30d351ebc7b0a684ef8cf3
SIZE (v1.2.tar.gz) = 47775

View File

@ -1,13 +1,13 @@
--- ./Makefile.orig 2013-06-02 07:04:40.000000000 -0300
+++ ./Makefile 2014-01-17 00:55:01.000000000 -0200
--- Makefile.orig 2014-08-08 12:09:29.000000000 +0200
+++ Makefile 2014-08-08 12:09:36.000000000 +0200
@@ -1,9 +1,8 @@
VERSION = 1.1.1
VERSION = 1.2
PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/share/man
+MANPREFIX = $(PREFIX)/man
-CC = gcc
CFLAGS = -std=c99 -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB
LDFLAGS = -L$(PREFIX)/lib
LIBS = -lX11 -lImlib2 -lgif
-CC = gcc
CFLAGS = -std=c99 -Wall -pedantic -O2
CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB
LDFLAGS = -L$(PREFIX)/lib